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

Commit 61b47be8 authored by Nathan Harold's avatar Nathan Harold
Browse files

Reset RILJ Log Level to Disable Verbose Logs

Now that CellInfo/SignalStrength are all well tested
and we seem not to have any new bugs, time to disable
the verbose logs for SignalStrength.

Bug: 123099710
Test: compilation
Change-Id: I334e8c693ed8c2d6835aef5e8bf6f0fe250a8c19
parent 288d6531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
    // Have a separate wakelock instance for Ack
    static final String RILJ_ACK_WAKELOCK_NAME = "RILJ_ACK_WL";
    static final boolean RILJ_LOGD = true;
    static final boolean RILJ_LOGV = true; // STOPSHIP if true
    static final boolean RILJ_LOGV = false; // STOPSHIP if true
    static final int RIL_HISTOGRAM_BUCKET_COUNT = 5;

    /**