eitherother

Results 1 comments of eitherother

For anyone still interested, I hacked the library's code to use ``` Thread currentThread = Thread.currentThread(); currentThread.setUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() { ``` instead of ``` Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() { ``` and it now...