Change logcat pattern to write to error.log
This commit is contained in:
parent
f473834c7b
commit
0208d9f846
|
|
@ -71,4 +71,4 @@ echo "Device: ${device}">>$file
|
||||||
echo "Manufacturer: ${manufacturer}">>$file
|
echo "Manufacturer: ${manufacturer}">>$file
|
||||||
echo "Brand: ${brand}">>$file
|
echo "Brand: ${brand}">>$file
|
||||||
echo "Product: ${product}">>$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 &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue