fix: print stack trace of patch exceptions (#314)

This commit is contained in:
oSumAtrIX 2022-10-03 19:04:46 +02:00 committed by GitHub
parent 68ce751745
commit 1aa24e2871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ class MainActivity : FlutterActivity() {
} }
return@forEach return@forEach
} }
val msg = "[error] $patch:" + res.exceptionOrNull()!! val msg = "[error] $patch:" + res.exceptionOrNull()!!.printStackTrace()
handler.post { handler.post {
installerChannel.invokeMethod( installerChannel.invokeMethod(
"update", "update",