Skip to content

Commit c2c5f22

Browse files
committed
Update README.md
1 parent 1fe71de commit c2c5f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A simple watchdog that detects Android ANR (Application Not Responding) error an
77
Why it exists
88
-------------
99

10-
There is currently no way for an android application to catch and report ANR error.
11-
If your application is not the play store (either because you are still developing it or because you are distributing it differently),
10+
There is currently no way for an android application to catch and report ANR errors.
11+
If your application is not in the play store (either because you are still developing it or because you are distributing it differently),
1212
the only way to investigate an ANR is to pull the file /data/anr/traces.txt and try to navigate your way in this enormous file.
1313

1414
There is an [issue entry](https://code.google.com/p/android/issues/detail?id=35380) in the android bug tracker describing this lack, feel free to star it ;)

0 commit comments

Comments
 (0)