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

Commit 63cbc4c0 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Turn off spammy RSSI logs.

Change-Id: Ifab951afdbbb5fb8e9c6f58f5b8d47139596f7a3
parent 764b4da4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ import com.android.systemui.R;
public class SystemPanel extends LinearLayout {
    private static final String TAG = "SystemPanel";
    private static final boolean DEBUG = TabletStatusBarService.DEBUG;
    private static final boolean DEBUG_SIGNAL = true;
    private static final boolean DEBUG_SIGNAL = false;

    private static final int MINIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_DIM + 5;
    private static final int MAXIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_ON;