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

Commit b73e6ba4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update KeepalivePacketData.toString()" am: 9736c83c am: a5264ca9

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/2035089

Change-Id: If999baa27e027ff761a7ffc00d39310d6bba98b6
parents cb7184bc a5264ca9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -189,9 +189,7 @@ public class KeepaliveTracker extends Handler {
    private void onStartSocketKeepaliveRequested(int slotIndex, @NonNull Duration interval,
            @NonNull KeepalivePacketData packet) {
        log("onStartSocketKeepaliveRequested: slot=" + slotIndex + ", interval="
                + interval.getSeconds() + "s, src=" + packet.getSrcAddress() + ":"
                + packet.getSrcPort() + ", dst=" + packet.getDstAddress() + ":"
                + packet.getDstPort() + ", packet.length=" + packet.getPacket().length);
                + interval.getSeconds() + "s, packet=" + packet);
        if (packet instanceof NattKeepalivePacketData) {
            if (mDataNetwork.getTransport() == AccessNetworkConstants.TRANSPORT_TYPE_WWAN) {
                mPhone.mCi.startNattKeepalive(mDataNetwork.getId(), packet,