| Index: build/android/gdb_content_shell
|
| diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell
|
| index ee55c933b65e359727aa46b7614506e8a2ee4d98..c8cb88ff1d36a4baf141d1fb377c522e9b1cdac2 100755
|
| --- a/build/android/gdb_content_shell
|
| +++ b/build/android/gdb_content_shell
|
| @@ -7,7 +7,8 @@
|
| # Attach gdb to a running content shell. Redirect to the shell gdb_apk
|
|
|
| ROOT=$(cd "$(dirname $0)"; pwd)
|
| -
|
| +echo "WARNING: This script is deprecated, consider using \
|
| +adb_gdb_content_shell instead!"
|
| if [ $# -gt 0 ]; then
|
| exec ${ROOT}/gdb_apk -r -g "$*"
|
| else
|
|
|