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

Commit 432139b5 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Reduce log spam.

Turn off DBG in SignalStrength.java

Change-Id: Ida1bded2551272956115aef5f3eda0f2a8cf3aed
parent 5590027b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import android.util.Log;
public class SignalStrength implements Parcelable {

    private static final String LOG_TAG = "SignalStrength";
    private static final boolean DBG = true;
    private static final boolean DBG = false;

    /** @hide */
    public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = 0;