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

Commit 1c3a6d28 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 am: 64e3f251

am: c808f71d

Change-Id: I827fae9202cba0956c75fe789e5687e104fbb032
parents 74b52df2 c808f71d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,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;

    /**