Merge "Log reason UID field in DisplayWakeReported atom"

This commit is contained in:
Robert Horvath
2022-12-21 08:22:12 +00:00
committed by Android (Google) Code Review

View File

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