Fix adb_install_apk, broken by 9b3e716.
commit4582edfe2b138fd63645caddde198dc7fee9bd0a
authortwifkak <twifkak@chromium.org>
Wed, 1 Jul 2015 16:56:17 +0000 (1 09:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Jul 2015 16:58:00 +0000 (1 16:58 +0000)
tree90ab87a9d3b6e8ef75c11183016a93c7b9f7b35b
parentefdb7a4dca6ab3066ce393f3fffa4be1ef8a5223
Fix adb_install_apk, broken by 9b3e716.

In http://crrev.com/9b3e716, args.apk was renamed to args.apk_name, but
a couple of exception handlers weren't updated to follow suit. This
fixes them, so they report proper error messages along with upstream
backtraces.

BUG=498232

Review URL: https://codereview.chromium.org/1222453003

Cr-Commit-Position: refs/heads/master@{#337048}
build/android/adb_install_apk.py