mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 15:20:57 -08:00
Improved crash logs; source mod of crashes now included in report
This commit is contained in:
parent
c36e638826
commit
68dccab5ca
7 changed files with 71 additions and 40 deletions
|
|
@ -38,7 +38,7 @@ public class AndroidLauncher extends AndroidApplication{
|
|||
UncaughtExceptionHandler handler = Thread.getDefaultUncaughtExceptionHandler();
|
||||
|
||||
Thread.setDefaultUncaughtExceptionHandler((thread, error) -> {
|
||||
CrashSender.log(error);
|
||||
CrashHandler.log(error);
|
||||
|
||||
//try to forward exception to system handler
|
||||
if(handler != null){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue