File Explorer
Android
The File Explorer lets you browse your app's internal file storage directly from the Snapbug Desktop app. Navigate directories, view file metadata, and download files -- all without root access or adb pull commands.
Features
- Browse the complete internal file directory tree
- View file metadata (size, last modified, path)
- Open and preview files
- Download files to your computer
Use Cases
- Logs -- inspect log files written by your app or crash reporting libraries
- Cache -- verify cached data, images, or API responses
- Downloaded assets -- check files downloaded at runtime
- Database files -- locate
.dbfiles for manual inspection
info
The File Explorer shows files in your app's internal storage directory (/data/data/your.package.name/). External storage and SD card files are not accessible.
How It Works
- Connect your device and launch your app with Snapbug initialized.
- Open the Files tab in the Snapbug Desktop app.
- Browse the directory tree to find your files.
- Click a file to view its metadata, preview its contents, or download it.
No additional SDK setup is required. The File Explorer works out of the box once the core Snapbug SDK is initialized.
warning
File access is limited to your app's sandbox. Snapbug cannot access files from other apps or system directories.