Skip to content

Instantly share code, notes, and snippets.

@simonmcd
Last active November 5, 2023 13:03
Show Gist options
  • Save simonmcd/533b44e6e3e0ac0979d9 to your computer and use it in GitHub Desktop.
Save simonmcd/533b44e6e3e0ac0979d9 to your computer and use it in GitHub Desktop.
Android Grant READ_LOGS Permission
#Open a shell to the connected device.
adb shell
#Grant the READ_LOGS permission (replace package name with the app you want to have the permission).
pm grant org.jtb.alogcat android.permission.READ_LOGS
@Yaf532
Copy link

Yaf532 commented Nov 5, 2023

__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment