Loading src/java/com/android/internal/telephony/RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
src/java/com/android/internal/telephony/RIL.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading