From c5b40182a42a799e8324fc5d79d5ccb09b42bcd3 Mon Sep 17 00:00:00 2001 From: lmp Date: Wed, 2 Oct 2024 14:04:23 +0200 Subject: [PATCH] deploy: add notice below (potential) long crash reports --- 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