dolphin/Source/Android
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
..
app Android: Move alert message log from Kotlin to C++ 2026-05-08 10:56:51 +02:00
benchmark Android: Use version catalog and update dependencies 2026-03-21 10:50:34 -04:00
gradle Android: Use version catalog and update dependencies 2026-03-21 10:50:34 -04:00
jni Android: Move alert message log from Kotlin to C++ 2026-05-08 10:56:51 +02:00
.gitignore android: Regenerate baseline profile module for AGP 8.2.0 2023-12-09 15:44:29 -05:00
build.gradle.kts Android: Use version catalog and update dependencies 2026-03-21 10:50:34 -04:00
code-style-java.xml Android: Update code-style-java for androidx files 2020-09-08 05:59:08 -04:00
gradle.properties Android: Use version catalog and update dependencies 2026-03-21 10:50:34 -04:00
gradlew Android: Use version catalog and update dependencies 2026-03-21 10:50:34 -04:00
gradlew.bat Android: Update Gradle Wrapper 2025-11-12 08:13:30 -05:00
settings.gradle.kts Android: Pin R8 9.1.34 to fix release minify crash 2026-03-24 07:50:45 -04:00