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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Android 1 Android
2 ======= 2 =======
3 3
4 Prerequisites 4 Prerequisites
5 ------------- 5 -------------
6 6
7 _Currently we only support building Skia for Android on a Linux or Mac host! In addition, 7 _Currently we only support building Skia for Android on a Linux or Mac host! In addition,
8 we only use the Mac build for local development. All shipping variants are comp iled on 8 we only use the Mac build for local development. All shipping variants are comp iled on
9 Linux for performance reasons._ 9 Linux for performance reasons._
10 10
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 be pulled from the device and placed into a temporary folder (android_gdb_tmp). 194 be pulled from the device and placed into a temporary folder (android_gdb_tmp).
195 195
196 Note: The debugging scripts do not build the app - you'll have to do that first. 196 Note: The debugging scripts do not build the app - you'll have to do that first.
197 197
198 # COMMAND LINE APPS 198 # COMMAND LINE APPS
199 # include additional arguments in quotes (e.g. "dm --nopdf") 199 # include additional arguments in quotes (e.g. "dm --nopdf")
200 ./platform_tools/android/bin/android_gdb_native dm 200 ./platform_tools/android/bin/android_gdb_native dm
201 201
202 # SAMPLE APP 202 # SAMPLE APP
203 # make sure you've installed the app on the device first 203 # make sure you've installed the app on the device first
204 ./platform_tools/android/bin/android_gdb_app 204 ./platform_tools/android/bin/android_gdb_app [-d device_id]
205 205
206 When the gdb client is ready, insert a breakpoint, and continue to let the 206 When the gdb client is ready, insert a breakpoint, and continue to let the
207 program resume execution. 207 program resume execution.
OLDNEW
« 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