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

Unified Diff: docs/android_test_instructions.md

Issue 1533083003: Fix the android symbolization instructions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_test_instructions.md
diff --git a/docs/android_test_instructions.md b/docs/android_test_instructions.md
index 008c7cca34acc05870364fba128c9cfb11cd830f..988bb7ae92c216bbbf0a845f60875980808b6903 100644
--- a/docs/android_test_instructions.md
+++ b/docs/android_test_instructions.md
@@ -152,8 +152,8 @@ tune2fs -e continue android_emulator_sdk/sdk/system-images/android-23/x86/userda
Crash stacks are logged and can be viewed using adb logcat. To symbolize the
traces, pipe the output through
`third_party/android_platform/development/scripts/stack`. If you build in an
-output directory other than "out", pass
-`--chrome-symbols-dir=out_directory/{Debug,Release}/lib` to the script as well.
+output directory other than "out/{Debug,Release}", pass
+`--chrome-symbols-dir=out_path` to the script as well.
agrieve 2015/12/18 20:19:33 I think you should give explicit examples for both
Jeffrey Yasskin 2015/12/18 21:00:06 How's this?
## JUnit tests
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698