Improve E2E launch diagnostics and failure alerts

This commit is contained in:
Samuel Newman
2026-07-17 14:24:02 +03:00
parent ce9ccef515
commit 97515487e5
4 changed files with 82 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ stop_pid_file() {
stop_process_tree "$pid"
}
stop_pid_file "$artifact_dir/logcat.pid"
stop_pid_file "$artifact_dir/metro.pid"
stop_pid_file "$artifact_dir/mock-server.pid"
stop_pid_file "$artifact_dir/emulator.pid"