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

View File

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