commit | 419c37269f7d0786e9058c93003061ed8037a402 | [log] [tgz] |
---|---|---|
author | aam <aam@google.com> | Thu Dec 10 14:14:56 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 10 14:14:56 2015 -0800 |
tree | f076bfb02dd004b1c5e44ae344dd64684012f1d6 | |
parent | 30da5f7a1e4cf0daa2f284b4cae5128b23f0db96 [diff] |
Fix 'debugging on Android' android_gdb_app script. 1) com.skia -> com.skia.sample_app 2) pass arguments to android_gdb_app to android_setup.sh so you can build gdbserver binaries for your actual device(rather than default arm64). This allows you to run it like this for example: ./platform_tools/android/bin/android_gdb_app -d nexus_6 BUG=skia: DOCS_PREVIEW= https://skia.org/?cl=1509853006 Review URL: https://codereview.chromium.org/1509853006