Merge "Add KeepalivePacketData toString()"
This commit is contained in:
@@ -116,4 +116,13 @@ public class KeepalivePacketData {
|
|||||||
return mPacket.clone();
|
return mPacket.clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "KeepalivePacketData[srcAddress=" + mSrcAddress
|
||||||
|
+ ", dstAddress=" + mDstAddress
|
||||||
|
+ ", srcPort=" + mSrcPort
|
||||||
|
+ ", dstPort=" + mDstPort
|
||||||
|
+ ", packet.length=" + mPacket.length
|
||||||
|
+ ']';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user