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

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

Merge "Fix Slog message of AppUdateReceiver in StatsCompanionService"

parents dec3eb8b f6d1ca5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
            Slog.i(TAG, "StatsCompanionService noticed an app was updated.");
            synchronized (sStatsdLock) {
                if (sStatsd == null) {
                    Slog.w(TAG, "Could not access statsd to inform it of anomaly alarm firing");
                    Slog.w(TAG, "Could not access statsd to inform it of an app update");
                    return;
                }
                try {