Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c267d85 authored by Siddika Parlak Polatkan's avatar Siddika Parlak Polatkan Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13934248

Change-Id: I6865dd53688af378a02613acac225c8939b4d85f
parents 995a3a53 53733350
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
                }
            }