Sunzxyong/Recovery
a crash recovery framework.(一个App异常恢复框架) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3650
- days_rel: n/a
- days_push: 2754
- n_releases_24m: 0
Adoption not part of the score
1695 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Recovery is an Android crash recovery framework written in Java that automatically handles runtime application crashes. It restores crashed activities with their stack and data, saves crash info, and can restart the app or clear cache when recovery fails.
Use cases
- automatically recover android app after a runtime crash
- restore activity stack and data after crash
- save and view crash logs in an android app
- restart app and clear cache when recovery fails
- show a debug crash screen only in development builds
When to choose
- you maintain an Android app that must survive runtime crashes gracefully
- you want automatic activity stack restoration instead of a hard crash
- you need crash info logging with silent recovery options
When to avoid
- you need a full crash reporting service with server-side aggregation (use Crashlytics or Sentry)
- your project is not Android/Java
- you need actively maintained support for the latest Android versions
Facets
library · maturity maintenance
error-handling logging mobile-development android-tools developer-tools jvm crash-recovery android runtime-crash-handling activity-restore crash-reporting mobile
1 source
- readme: https://github.com/Sunzxyong/Recovery · fetched 2026-08-28 · 1b91d8b2bf4c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Sunzxyong/Recovery | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Sunzxyong/Recovery")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem