| Index: build/android/stacktrace/README.md
|
| diff --git a/build/android/stacktrace/README.md b/build/android/stacktrace/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fb4c035c363fb89b151c1c8b448a4f75e2dc51ef
|
| --- /dev/null
|
| +++ b/build/android/stacktrace/README.md
|
| @@ -0,0 +1,18 @@
|
| +# java_deobfuscate
|
| +
|
| +A wrapper around ProGuard's ReTrace tool, which:
|
| +
|
| +1) Updates the regular expression used to identify stack lines, and
|
| +2) Streams its output.
|
| +
|
| +The second point here is what allows you to run:
|
| +
|
| + adb logcat | out/Default/bin/java_deobfuscate
|
| +
|
| +And have it actually show output without logcat terminating.
|
| +
|
| +
|
| +# stackwalker.py
|
| +
|
| +Extracts Breakpad microdumps from a log file and uses `stackwalker` to symbolize
|
| +them.
|
|
|