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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user