File Explorer
Availability: the Files plugin is not part of the current release. It is not
installed by Snapbug.start(), and the standalone snapbug-files module is
temporarily disabled. The feature is planned to return in a future version; the
page below describes how it will work.
The File Explorer lets you browse your app's internal file storage directly from the Snapbug inspector. Navigate directories, view file metadata, and download files -- all without root access or adb pull commands.
Features
- Browse the internal file directory tree
- View file metadata (size, last modified, path)
- 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
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 Will Work
- Connect your device and launch your app with Snapbug initialized.
- Open the Files tab in the Snapbug inspector.
- Browse the directory tree to find your files.
- Select a file to view its metadata or download it.
File access is limited to your app's sandbox. Snapbug cannot access files from other apps or system directories.