fix android_gdb_exe script
R=mtklein@google.com Review URL: https://codereview.chromium.org/26871003 git-svn-id: http://skia.googlecode.com/svn/trunk@11706 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
fb6deed66c
commit
97f0beefe5
@ -6,7 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
source $SCRIPT_DIR/android_setup.sh
|
||||
|
||||
# setup the gdbserver
|
||||
$SCRIPT_DIR/android_gdbserver -d ${DEVICE_ID} ${APP_ARGS}
|
||||
$SCRIPT_DIR/android_gdbserver -d ${DEVICE_ID} ${APP_ARGS[@]}
|
||||
|
||||
# quit if gdbserver setup failed
|
||||
if [[ "$?" != "0" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user