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

Commit 677a64a9 authored by Nathan Harold's avatar Nathan Harold Committed by Gerrit Code Review
Browse files

Merge "Reset RILJ Log Level to Disable Verbose Logs"

parents 1aa0019c 61b47be8
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;

    /**