Update logging line with the additional field
Test: build and statsd_testdrive Bug: 165063691 Change-Id: If3f5f0ec2b7a2e74af49fe4cd25c5ef70ed36713
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user