# Sunzxyong/Recovery

a crash recovery framework.（一个App异常恢复框架）

Repository: https://github.com/Sunzxyong/Recovery
Canonical: https://ross.abutalabs.com/products/recovery
Language: Java
License: Apache-2.0
License Family: permissive
Topics: recovery, crash, application-crash, crash-recovery-framework, restore
Last push: 2019-02-17T07:17:38+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3650, "days_push": 2754, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1695, forks 219 (observed 2026-08-28T04:05:23.795700+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: error-handling, logging
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: crash-recovery, android, runtime-crash-handling, activity-restore, crash-reporting, mobile

## Member repositories
- Sunzxyong/Recovery (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:23.795700+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:55.699644+00:00, confidence not recorded.
  - readme: https://github.com/Sunzxyong/Recovery (fetched 2026-08-28T04:05:23.795700+00:00, sha 1b91d8b2bf4c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
