Home
last modified time | relevance | path

Searched defs:logException (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
H A DSyncAnswerTest.java77 void logException(Exception exception) { in logException() method in SyncAnswerTest.BlockingExceptionLogger
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareLogging.java122 private void logException(String methodName, Exception ex, Object... args) { in logException() method in SoundTriggerMiddlewareLogging
281 private void logException(String methodName, Exception ex, Object... args) { in logException() method in SoundTriggerMiddlewareLogging.ModuleLogging
346 private void logException(String methodName, Exception ex, Object... args) { in logException() method in SoundTriggerMiddlewareLogging.ModuleLogging.CallbackLogging
/aosp12/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
H A DJniHelpTest.java45 private static native void logException(Throwable throwable); in logException() method in JniHelpTest
/aosp12/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() function