Index: build/android/gdb_content_shell |
diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell |
index ee55c933b65e359727aa46b7614506e8a2ee4d98..54e70dcdc2e736204cc6dd3cb71b8260adc418c1 100755 |
--- a/build/android/gdb_content_shell |
+++ b/build/android/gdb_content_shell |
@@ -7,7 +7,7 @@ |
# 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!" |
bulach
2012/10/17 14:20:04
nit: >80cols
digit1
2012/10/18 13:02:59
Done.
|
if [ $# -gt 0 ]; then |
exec ${ROOT}/gdb_apk -r -g "$*" |
else |