Merge "Update logging line with the additional field" into sc-dev

This commit is contained in:
Siddika Parlak Polatkan
2021-03-22 18:09:14 +00:00
committed by Android (Google) Code Review

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);
}
}