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

Commit 818f3672 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

am: b4bb3ed9

Change-Id: Ifac2a733d17b253ff061f288f3b74503a55a4ed7
parents 70c3cd8a b4bb3ed9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2178,6 +2178,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 {