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

Commit c1ebee40 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Turn off logspew.

Change-Id: I54757796de109d12649d4b0f74fbd07a6d360bf8
parent 83e675f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ import com.android.systemui.statusbar.policy.NotificationRowLayout;
public class PhoneStatusBar extends BaseStatusBar {
    static final String TAG = "PhoneStatusBar";
    public static final boolean DEBUG = false;
    public static final boolean SPEW = true;
    public static final boolean SPEW = DEBUG;
    public static final boolean DUMPTRUCK = true; // extra dumpsys info

    // additional instrumentation for testing purposes; intended to be left on during development