You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If external storage cannot be used, internal storage may be used instead. While these locations require no additional permissions, they may require adb root access to retrieve the resulting capture files and/or copy them to a location that the replay tool can read.
You need root to adb pull from these locations, but there is a workaround to access files for any debuggable application by using adb exec-out to pipe to a local file.
The current Android docs say:
You need root to
adb pull
from these locations, but there is a workaround to access files for any debuggable application by usingadb exec-out
to pipe to a local file.Example code from Arm here:
https://github.com/ARM-software/libGPULayers/blob/d9a109499885d547ccf03f50a32df46c13117d63/lglpy/android/filesystem.py#L218
The text was updated successfully, but these errors were encountered: