Loading services/core/java/com/android/server/stats/StatsCompanionService.java +11 −0 Original line number Diff line number Diff line Loading @@ -2065,6 +2065,17 @@ public class StatsCompanionService extends IStatsCompanionService.Stub { mContext.unregisterReceiver(mShutdownEventReceiver); cancelAnomalyAlarm(); cancelPullingAlarm(); BinderCallsStatsService.Internal binderStats = LocalServices.getService(BinderCallsStatsService.Internal.class); if (binderStats != null) { binderStats.reset(); } LooperStats looperStats = LocalServices.getService(LooperStats.class); if (looperStats != null) { looperStats.reset(); } } @Override Loading Loading
services/core/java/com/android/server/stats/StatsCompanionService.java +11 −0 Original line number Diff line number Diff line Loading @@ -2065,6 +2065,17 @@ public class StatsCompanionService extends IStatsCompanionService.Stub { mContext.unregisterReceiver(mShutdownEventReceiver); cancelAnomalyAlarm(); cancelPullingAlarm(); BinderCallsStatsService.Internal binderStats = LocalServices.getService(BinderCallsStatsService.Internal.class); if (binderStats != null) { binderStats.reset(); } LooperStats looperStats = LocalServices.getService(LooperStats.class); if (looperStats != null) { looperStats.reset(); } } @Override Loading