Merge "Update logging line with the additional field" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
53733350fd
@@ -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