Searched refs:logException (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareLogging.java | 80 logException("listModules", e); in listModules() 94 logException("attach", e, handle, callback); in attach() 105 logException("setCaptureState", e, active); in setCaptureState() 159 logException("loadModel", e, model); in loadModel() 171 logException("loadPhraseModel", e, model); in loadPhraseModel() 182 logException("unloadModel", e, modelHandle); in unloadModel() 194 logException("startRecognition", e, modelHandle, config); in startRecognition() 205 logException("stopRecognition", e, modelHandle); in stopRecognition() 216 logException("forceRecognitionEvent", e, modelHandle); in forceRecognitionEvent() 265 logException("detach", e); in detach() [all …]
|
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/ |
H A D | CallComposerPictureTransfer.java | 148 logException("Exception uploading image" , ex); in uploadPicture() 214 logException("Exception downloading image" , ex); in downloadPicture() 250 logException("IOException opening network: ", e); in prepareInitialPost() 268 logException("IOException opening network: ", e); in prepareImageDownloadRequest() 284 logException("IOException obtaining auth header: ", e); in obtainAuthenticateHeader() 319 logException("IOException obtaining return code: ", e); in downloadImageFromConnection() 335 logException("IOException reading from image body: ", e); in downloadImageFromConnection() 437 logException("IOException making request to upload image: ", e); 491 logException("Error parsing response XML:", e); 507 logException("IOException reading request body: ", e); [all …]
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/ |
H A D | SyncAnswerTest.java | 77 void logException(Exception exception) { in logException() method in SyncAnswerTest.BlockingExceptionLogger 113 mExceptionLogger.logException(expected); in asyncSlowTask()
|
/aosp12/libnativehelper/tests_mts/jni/ |
H A D | jni_helper_jni.cpp | 70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() function 120 logException), in JNI_OnLoad()
|
/aosp12/libnativehelper/tests_mts/src/com/android/art/libnativehelper/ |
H A D | JniHelpTest.java | 45 private static native void logException(Throwable throwable); in logException() method in JniHelpTest 135 logException(e); in testLogException()
|
/aosp12/frameworks/base/core/java/android/database/ |
H A D | DatabaseUtils.java | 91 boolean logException = true; in writeExceptionToParcel() 94 logException = false; in writeExceptionToParcel() 115 logException = false; in writeExceptionToParcel() 124 if (logException) { in writeExceptionToParcel()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 38476 …soundtrigger_middleware/SoundTriggerMiddlewareLogging$ModuleLogging;->logException(Ljava/lang/Stri… 38492 PLcom/android/server/soundtrigger_middleware/SoundTriggerMiddlewareLogging;->logException(Ljava/lan…
|