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:
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:
platinmods.com
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:
How to get logs from your Android device
Logcat is the Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers. Non-rooted device: First, you must enable USB debugging on developer options on your...

Last edited: