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

Commit aaa5afac authored by Siddika Parlak Polatkan's avatar Siddika Parlak Polatkan
Browse files

Update logging line with the additional field

Test: build and statsd_testdrive

Bug: 165063691

Change-Id: If3f5f0ec2b7a2e74af49fe4cd25c5ef70ed36713
parent 21ca6a91
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);
                }
            }