OLD | NEW |
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 Loading... |
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. |
OLD | NEW |