From 2c9188e2c92a013f886e3ee3eef8fa052bace0e3 Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Mon, 20 Sep 2010 18:08:35 -0700 Subject: DO NOT MERGE Enable debug in StatusBarService This is a temporary enable to allow us to identify the issue with multiple icons on StatusBar Bug: 2984213 Change-Id: I36ac7baff6544c63fa44d9b2c7453bca6a33bd62 --- .../SystemUI/src/com/android/systemui/statusbar/StatusBarService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java b/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java index af736aa..b555277 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java @@ -82,7 +82,7 @@ import com.android.systemui.statusbar.policy.StatusBarPolicy; public class StatusBarService extends Service implements CommandQueue.Callbacks { static final String TAG = "StatusBarService"; - static final boolean SPEW = false; + static final boolean SPEW = true; public static final String ACTION_STATUSBAR_START = "com.android.internal.policy.statusbar.START"; @@ -1534,4 +1534,3 @@ public class StatusBarService extends Service implements CommandQueue.Callbacks } }; } - -- cgit v1.1