Home | History | Annotate | Download | only in sip

Lines Matching refs:DEBUG

71     private static final boolean DEBUG = true;
241 if (DEBUG) Log.d(TAG, "send request with challenge response: "
270 if (DEBUG) Log.d(TAG, "send INVITE: " + request);
288 if (DEBUG) Log.d(TAG, "send RE-INVITE: " + request);
322 if (DEBUG) Log.d(TAG, "send RINGING: " + response);
351 if (DEBUG) Log.d(TAG, "send OK: " + response);
373 if (DEBUG) Log.d(TAG, "send BUSY HERE: " + response);
390 if (DEBUG) Log.d(TAG, "send ACK: " + ack);
396 if (DEBUG) Log.d(TAG, "send BYE: " + byeRequest);
403 if (DEBUG) Log.d(TAG, "send CANCEL: " + cancelRequest);
412 if (DEBUG) Log.d(TAG, "send response: " + response);
424 if (DEBUG) Log.d(TAG, "send response: " + response);