Home | History | Annotate | Download | only in echoserver

Lines Matching refs:TAG

68     static final String TAG = "EchoServer";
121 if (DBG) Log.d(TAG, "Dumping data unit");
188 if (DBG) Log.d(TAG, "read " + size + " bytes");
198 if (DBG) Log.d(TAG, "connection broken by IOException", e);
205 if (DBG) Log.d(TAG, "about create LLCP service socket");
213 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
216 if (DBG) Log.d(TAG, "created LLCP service socket");
221 if (DBG) Log.d(TAG, "about to accept");
223 if (DBG) Log.d(TAG, "accept returned " + clientSocket);
226 Log.e(TAG, "llcp error", e);
229 Log.e(TAG, "IO error", e);
256 Log.e(TAG, "Send success!");
258 Log.e(TAG, "Send failed.");
292 if (DBG) Log.d(TAG, "about create LLCP connectionless socket");
297 if (DBG) Log.d(TAG, "failed to create LLCP connectionless socket");
310 if (DBG) Log.d(TAG, "read " + packet.getDataBuffer().length + " bytes");
321 if (DBG) Log.d(TAG, "connection broken by IOException", e);
325 Log.e(TAG, "llcp error", e);
348 if (DBG) Log.d(TAG, "Error writing data.");