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

Commit 8c081f54 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

am: 818f3672

Change-Id: I7198e0138f9b8c84132e8d10d83370a21c59a98c
parents 2156e86a 818f3672
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2185,6 +2185,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 {