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

Commit 773a14b1 authored by Junyu Lai's avatar Junyu Lai Committed by Gerrit Code Review
Browse files

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

parents 1eb07a92 6b19826b
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 {