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

Commit 2c9188e2 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

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
parent 8544560c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
        }
    };
}