v0.0.1-alpha
Pre-release
Pre-release
·
27 commits
to main
since this release
StackLens v0.0.1-alpha
First Alpha Release
StackLens is a powerful Android crash log viewer that reads system crash logs directly from your device. Built with Jetpack Compose and Material 3.
Features
- View Crash Logs - Read app crashes, ANRs, and native crashes from the system DropBox
- Filter & Search - Filter by crash type (Crashes, ANRs, Native) and search through logs
- Sort Options - Sort by newest or oldest first
- Time Range - Filter crashes from the last hour to the last 7 days
- Detailed View - View full stack traces with wrap text toggle
- Share & Copy - Easily share or copy crash logs
- Dark Mode - Full dark mode support with system theme following
- Dynamic Colors - Material You dynamic colors on Android 12+ (opt-in)
Requirements
- Android 5.0 (API 21) or higher
- ADB access for granting special permissions
Permissions Setup
After installing, grant the following permissions:
-
Usage Stats Access - Open app and tap "Open Settings" to grant
-
READ_LOGS (via ADB):
adb shell pm grant com.devbyjonathan.stacklens android.permission.READ_LOGS
-
READ_DROPBOX_DATA (via ADB):
adb shell pm grant com.devbyjonathan.stacklens android.permission.READ_DROPBOX_DATA
Note: The app will close when granting ADB permissions. This is expected - simply reopen the app.
Known Limitations
- This is an alpha release - bugs may exist
- Some system crashes may not display app names if the app has been uninstalled
Download
Download the APK from the Assets section below.
Full Changelog: https://github.com/jonathanlee06/StackLens/commits/v0.0.1-alpha