From 58008863069c31dc29708b964ac82135fc77e73c Mon Sep 17 00:00:00 2001 From: larpon <768942+larpon@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:42:14 +0200 Subject: [PATCH] deploy: add notice below (potential) long crash reports (#318) --- android/deploy.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/deploy.v b/android/deploy.v index be06d8c..4051184 100644 --- a/android/deploy.v +++ b/android/deploy.v @@ -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