summaryrefslogtreecommitdiff
path: root/chromium/build/android/stacktrace/README.md
blob: fb4c035c363fb89b151c1c8b448a4f75e2dc51ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.