Skip to content

Commit

Permalink
added crash screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriel committed Sep 14, 2016
1 parent cdb86f5 commit 008558b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ StrictModeはアプリケーションの動作をもっさりさせる原因と
#### クラッシュログ
アプリがクラッシュするとログが保存され、デバッグボトルからログを取得して解析することができます。

[<img src="screenshots/crash.gif" width="225" height="400">](screenshots/raw/crash.gif)

#### Leak Canaryを使用する
Squareのメモリリークを検出するライブラリ Leak Canary を通じて、メモリリークを調査できます。デバッグボトルはすでにLeak Canaryを含んでいるから、その機能は使えます。もっと詳しくは[こちらで](https://github.com/square/leakcanary/wiki/FAQ)

Expand Down
2 changes: 2 additions & 0 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Debug Bottle可以在运行时启用或禁用Strict Mode。StrictMode最常用
#### 崩溃日志
收集所有崩溃的信息,存储成日志文件。

[<img src="screenshots/crash.gif" width="225" height="400">](screenshots/raw/crash.gif)

#### 使用Leak Canary
Debug Bottle中编译进了Leak Canary,所有Leak Canary的功能都可以使用了,并且可以通过Debug Bottle来控制开关。Leak Canary的使用方法请参考[官方Wiki](https://github.com/square/leakcanary/wiki/FAQ)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Enable or disable Android strict mode at runtime. StrictMode is a developer tool
#### Crash Log
List all crash stacktrace logs.

[<img src="screenshots/crash.gif" width="225" height="400">](screenshots/raw/crash.gif)

#### Leak Canary
Leak Canary is fully imported. Leak Canary is a memory leak detection library for Android and Java. More about using Leak Canary by visiting [Leak Canary wiki](https://github.com/square/leakcanary/wiki/FAQ).

Expand Down
Binary file added screenshots/crash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/raw/crash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 008558b

Please sign in to comment.