Improved crash logs; source mod of crashes now included in report
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user