We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91889e2 + c1ebee4 commit 994c26bCopy full SHA for 994c26b
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -93,7 +93,7 @@
93
public class PhoneStatusBar extends BaseStatusBar {
94
static final String TAG = "PhoneStatusBar";
95
public static final boolean DEBUG = false;
96
- public static final boolean SPEW = true;
+ public static final boolean SPEW = DEBUG;
97
public static final boolean DUMPTRUCK = true; // extra dumpsys info
98
99
// additional instrumentation for testing purposes; intended to be left on during development
0 commit comments