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

Commit 64e3f251 authored by Nathan Harold's avatar Nathan Harold Committed by android-build-merger
Browse files

Merge "Reset RILJ Log Level to Disable Verbose Logs"

am: 677a64a9

Change-Id: I5eb0b5c56872892d5bfd3b5bcadf26a135a6e558
parents 5b475ff2 677a64a9
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;

    /**