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

Commit ffdd9054 authored by Nathan Harold's avatar Nathan Harold
Browse files

Set DBG Flag False for CellSignalStrengthLte

The debug flag for CellSignalStrengthLte was left
"true" due to "f23153f1 - Refactor SignalStrength".

This CL sets it to false to fix log spam.

Bug: 122545223
Test: compilation
Change-Id: I680224ba726dde26c1e45584bd37d85bc02aa91a
parent 7d615aae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import java.util.Objects;
public final class CellSignalStrengthLte extends CellSignalStrength implements Parcelable {

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

    /**
     * Indicates the unknown or undetectable RSSI value in ASU.