Merge "Logging in StatsCompanionService" into pi-dev

am: fe00a37b8f

Change-Id: If44d77b5dc85e340d5e2cd5542540a2cf85ea36e
This commit is contained in:
Tej Singh
2018-03-12 17:54:00 +00:00
committed by android-build-merger

View File

@@ -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");