Change logcat pattern to write to error.log

This commit is contained in:
solohsu 2019-02-24 23:02:48 +08:00
parent f473834c7b
commit 0208d9f846
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ echo "Device: ${device}">>$file
echo "Manufacturer: ${manufacturer}">>$file
echo "Brand: ${brand}">>$file
echo "Product: ${product}">>$file
logcat *:V logcatcher-xposed-mlgmxyysd:S|grep -i "xposed">>$file &
logcat *:V logcatcher-xposed-mlgmxyysd:S|grep -i "EdXposed-">>$file &