Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 23, 2023
1 parent 43a9ef6 commit a102b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/android/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ adb logcat RustStdoutStderr:D '*:S' | while IFS= read -r line; do
echo "$line"
if [[ "$line" == *"__finish__"* ]]; then
echo "String '__finish__' found. Killing the process."
kill $PID
adb kill-server
kill $PID
exit 0
fi
done

0 comments on commit a102b9f

Please sign in to comment.