mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-13 15:36:29 +00:00
Convert ICrashHandler to kotlin
This commit is contained in:
parent
99af3dffaa
commit
90df6e33b0
1 changed files with 8 additions and 6 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
package awaisomereport;
|
package awaisomereport
|
||||||
|
|
||||||
public interface ICrashHandler {
|
interface ICrashHandler {
|
||||||
void uncaughtException(Thread t,
|
fun uncaughtException(
|
||||||
Throwable exception,
|
t: Thread,
|
||||||
Thread.UncaughtExceptionHandler defaultEH);
|
exception: Throwable,
|
||||||
|
defaultExceptionHandler: Thread.UncaughtExceptionHandler
|
||||||
|
)
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue