Details
Details
- Reviewers
angelika - Commits
- rCOMM5c6159d7085a: [native] Fix JNI exception messages on Android
Confirmed that a proper error message with stacktrace is now displayed, example:
java.lang.RuntimeException: Java exception: app.comm.android.aescrypto.DecryptionFailedException: AES Decryption failed at app.comm.android.aescrypto.AESCryptoModuleCompat$Companion.decrypt(AESCryptoModule.kt:174) at app.comm.android.aescrypto.AESCryptoModuleCompat.decrypt(Unknown Source:2) at com.facebook.jni.ThreadScopeSupport.runStdFunctionImpl(Native Method) at com.facebook.jni.ThreadScopeSupport.runStdFunction(ThreadScopeSupport.java:32) at com.facebook.jni.ThreadScopeSupport.runStdFunctionImpl(Native Method) at com.facebook.jni.ThreadScopeSupport.runStdFunction(ThreadScopeSupport.java:32)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable