Update logging line with the additional field

Test: build and statsd_testdrive

Bug: 165063691

Change-Id: If3f5f0ec2b7a2e74af49fe4cd25c5ef70ed36713
This commit is contained in:
Siddika Parlak Polatkan
2021-03-19 16:50:13 -07:00
parent 21ca6a91a7
commit aaa5afacf9

View File

@@ -1150,7 +1150,8 @@ public abstract class WindowOrientationListener {
FrameworkStatsLog.write(
FrameworkStatsLog.DEVICE_ROTATED,
event.timestamp,
rotationToLogEnum(reportedRotation));
rotationToLogEnum(reportedRotation),
FrameworkStatsLog.DEVICE_ROTATED__ROTATION_EVENT_TYPE__ACTUAL_EVENT);
}
}