Releases: jonathanlee06/StackLens
Releases · jonathanlee06/StackLens
v0.1.0-alpha
What's Changed
- Bump app version to v0.1.0-alpha by @jonathanlee06 in #5
- Feat/general enhancement by @jonathanlee06 in #8
- Feat/UI overhaul by @jonathanlee06 in #7
- Release/v0.1.0 alpha by @jonathanlee06 in #9
Full Changelog: v0.0.3-alpha...v0.1.0-alpha
v0.0.3-alpha
What's Changed
- ci: workflows by @jonathanlee06 in #1
- chore: Bump app version by @jonathanlee06 in #2
- Feat/grouping and persistency by @jonathanlee06 in #3
- Release/v0.0.3 alpha by @jonathanlee06 in #4
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
- Minor UI adjustments
- Update legal screen
- Bump app version
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha
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