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

Commit dfbc0f2b authored by Steve Kondik's avatar Steve Kondik
Browse files

systemui: Kill logspam

Change-Id: Id1c7c9c56632714aa6a161189d3d8e67a8a030ba
parent f4dff961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ class TelephonyIcons {
    static final int SIGNAL_STRENGTH_TYPE_CDMA = 7;
    static final int SIGNAL_STRENGTH_TYPE_UMTS = 8;

    static final boolean DEBUG = true;
    static final boolean DEBUG = false;
    static final int DEFAULT_SUB = 0;
    static final String TAG = "TelephonyIcons";
    static final String NS = "com.android.systemui";