Loading packages/SystemUI/src/com/android/systemui/doze/DozeLog.java +2 −2 Original line number Diff line number Diff line Loading @@ -78,10 +78,10 @@ public class DozeLog { log("pulseFinish"); } public static void traceNotificationPulse(Context context, long instance) { public static void traceNotificationPulse(Context context) { if (!ENABLED) return; init(context); log("notificationPulse instance=" + instance); log("notificationPulse"); sNotificationPulseStats.append(); } Loading packages/SystemUI/src/com/android/systemui/doze/DozeTriggers.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class DozeTriggers implements DozeMachine.Part { mNotificationPulseTime = SystemClock.elapsedRealtime(); if (!mConfig.pulseOnNotificationEnabled(UserHandle.USER_CURRENT)) return; requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */); DozeLog.traceNotificationPulse(mContext); } private void onWhisper() { Loading Loading
packages/SystemUI/src/com/android/systemui/doze/DozeLog.java +2 −2 Original line number Diff line number Diff line Loading @@ -78,10 +78,10 @@ public class DozeLog { log("pulseFinish"); } public static void traceNotificationPulse(Context context, long instance) { public static void traceNotificationPulse(Context context) { if (!ENABLED) return; init(context); log("notificationPulse instance=" + instance); log("notificationPulse"); sNotificationPulseStats.append(); } Loading
packages/SystemUI/src/com/android/systemui/doze/DozeTriggers.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class DozeTriggers implements DozeMachine.Part { mNotificationPulseTime = SystemClock.elapsedRealtime(); if (!mConfig.pulseOnNotificationEnabled(UserHandle.USER_CURRENT)) return; requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */); DozeLog.traceNotificationPulse(mContext); } private void onWhisper() { Loading