Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: build/android/stacktrace/README.md

Issue 2956153003: android: Convert java_deobfuscate.py to Java (Closed)
Patch Set: review comments + README Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # java_deobfuscate
2
3 A wrapper around ProGuard's ReTrace tool, which:
4
5 1) Updates the regular expression used to identify stack lines, and
6 2) Streams its output.
7
8 The second point here is what allows you to run:
9
10 adb logcat | out/Default/bin/java_deobfuscate
11
12 And have it actually show output without logcat terminating.
13
14
15 # stackwalker.py
16
17 Extracts Breakpad microdumps from a log file and uses `stackwalker` to symbolize
18 them.
OLDNEW
« no previous file with comments | « build/android/stacktrace/BUILD.gn ('k') | build/android/stacktrace/java/org/chromium/build/FlushingReTrace.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698