Skip to content

Releases: jonathanlee06/StackLens

v0.1.0-alpha

23 Apr 14:49
5d2a5da

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.3-alpha...v0.1.0-alpha

v0.0.3-alpha

03 Jan 12:03

Choose a tag to compare

v0.0.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

v0.0.2-alpha

29 Dec 16:10

Choose a tag to compare

v0.0.2-alpha Pre-release
Pre-release
  1. Minor UI adjustments
  2. Update legal screen
  3. Bump app version

Full Changelog: v0.0.1-alpha...v0.0.2-alpha

v0.0.1-alpha

28 Dec 13:12

Choose a tag to compare

v0.0.1-alpha Pre-release
Pre-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:

  1. Usage Stats Access - Open app and tap "Open Settings" to grant

  2. READ_LOGS (via ADB):

    adb shell pm grant com.devbyjonathan.stacklens android.permission.READ_LOGS
  3. 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