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

Commit b4bb3ed9 authored by Junyu Lai's avatar Junyu Lai Committed by android-build-merger
Browse files

Merge "Notify upper layer when trying to stop non-existing keepalive"

am: 773a14b1

Change-Id: Ia6108fef553b5aa223a202363a28a9a314043a5d
parents 3b666e0d 773a14b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2152,6 +2152,7 @@ public class DataConnection extends StateMachine {
                    int handle = mNetworkAgent.keepaliveTracker.getHandleForSlot(slotId);
                    if (handle < 0) {
                        loge("No slot found for stopSocketKeepalive! " + slotId);
                        mNetworkAgent.onSocketKeepaliveEvent(slotId, SocketKeepalive.NO_KEEPALIVE);
                        retVal = HANDLED;
                        break;
                    } else {