Move source files from 'java' to 'kotlin' folder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.github.gotify.log
|
||||
|
||||
import com.github.gotify.log.Log.e
|
||||
|
||||
internal object UncaughtExceptionHandler {
|
||||
fun registerCurrentThread() {
|
||||
Thread.setDefaultUncaughtExceptionHandler { _, e: Throwable? ->
|
||||
e("uncaught exception", e!!)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user