0

[Docs] Fix shell command formatting and line breaking

Review URL: https://codereview.chromium.org/1351233003

Cr-Commit-Position: refs/heads/master@{#350117}
This commit is contained in:
davve
2015-09-21 23:54:09 -07:00
committed by Commit bot
parent d59c103a26
commit 7ae32cda2c

@ -133,13 +133,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