Skip to content

Commit

Permalink
deploy: add notice below (potential) long crash reports (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon authored Oct 2, 2024
1 parent e351209 commit 5800886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/deploy.v
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ fn adb_detect_and_report_crashes(opt DeployOptions, device_id string) !bool {
vabutil.vab_notice('It looks like your app might have crashed. Dumping crash buffer...',
details: crash_log
)
vabutil.vab_notice('The above crash log(s) may be old and/or unrelated to this run')
vabutil.vab_notice('Use `--log-clear` to clear the device logs prior to installs and app launches')
return true
}
return false
Expand Down

0 comments on commit 5800886

Please sign in to comment.