How to find crash logs from MOD APK (With mod menu only)
Crash logs is only available if modders are using LGL Mod Menu template 3.0 and above
So how to get the crash logs?
Run the game until it crash or restart, then use file manager of your choice and check the following location:
- Android 10 and below: /storage/emulated/0/Android/data/(game package name)/files
- Android 11 and above: /storage/emulated/0/Documents/
Look after the text files mod_menu_crash_xxx-xxx.txt. File always ends with “.txt”, not “.log” or whatever
The file should contain like this:
Share the crash log to the modder via attachment or private message
If there is no crash logs, the game may have crashed too early before it tries to generate crash log, or modders does not use LGL Mod Menu template 3.0 and above, or removed crash handlers. You can try obtain the crash log manually: https://www.andnixsh.com/2023/05/how-to-get-logs-from-your-android-device.html