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

Unified Diff: build/android/stacktrace/README.md

Issue 2956153003: android: Convert java_deobfuscate.py to Java (Closed)
Patch Set: review comments + README Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
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.
« 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