Created
November 28, 2018 03:41
-
-
Save ReimuNotMoe/053732f2e05bd5594091e87be84cbfb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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