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

Commit 876e81e4 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android (Google) Code Review
Browse files

Merge "Move ACK_WAKE_LOCK_TIMEOUT log to verbose mode." into nyc-mr1-dev

parents 5b561176 34dffd70
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");
                        }
                    }