Skip to content

Instantly share code, notes, and snippets.

@ReimuNotMoe
Created November 28, 2018 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReimuNotMoe/053732f2e05bd5594091e87be84cbfb6 to your computer and use it in GitHub Desktop.
Save ReimuNotMoe/053732f2e05bd5594091e87be84cbfb6 to your computer and use it in GitHub Desktop.
#!/system/bin/sh
while :; do
logcat Camera3-Device:E *:S|grep -m 1 EX_TRANSACTION_FAILED
pkill camera
logcat -c
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment