mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 16:42:05 +02:00
This can give better error messages for JNI mistakes that might otherwise crash or go unnoticed. Tested by introducing such a mistake. (Though it's hard to do with the jni crate's safe interfaces, which is a good thing!) The Android Emulator always has its equivalent checks on, so the Slow Tests are also giving us some confidence about our JNI usage.