dolphin/Source/Android/app/src/main
JosJuice 4470534dc5 Android: Move alert message log from Kotlin to C++
For some reason, NativeLibrary.kt calling Log for the alert message text
makes Dolphin die with a JNI error. Supposedly the jstring passed to the
logging function is invalid. I don't understand why, because the dialog
that we show right afterwards is able to read the string just fine. The
error happens even if I pass the string directly to Log without
prepending any extra text.

There's no real downside to having the logging in C++ instead of Kotlin,
so let's move it to C++ to avoid the JNI error.
2026-05-08 10:56:51 +02:00
..
java/org/dolphinemu/dolphinemu Android: Move alert message log from Kotlin to C++ 2026-05-08 10:56:51 +02:00
res Android: Add page table fastmem to Debug settings 2026-04-18 08:42:34 +02:00
AndroidManifest.xml Android: Remove deprecated extractNativeLibs manifest flag 2025-11-11 11:18:48 -05:00