Chromium Code Reviews| Index: build/android/gdb_content_shell |
| diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell |
| index ae6772299608fdc8bf1af177802f90b445d12a8a..ee55c933b65e359727aa46b7614506e8a2ee4d98 100755 |
| --- a/build/android/gdb_content_shell |
| +++ b/build/android/gdb_content_shell |
| @@ -11,5 +11,5 @@ ROOT=$(cd "$(dirname $0)"; pwd) |
| if [ $# -gt 0 ]; then |
| exec ${ROOT}/gdb_apk -r -g "$*" |
| else |
| - exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell -l ${ROOT}/../../out/Release/lib.target/ |
|
Satish
2012/08/20 11:24:31
is it not required to pass the lib.target path for
Xianzhu
2012/08/20 17:54:58
It's not required because it is just the default v
|
| + exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell |
| fi |