OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auditReport
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/core/
ThreadAuditor.java
133
String
auditReport
= null;
145
if (
auditReport
== null) {
146
auditReport
= "Thread Auditor Report:\n";
148
auditReport
+= " Thread [" + thread.getName() + "] has failed to respond to an audit request.\n";
162
//
auditReport
+= " Stack trace:\n";
166
//
auditReport
+= " " + stackTraceElement.toString() + "\n";
169
//
auditReport
+= " Stack trace is not available.\n";
176
return
auditReport
;
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
[
all
...]
Completed in 28 milliseconds