adb-permissions.bash: add logfox log reading

This commit is contained in:
Aminda Suomalainen 2024-02-02 13:43:24 +02:00
parent d7056eba26
commit c96a542c09
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -32,6 +32,9 @@ adb "$@" shell pm grant com.oasisfeng.nevo android.permission.READ_LOGS
adb "$@" shell pm grant com.oasisfeng.nevo android.permission.INTERACT_ACROSS_USERS
#echo "Remember to force-stop & restart Nevolution!"
# Logfox adb reader from F-Droid
adb "$@" shell pm grant com.f0x1d.logfox android.permission.READ_LOGS
# Wait a bit and then reboot the device
sleep 5
adb "$@" reboot