mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
reverted low api crash handle crashing
This commit is contained in:
parent
5bad6aca35
commit
823ffd8708
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class AcraApplication : Application() {
|
|||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
NativeCrashHandler.initCrashHandler()
|
||||
//NativeCrashHandler.initCrashHandler()
|
||||
ExceptionHandler(filesDir.resolve("last_error")) {
|
||||
val intent = context!!.packageManager.getLaunchIntentForPackage(context!!.packageName)
|
||||
startActivity(Intent.makeRestartActivityTask(intent!!.component))
|
||||
|
|
Loading…
Reference in a new issue