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

Unified Diff: docs/android_test_instructions.md

Issue 1351233003: [Docs] Fix shell command formatting and line breaking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« 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 bd100ed596adec617570c4950416a81e35d23419..69355a4c449d5b8f63e89a438e9570257d29fa4f 100644
--- a/docs/android_test_instructions.md
+++ b/docs/android_test_instructions.md
@@ -132,13 +132,12 @@ binaries to the AVD emulator, you may need to resize your userdata partition
with the following commands:
```shell
-# Resize userdata partition to be 1G resize2fs
-android_emulator_sdk/sdk/system-images/android-19/x86/userdata.img 1G
+# Resize userdata partition to be 1G
+resize2fs android_emulator_sdk/sdk/system-images/android-19/x86/userdata.img 1G
# Set filesystem parameter to continue on errors; Android doesn't like some
# things e2fsprogs does.
-tune2fs -e continue
-android_emulator_sdk/sdk/system-images/android-19/x86/userdata.img
+tune2fs -e continue android_emulator_sdk/sdk/system-images/android-19/x86/userdata.img
```
## Symbolizing Crashes
« 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