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

Commit 2ce04501 authored by Tej Singh's avatar Tej Singh Committed by android-build-merger
Browse files

Merge "Logging in StatsCompanionService" into pi-dev am: fe00a37b

am: b95d9620

Change-Id: Iff737fc69f0a94e89e2134f41db1299911811e3b
parents 4c2ef027 b95d9620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
                    && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
                return; // Keep only replacing or normal add and remove.
            }
            Slog.i(TAG, "StatsCompanionService noticed an app was updated.");
            if (DEBUG) Slog.d(TAG, "StatsCompanionService noticed an app was updated.");
            synchronized (sStatsdLock) {
                if (sStatsd == null) {
                    Slog.w(TAG, "Could not access statsd to inform it of an app update");