| Index: site/user/quick/android.md
|
| diff --git a/site/user/quick/android.md b/site/user/quick/android.md
|
| index e689d6fcad0c4ad0788482f76d96724d299b9777..bffde08b8126c10b56143b5a75b9c9c3faef5244 100644
|
| --- a/site/user/quick/android.md
|
| +++ b/site/user/quick/android.md
|
| @@ -201,7 +201,7 @@ Note: The debugging scripts do not build the app - you'll have to do that first.
|
|
|
| # SAMPLE APP
|
| # make sure you've installed the app on the device first
|
| - ./platform_tools/android/bin/android_gdb_app
|
| + ./platform_tools/android/bin/android_gdb_app [-d device_id]
|
|
|
| When the gdb client is ready, insert a breakpoint, and continue to let the
|
| program resume execution.
|
|
|