Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Nov 30, 2017
1 parent 38aa99b commit 5cce1d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ CrashMonitor 监听程序崩溃日志,直接页面展示崩溃日志列表,调
MCrashMonitor.init(this, true, new CrashCallBack() {
@Override
public void onCrash(File file) {
//可以在这里重启应用
//可以在这里保存标识,下次再次进入把日志发送给服务器
Log.i(TAG, "CrashMonitor回调:" + file.getAbsolutePath());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ private void initCrashMonitor() {
MCrashMonitor.init(this, true, new MCrashCallBack() {
@Override
public void onCrash(File file) {
//可以在这里重启应用
//可以在这里保存标识,下次再次进入把日志发送给服务器
Log.i(TAG, "CrashMonitor回调:" + file.getAbsolutePath());
}
Expand Down

0 comments on commit 5cce1d3

Please sign in to comment.