Skip to content
Android SDK

Android, reported with the whole story.

Reports with the whole story from your Android phone and tablet apps.

Everframe captures a screenshot, Logcat and network state and the trail of actions that led to the bug on Android — forwarded to your webhook or our dashboard, ready to act on.

screenshot + annotationsreplay (per app)logsnetwork (opt-in)screen trailcrash reportsdevice

In-app bug reporting for Android

Android runs on thousands of device-and-OS combinations, so the bug one user sees is often invisible on your own hardware. Everframe puts a reporter inside your Android phone and tablet app, letting testers and real users file a complete, structured report the moment something looks wrong — no screen recordings, no vague chat messages.

How capture works on Android

When a user opens the reporter, the Android SDK captures a screenshot of the current screen and collects recent Logcat output, network calls and the trail of screens the user moved through. Composables and views marked sensitive are masked before submission. Everything becomes one envelope and is forwarded to your tools or the dashboard.

Ready to act on

The report carries the screenshot, the surrounding log and network state, and the action trail that led to the bug — exactly the context a developer or an AI agent needs to reproduce and fix the bug, not just guess at it.

What every Android report carries

  • The trail of screens and actions leading up to the report — navigation, taps and errors.
  • A screenshot with the reporter's annotation, masked for PII.
  • Logcat and network calls from the seconds before the report.
  • App, SDK, OS and device metadata.

Install

// gradle.properties — see github.com/scriptx-com/everframe
everframeVersion=<latest>

// build.gradle
implementation("dev.everframe:core:$everframeVersion")
implementation("dev.everframe:reporter-ui:$everframeVersion")

Questions

Does Everframe support Android tablets?

Yes. The Android SDK covers phones and tablets; the report is the same envelope on both.

What is in an Android report?

A structured, typed envelope — screenshot, Logcat, network and the action trail that led to the bug — so whoever picks it up starts from evidence, not a guess.