Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d7f2f40 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stop statsd Anomaly Detection crash"

parents 9ae8ef94 582870ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
        }
    }

    private final static class AnomalyAlarmReceiver extends BroadcastReceiver {
    public final static class AnomalyAlarmReceiver extends BroadcastReceiver {
        @Override
        public void onReceive(Context context, Intent intent) {
            Slog.i(TAG, "StatsCompanionService believes an anomaly has occurred.");
@@ -304,7 +304,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
        }
    }

    private final static class PullingAlarmReceiver extends BroadcastReceiver {
    public final static class PullingAlarmReceiver extends BroadcastReceiver {
      @Override
      public void onReceive(Context context, Intent intent) {
        if (DEBUG)