OSDN Git Service

[DO NOT MERGE] Only setSize if -s arg is specified
authorFyodor Kupolov <fkupolov@google.com>
Thu, 27 Oct 2016 01:36:57 +0000 (18:36 -0700)
committerFyodor Kupolov <fkupolov@google.com>
Thu, 27 Oct 2016 22:29:41 +0000 (15:29 -0700)
commitb87a491de63069fb903c95727f57511c7e4eeaa0
treeb17ffdc4d869bc710a3cfeddf99dc0ac9ae335d0
parente9db00e39fb58db2380ec3f9fba11f006a4b4185
[DO NOT MERGE] Only setSize if -s arg is specified

Calculate size of installed APKs only when INSTALL_EXTERNAL flag is set.
calculateInstalledSize is expensive and may take up to 20% of total
installation time.

Bug: 32180551
Bug: 29932779
Change-Id: I173d2b38820cc86cbfacecd1bacef57369d10af7
cmds/pm/src/com/android/commands/pm/Pm.java
services/core/java/com/android/server/pm/PackageManagerShellCommand.java