Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: site/user/quick/android.md

Issue 1509853006: Fix 'debugging on Android' android_gdb_app script. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Update doc with optional parameters information. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« platform_tools/android/bin/android_gdb_app ('K') | « platform_tools/android/bin/android_gdb_app ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698