-
在开发阶段,建议大家集成一个实用的库,它能够在 Android 应用崩溃后帮助恢复现场并查看崩溃信息,从而节省开发时间
资源介绍
Recovery
A crash recovery framework!
中文文档
Introduction
Blog entry with introduction
“Recovery” can help you to automatically handle application crash in runtime. It provides you with following functionality:
Automatic recovery activity with stack and data;
Ability to recover to the top activity;
A way to view and save crash info;
Ability to restart and clear the cache;
Allows you to do a restart instead of recovering if failed twice in one minute.
Art
Usage
Installation
Using Gradle