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

Commit 90d3aa09 authored by Tej Singh's avatar Tej Singh
Browse files

Logging in StatsCompanionService

Converted a lot of log lines to debug and turned them off by default.

Bug: 72567474
Test: none
Change-Id: I46ca0609648e64b862a56e5f5d445c91a3e889da
parent 7ad26e4b
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");