Home
last modified time | relevance | path

Searched refs:logError (Results 1 – 25 of 34) sorted by relevance

12

/external/nist-sip/java/gov/nist/core/
DDebug.java52 stackLogger.logError("Stack Trace",ex); in printStackTrace()
56 public static void logError(String message, Exception ex) { in logError() method in Debug
58 stackLogger.logError(message,ex); in logError()
DStackLogger.java67 public void logError(String message); in logError() method
84 public void logError(String message, Exception ex); in logError() method
DLogWriter.java63 public void logError(String message) { in logError() method in LogWriter
73 public void logError(String message, Exception ex) { in logError() method in LogWriter
DInternalErrorHandler.java53 stackLogger.logError("UNEXPECTED INTERNAL ERROR FIXME " + ex.getMessage()); in handleException()
73 stackLogger.logError("Unexepcted INTERNAL ERROR FIXME!!"); in handleException()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java639 .logError( in SipStackImpl()
645 getStackLogger().logError("could not instantiate router", in SipStackImpl()
699 getStackLogger().logError( in SipStackImpl()
796 getStackLogger().logError( in SipStackImpl()
808 this.getStackLogger().logError( in SipStackImpl()
824 .logError( in SipStackImpl()
845 .logError( in SipStackImpl()
883 getStackLogger().logError("Bad read timeout " + readTimeout); in SipStackImpl()
911 getStackLogger().logError( in SipStackImpl()
930 getStackLogger().logError( in SipStackImpl()
[all …]
DDialogFilter.java125 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendRequestPendingResponse()
155 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendBadRequestResponse()
186 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendCallOrTransactionDoesNotExistResponse()
213 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendLoopDetectedResponse()
248 sipStack.getStackLogger().logError("Problem sending response", ex); in sendServerInternalErrorResponse()
484 sipStack.getStackLogger().logError( in processRequest()
524 sipStack.getStackLogger().logError( in processRequest()
590 sipStack.getStackLogger().logError("error sending response", e); in processRequest()
663 sipStack.getStackLogger().logError("Error in sending response", ex); in processRequest()
970 sipStack.getStackLogger().logError( in processRequest()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageProcessor.java159 sipStack.getStackLogger().logError( in run()
166 sipStack.getStackLogger().logError( in run()
171 sipStack.getStackLogger().logError("Problem Accepting Connection", ex); in run()
174 sipStack.getStackLogger().logError("Unexpected Exception!", ex); in run()
DUDPMessageChannel.java300 sipStack.getStackLogger().logError( in run()
405 this.sipStack.getStackLogger().logError("bad message " + badmsg); in processIncomingDataPacket()
406 this.sipStack.getStackLogger().logError(">>> Dropped Bad Msg " in processIncomingDataPacket()
521 .logError("Dropping Badly formatted response message >>> " in processMessage()
534 .logError("Dropping response message with invalid tag >>> " in processMessage()
595 sipStack.getStackLogger().logError("BAD MESSAGE!"); in handleException()
596 sipStack.getStackLogger().logError(message); in handleException()
659 sipStack.getStackLogger().logError("An exception occured while sending message",ex); in sendMessage()
DSIPDialog.java296 sipStack.getStackLogger().logError("unexpected error", e); in terminate()
314 sipStack.getStackLogger().logError( in run()
362 sipStack.getStackLogger().logError("Error sending re-INVITE", ex); in run()
500 sipStack.getStackLogger().logError("ACK Was not sent. killing dialog"); in runTask()
508 sipStack.getStackLogger().logError("ACK Was not sent. Sending BYE"); in runTask()
942 sipStack.getStackLogger().logError( in sendAck()
950 sipStack.getStackLogger().logError("CallID " + this.getCallId()); in sendAck()
951 sipStack.getStackLogger().logError( in sendAck()
953 sipStack.getStackLogger().logError("dialog = " + this); in sendAck()
1513 sipStack.getStackLogger().logError( in addTransaction()
[all …]
DTLSMessageChannel.java398 sipStack.getStackLogger().logError("bad message " + badmsg); in processMessage()
399 sipStack.getStackLogger().logError(">>> Dropped Bad Msg"); in processMessage()
517 .logError("Dropping Badly formatted response message >>> " in processMessage()
543 .logError("Dropping response message with invalid tag >>> " in processMessage()
DSIPTransaction.java1146 sipStack.getStackLogger().logError("Unexpected exception acquiring sem", in acquireSem()
1167 sipStack.getStackLogger().logError("Unexpected exception releasing sem", in releaseSem()
1184 sipStack.getStackLogger().logError("Unexpected exception releasing sem", in semRelease()
DSIPClientTransaction.java790 sipStack.getStackLogger().logError( in inviteClientTransaction()
901 sipStack.getStackLogger().logError("missing required header"); in sendRequest()
1431 … sipStack.getStackLogger().logError("dialog is unexpectedly null",new NullPointerException()); in processResponse()
1507 sipStack.getStackLogger().logError("NULL DIALOG!!"); in setDialog()
DSIPServerTransaction.java311 sipStack.getStackLogger().logError("unexpected exception", ex); in runTask()
346 sipStack.getStackLogger().logError("IO error sending TRYING"); in runTask()
862 sipStack.getStackLogger().logError("IOException " ,e); in processRequest()
1311 this.sipStack.getStackLogger().logError("Could not acquire PRACK sem ", ex); in sendResponse()
DMessageProcessor.java189 this.getSIPStack().getStackLogger().logError("getListeningPoint" + this + in getListeningPoint()
DTCPMessageChannel.java538 .logError("Dropping Badly formatted response message >>> " in processMessage()
564 .logError("Dropping response message with invalid tag >>> " in processMessage()
DDefaultRouter.java122 .logError( in DefaultRouter()
/external/skia/bench/
DBenchLogger.h38 void logError(const char msg[]) { this->nativeLogError(msg); } in logError() function
43 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() function
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js12 function logError(err) { function
85 .then((desc) => {this.onCreateOfferSuccess(desc)}, logError);
93 (desc) => {this.onCreateAnswerSuccess(desc)}, logError);
/external/v8/tools/profviz/
Dprofviz.js86 "error" : logError,
179 function logError(text) { function
224 logError(e.message);
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DConfigEditMode.java148 logError("Error:" + status.getDetails()); in updateUIAtCurrentCard()
150 logError("Error: Unknown!"); in updateUIAtCurrentCard()
181 protected void logError(String message) { in logError() method in ConfigEditMode
/external/autotest/frontend/client/src/autotest/common/ui/
DNotifyManager.java75 public void logError(String error) { in logError() method in NotifyManager.ErrorLog
135 errorLog.logError(message); in log()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java285 Debug.logError("Detected a parse error", ex); in run()
329 Debug.logError("Exception Reading Content",ex); in run()
/external/v8/src/inspector/
Dinjected-script-source.js793 function logError(error) function
829 logError(e);
833 logError(e);
/external/google-breakpad/src/common/mac/
DGTMLogger.h279 - (void)logError:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java202 … Debug.logError("Cannot get the header factory to parse the header of the sip uris to compare", e); in equals()
221 … Debug.logError("Cannot parse one of the header of the sip uris to compare " + a + " " + b, e); in equals()

12