dolphin/Source/Android/jni
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
..
AndroidCommon Remove VectorToJStringArray 2026-01-24 16:50:10 +01:00
Cheats DolphinQt: Improve Gecko code download failure message 2026-03-03 11:09:39 -05:00
Config Explicitly transfer control of SYSCONF to emulated system 2026-02-14 10:05:27 +01:00
GameList Remove VectorToJStringArray 2026-01-24 16:50:10 +01:00
Input Android: Fix unused value warning 2025-10-29 16:19:15 -07:00
AchievementAdapter.cpp RetroAchievements - Android login callback 2025-11-18 20:40:15 -05:00
ActivityTracker.cpp Android: Remove HostThreadLock 2026-04-29 18:55:18 +02:00
CMakeLists.txt Android: Remove HostThreadLock 2026-04-29 18:55:18 +02:00
GpuDriver.cpp c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
InfinityConfig.cpp IOS/USB: Use Enum for Infinity Base Positions 2024-06-27 20:57:27 +01:00
MainAndroid.cpp Android: Move alert message log from Kotlin to C++ 2026-05-08 10:56:51 +02:00
RiivolutionPatches.cpp Android: Add Riivolution patch configuration 2021-10-30 23:24:37 +02:00
SkylanderConfig.cpp Skylanders: Improve figure data view and generation 2023-11-05 18:06:10 +01:00
WiiUtils.cpp Improve NAND import progress dialog 2026-04-04 22:02:45 +01:00