| Non-Confidential - REL | 101545__00_en | |||
| ||||
| Home > Before you begin > Android > Preparing to capture non-debuggable applications | ||||
To capture non-debuggable applications, you must install a Vulkan or OpenGL ES layer driver and manually install and configure aga-daemon to collate information from different captured applications. Then use the Device Manager to connect to your device.
Android virtualizes the file system, giving each user of an application a unique application data directory named after their user ID. The default user, which is the most commonly used, is user 0. You can query the list of users configured on the device with the following adb command:
adb shell pm list users
Users:
UserInfo{0:Name String:c13} running
The first number of the UserInfo before :Name String is the numeric user_id
which you can use in the application directory path.
eng or
userdebug build of Android 10 or later. See https://source.android.com/setup/build/building for more information.