Home | History | Annotate | Download | only in vpnfirewall

Lines Matching refs:TAG

30     private static final String TAG = "PingReflector";
44 Log.i(TAG, "PingReflector starting fd=" + mFd + " valid=" + mFd.valid());
50 Log.e(TAG, "Received packet version: " + version + ". Ignoring.");
56 Log.w(TAG, "Failed processing packet", e);
60 Log.i(TAG, "PingReflector exiting fd=" + mFd + " valid=" + mFd.valid());
69 Log.i(TAG, "Packet contents:\n" + packet);
72 Log.i(TAG, "Protocol is " + packet.protocol + " not ICMP. Ignoring.");
78 Log.i(TAG, "Ping packet:\n" + echo);
87 Log.i(TAG, "Wrote packet back");
94 Log.e(TAG, "Error writing packet: " + e.getMessage(), e);
102 Log.e(TAG, "Error reading packet: " + e.getMessage(), e);