commit | 7549a460b1c57bb73909a83c53b0de2b8883dee7 | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Wed Jul 20 16:22:37 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 22 20:24:53 2016 +0000 |
tree | dbdee08bf3d7b36b4a8840918e95de3038ff393f | |
parent | 1aa9905aad634649383ba58e4b198f35c858a817 [diff] |
use 'cmd' command for install-multiple adb install-multiple makes a minimum of 3 calls to the 'pm' command. This causes at least 3 separate "pm" processes to be spun up. Instead, use the 'cmd' command which runs in the existing system_server process. Bug: 27483932 Change-Id: Ia1bed405c3d7e675a1a56ff82c692aaa94388a5c (cherry picked from commit 4838ae1ab52a6364e74c8607206f0a9ea302c80e)