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

Commit df59f257 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Enable debug in StatusBarService" into gingerbread

parents 307aef01 2c9188e2
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
        }
    };
}