Log reason UID field in DisplayWakeReported atom

This field tracks the UID that caused the display to wake.

Test: atest DisplayWakeReportedStatsTests
Bug: 234001629
Change-Id: Ib2cae19301e4d2d7610e39fef6b866022dde70ae
This commit is contained in:
Robert Horvath
2022-12-08 10:50:47 +00:00
parent e79e299e33
commit f73bfa9193

View File

@@ -623,7 +623,7 @@ public class Notifier {
} catch (RemoteException ex) {
// Ignore
}
FrameworkStatsLog.write(FrameworkStatsLog.DISPLAY_WAKE_REPORTED, reason);
FrameworkStatsLog.write(FrameworkStatsLog.DISPLAY_WAKE_REPORTED, reason, reasonUid);
}
/**