HomeSort by relevance Sort by last modified time
    Searched refs:logDebug (Results 1 - 25 of 48) sorted by null

1 2

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ClientPairingSession.java 69 logDebug("Sending PairingRequest... " + mServiceName + " " + mClientName);
73 logDebug("Waiting for PairingRequestAck ...");
79 logDebug("Got PairingRequestAck with server name = " + mPeerName);
84 logDebug("Sending Options ...");
87 logDebug("Waiting for Options...");
92 logDebug("Local config = " + mLocalOptions);
93 logDebug("Server options = " + serverOptions);
99 logDebug("Sending Configuration...");
101 logDebug("Waiting for ConfigurationAck...");
ServerPairingSession.java 54 logDebug("Waiting for PairingRequest...");
58 logDebug("Requested service to pair: " + request.getServiceName());
62 logDebug("Client name: " + request.getClientName());
68 logDebug("Sending PairingRequestAck ...");
72 logDebug("Waiting for Options ...");
77 logDebug("Sending Options...");
83 logDebug("Waiting for Configuration...");
105 logDebug("Sending ConfigurationAck...");
PairingSession.java 215 logDebug(message);
219 logDebug(message);
234 logDebug("Starting reader");
239 logDebug("Received: " + message.getClass());
242 logDebug("Exception while getting message: " + exception);
246 logDebug("Exception while getting message: " + exception);
252 logDebug("Interrupted: " + ie);
254 logDebug("Reader is done");
285 public void logDebug(String message) {
372 logDebug("Protocol started (SERVER mode)")
    [all...]
PoloChallengeResponse.java 87 logDebug("getAlpha, nonce=" + PoloUtil.bytesToHexString(nonce));
136 logDebug("Generated hash: " + PoloUtil.bytesToHexString(digestBytes));
187 logDebug("Illegal nonce value.");
190 logDebug("Nonce is: " + PoloUtil.bytesToHexString(nonce));
191 logDebug("User gamma is: " + PoloUtil.bytesToHexString(gamma));
192 logDebug("Generated gamma is: " + PoloUtil.bytesToHexString(getGamma(nonce)));
214 private void logDebug(String message) {
  /frameworks/base/core/java/android/app/timezone/
RulesManager.java 132 logDebug("mIRulesManager.getRulesState()");
134 logDebug("mIRulesManager.getRulesState() returned " + rulesState);
158 logDebug("mIRulesManager.requestInstall()");
178 logDebug("mIRulesManager.requestUninstall()");
202 logDebug("mCallback.onFinished(status), status=" + status);
223 logDebug("mIRulesManager.requestNothing() with token=" + Arrays.toString(checkToken));
230 static void logDebug(String msg) {
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 82 sipStack.getStackLogger().logDebug("addEvent " + eventWrapper);
130 sipStack.getStackLogger().logDebug(
149 sipStack.getStackLogger().logDebug(
188 .logDebug(
192 sipStack.getStackLogger().logDebug(
198 sipStack.getStackLogger().logDebug(
217 .logDebug(
220 sipStack.getStackLogger().logDebug(
227 sipStack.getStackLogger().logDebug(
247 sipStack.getStackLogger().logDebug(
    [all...]
NistSipMessageFactoryImpl.java 84 sipStack.getStackLogger().logDebug(
108 sipStack.getStackLogger().logDebug(
118 sipStack.getStackLogger().logDebug(
125 sipStack.getStackLogger().logDebug(
DialogFilter.java 232 .logDebug("Sending 500 response for out of sequence message");
263 sipStack.getStackLogger().logDebug(
269 sipStack.getStackLogger().logDebug(
279 sipStack.getStackLogger().logDebug("No provider - dropping !!");
291 sipStack.getStackLogger().logDebug(
323 sipStack.getStackLogger().logDebug(
355 sipStack.getStackLogger().logDebug("dialogId = " + dialogId);
356 sipStack.getStackLogger().logDebug("dialog = " + dialog);
445 sipStack.getStackLogger().logDebug("Processing ACK for INVITE Tx ");
449 sipStack.getStackLogger().logDebug("Processing ACK for dialog " + dialog)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 135 getSIPStack().getStackLogger().logDebug("Accepting new connection!");
203 sipStack.getStackLogger().logDebug(Thread.currentThread() + " removing " + key);
225 sipStack.getStackLogger().logDebug("key " + key);
226 sipStack.getStackLogger().logDebug("Creating " + retval);
237 sipStack.getStackLogger().logDebug("Closing " + key);
241 sipStack.getStackLogger().logDebug("Caching " + key);
257 sipStack.getStackLogger().logDebug("key " + key);
258 sipStack.getStackLogger().logDebug("Creating " + retval);
ServerLog.java 223 .logDebug("Here are the stack configuration properties \n"
251 stackLogger.logDebug(" ]]> ");
252 stackLogger.logDebug("</debug>");
253 stackLogger.logDebug("<description\n logDescription=\"" + description
256 stackLogger.logDebug("<debug>");
257 stackLogger.logDebug("<![CDATA[ ");
262 stackLogger.logDebug("Here are the stack configuration properties \n"
264 stackLogger.logDebug(" ]]>");
265 stackLogger.logDebug("</debug>");
266 stackLogger.logDebug("<description\n logDescription=\"" + descriptio
    [all...]
TLSMessageProcessor.java 150 sipStack.getStackLogger().logDebug("Accepting new connection!");
220 sipStack.getStackLogger().logDebug(Thread.currentThread() + " removing " + key);
241 sipStack.getStackLogger().logDebug("key " + key);
242 sipStack.getStackLogger().logDebug("Creating " + retval);
253 sipStack.getStackLogger().logDebug("Closing " + key);
257 sipStack.getStackLogger().logDebug("Caching " + key);
273 sipStack.getStackLogger().logDebug("key " + key);
274 sipStack.getStackLogger().logDebug("Creating " + retval);
UDPMessageProcessor.java 206 sipStack.getStackLogger().logDebug("Dropping message -- queue length exceeded");
217 sipStack.getStackLogger().logDebug("Dropping message with probability " + (1.0 - threshold));
251 .logDebug("UDPMessageProcessor: Stopping");
263 .logDebug("UDPMessageProcessor: Got an IO Exception");
267 .logDebug("UDPMessageProcessor: Unexpected Exception - quitting");
SIPDialog.java 353 sipStack.getStackLogger().logDebug("Interrupted sleep");
360 sipStack.getStackLogger().logDebug("re-INVITE successfully sent");
401 sipStack.getStackLogger().logDebug("Running dialog timer");
446 stack.getStackLogger().logDebug("resend 200 response from " + dialog);
586 sipStack.getStackLogger().logDebug("Creating a dialog : " + this);
587 sipStack.getStackLogger().logDebug(
626 sipStack.getStackLogger().logDebug("Creating a dialog : " + this);
641 sipStack.getStackLogger().logDebug("this : " + this);
642 sipStack.getStackLogger().logDebug("printRouteList : " + this.routeList.encode());
728 sipStack.getStackLogger().logDebug("settingRemoteParty " + this.remoteParty)
    [all...]
UDPMessageChannel.java 236 this.sipStack.getStackLogger().logDebug("Creating message channel "
328 .logDebug("UDPMessageChannel: processIncomingDataPacket : peerAddress = "
342 this.sipStack.getStackLogger().logDebug("Rejecting message ! "
344 this.sipStack.getStackLogger().logDebug("error message "
358 sipStack.getStackLogger().logDebug(
360 sipStack.getStackLogger().logDebug(badReqRes);
372 .logDebug(
386 this.sipStack.getStackLogger().logDebug("Rejecting message ! + Null message parsed.");
494 this.sipStack.getStackLogger().logDebug("About to process "
507 this.sipStack.getStackLogger().logDebug("Done processing
    [all...]
TCPMessageChannel.java 123 sipStack.getStackLogger().logDebug("creating new TCPMessageChannel ");
157 sipStack.getStackLogger().logDebug("creating new TCPMessageChannel ");
190 sipStack.getStackLogger().logDebug("Closing message Channel " + this);
193 sipStack.getStackLogger().logDebug("Error closing socket " + ex);
372 sipStack.getStackLogger().logDebug(
384 sipStack.getStackLogger().logDebug("Sending automatic 400 Bad Request:");
385 sipStack.getStackLogger().logDebug(badReqRes);
395 sipStack.getStackLogger().logDebug(
423 sipStack.getStackLogger().logDebug(">>> Dropped Bad Msg");
424 sipStack.getStackLogger().logDebug(badmsg)
    [all...]
SIPTransactionStack.java 483 stackLogger.logDebug("Re-initializing !");
558 this.getStackLogger().logDebug("dialog table = " + this.dialogTable);
591 stackLogger.logDebug("NOTIFY Supported Natively");
607 stackLogger.logDebug("putDialog: dialog already exists" + dialogId + " in table = "
613 stackLogger.logDebug("putDialog dialogId=" + dialogId + " dialog = " + dialog);
756 stackLogger.logDebug("getDialog(" + dialogId + ") : returning " + sipDialog);
793 stackLogger.logDebug("ct table size = " + clientTransactionTable.size());
801 stackLogger.logDebug("event Header is null -- returning null");
819 stackLogger.logDebug("ct.fromTag = " + fromTag);
820 stackLogger.logDebug("thisToTag = " + thisToTag)
    [all...]
DefaultRouter.java 205 .logDebug("Route post processing fixed strict routing");
211 .logDebug("NextHop based on Route:" + hop);
222 .logDebug("Using request URI maddr to route the request = "
233 .logDebug("Using outbound proxy to route the request = "
239 sipStack.getStackLogger().logDebug("Used request-URI for nextHop = "
243 .logDebug("returning null hop -- loop detected");
277 sipStack.getStackLogger().logDebug("post: fixStrictRouting" + req);
IOHandler.java 167 sipStack.getStackLogger().logDebug(
195 sipStack.getStackLogger().logDebug("inaddr = " + receiverAddress);
196 sipStack.getStackLogger().logDebug("port = " + contactPort);
217 sipStack.getStackLogger().logDebug(
238 sipStack.getStackLogger().logDebug(this.socketTable.toString());
265 sipStack.getStackLogger().logDebug("inaddr = " + receiverAddress);
266 sipStack.getStackLogger().logDebug("port = " + contactPort);
SIPTransaction.java 278 sipStack.getStackLogger().logDebug("LingerTimer : "
290 sipStack.getStackLogger().logDebug("LingerTimer: run() : "
301 sipStack.getStackLogger().logDebug("removing" + transaction);
312 sipStack.getStackLogger().logDebug("Use Count = " + useCount);
350 .logDebug("use count for encapsulated channel"
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch);
416 sipStack.getStackLogger().logDebug("Branch id is null - compute TID!"
542 sipStack.getStackLogger().logDebug("Transaction:setState " + newState
602 sipStack.getStackLogger().logDebug("enableTimeoutTimer " + this
977 sipStack.getStackLogger().logDebug("returning true")
    [all...]
TLSMessageChannel.java 127 sipStack.getStackLogger().logDebug("creating new TLSMessageChannel (incoming)");
172 sipStack.getStackLogger().logDebug("creating new TLSMessageChannel (outgoing)");
202 sipStack.getStackLogger().logDebug("Closing message Channel " + this);
205 sipStack.getStackLogger().logDebug("Error closing socket " + ex);
352 sipStack.getStackLogger().logDebug("Encountered bad message \n" + message);
360 sipStack.getStackLogger().logDebug("Sending automatic 400 Bad Request:");
361 sipStack.getStackLogger().logDebug(badReqRes);
371 sipStack.getStackLogger().logDebug(
455 sipStack.getStackLogger().logDebug("----Processing Message---");
530 this.sipStack.getStackLogger().logDebug("Message size exceeded")
    [all...]
SIPClientTransaction.java 226 sipStack.getStackLogger().logDebug(
263 sipStack.getStackLogger().logDebug("Client Use Count = " + useCount);
303 sipStack.getStackLogger().logDebug("Creating clientTransaction " + this);
317 sipStack.getStackLogger().logDebug(
321 sipStack.getStackLogger().logDebug("WARNING -- setting to null!");
418 sipStack.getStackLogger().logDebug("Sending Message " + messageToSend);
419 sipStack.getStackLogger().logDebug("TransactionState " + this.getState());
516 sipStack.getStackLogger().logDebug(
519 sipStack.getStackLogger().logDebug("dialog = " + dialog);
659 sipStack.getStackLogger().logDebug(
    [all...]
SIPServerTransaction.java 325 sipStack.getStackLogger().logDebug("scheduled timer for " + SIPServerTransaction.this);
336 sipStack.getStackLogger().logDebug(" sending Trying current state = "
342 sipStack.getStackLogger().logDebug(" trying sent "
357 sipStack.getStackLogger().logDebug("TransactionTimer() : " + getTransactionId());
513 sipStack.getStackLogger().logDebug("Creating Server Transaction" + this.getBranchId());
716 sipStack.getStackLogger().logDebug("processRequest: " + transactionRequest.getFirstLine());
717 sipStack.getStackLogger().logDebug("tx state = " + this.getRealState());
    [all...]
  /external/nist-sip/java/gov/nist/core/
Debug.java 48 stackLogger.logDebug(s + "\n");
StackLogger.java 45 public void logDebug(String message);
LogWriter.java 54 public void logDebug(String message) {
280 // public void logDebug(String message) {

Completed in 549 milliseconds

1 2