Chromium Code Reviews| Index: build/android/adb_install_content_shell |
| diff --git a/build/android/adb_install_content_shell b/build/android/adb_install_content_shell |
| index b4d80521339bd3398822a1f23ed33dbceb1433a1..d1a8ee965b9049df130ce4deee71998f71af405f 100755 |
| --- a/build/android/adb_install_content_shell |
| +++ b/build/android/adb_install_content_shell |
| @@ -4,4 +4,6 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +# install -r doesn't always work? Try uninstalling first. |
|
Yaron
2012/05/09 01:01:42
Really? Why not?
John Grabowski
2012/05/09 17:18:15
Not clear. Maybe when the Eclipse debugger is att
|
| +adb uninstall org.chromium.content_shell |
| adb install -r ${CHROME_SRC}/out/Release/content_shell/ContentShell-debug.apk |