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

Commit 34dffd70 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Move ACK_WAKE_LOCK_TIMEOUT log to verbose mode.

Bug: 29127300
Change-Id: I4ed9d89c0c651a00fc6c37cb5e07043d30ebf20f
parent da3a5ba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -507,7 +507,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {

                case EVENT_ACK_WAKE_LOCK_TIMEOUT:
                    if (msg.arg1 == mAckWlSequenceNum && clearWakeLock(FOR_ACK_WAKELOCK)) {
                        if (RILJ_LOGD) {
                        if (RILJ_LOGV) {
                            Rlog.d(RILJ_LOG_TAG, "ACK_WAKE_LOCK_TIMEOUT");
                        }
                    }