| 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
|
|
|