diff options
Diffstat (limited to 'java/debug.sh')
| -rwxr-xr-x | java/debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/debug.sh b/java/debug.sh index 83690e0b536..339b3604810 100755 --- a/java/debug.sh +++ b/java/debug.sh | |||
| @@ -284,7 +284,7 @@ else | |||
| 284 | if (adb -s $device shell ls /system/bin | grep -G tee); then | 284 | if (adb -s $device shell ls /system/bin | grep -G tee); then |
| 285 | # Copy it to the user directory. | 285 | # Copy it to the user directory. |
| 286 | adb -s $device shell "$gdbserver_cat" | 286 | adb -s $device shell "$gdbserver_cat" |
| 287 | adb -s $device shell "run-as $package chmod +x gdbserver" | 287 | adb -s $device shell "run-as $package chmod 777 gdbserver" |
| 288 | gdbserver_cmd="./gdbserver" | 288 | gdbserver_cmd="./gdbserver" |
| 289 | else | 289 | else |
| 290 | # Hopefully this is an old version of Android which allows | 290 | # Hopefully this is an old version of Android which allows |