Skip to content

Commit

Permalink
fix: print stack trace of patch exceptions (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Oct 3, 2022
1 parent 68ce751 commit 1aa24e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1aa24e2

Please sign in to comment.