Searched defs:logException (Results 1 – 4 of 4) sorted by relevance
77 void logException(Exception exception) { in logException() method in SyncAnswerTest.BlockingExceptionLogger
122 private void logException(String methodName, Exception ex, Object... args) { in logException() method in SoundTriggerMiddlewareLogging281 private void logException(String methodName, Exception ex, Object... args) { in logException() method in SoundTriggerMiddlewareLogging.ModuleLogging346 private void logException(String methodName, Exception ex, Object... args) { in logException() method in SoundTriggerMiddlewareLogging.ModuleLogging.CallbackLogging
45 private static native void logException(Throwable throwable); in logException() method in JniHelpTest
70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() function