Skip to content

Commit 994c26b

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Turn off logspew."
2 parents 91889e2 + c1ebee4 commit 994c26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
public class PhoneStatusBar extends BaseStatusBar {
9494
static final String TAG = "PhoneStatusBar";
9595
public static final boolean DEBUG = false;
96-
public static final boolean SPEW = true;
96+
public static final boolean SPEW = DEBUG;
9797
public static final boolean DUMPTRUCK = true; // extra dumpsys info
9898

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

0 commit comments

Comments
 (0)