| Index: docs/android_debugging_instructions.md
|
| diff --git a/docs/android_debugging_instructions.md b/docs/android_debugging_instructions.md
|
| index 8fd2dd891188b91fdf335bd2574a33a08e89d3c6..fbb4f98041385e2be5954afa973e2f53166c9f75 100644
|
| --- a/docs/android_debugging_instructions.md
|
| +++ b/docs/android_debugging_instructions.md
|
| @@ -237,7 +237,7 @@ output a message.
|
| To run unit tests use the following command:
|
|
|
| ```shell
|
| -out/Debug/bin/run_test_name -f <test_filter_if_any> --test-arguments=--wait-for-debugger -t 6000
|
| +out/Debug/bin/run_test_name -f <test_filter_if_any> --wait-for-debugger -t 6000
|
| ```
|
|
|
| That command will cause the test process to wait until a debugger is attached.
|
|
|