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

Commit 9736c83c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update KeepalivePacketData.toString()"

parents f6f4840b cf24711e
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,