[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:
@ -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
|
||||
|
Reference in New Issue
Block a user