OSDN Git Service

Don't double-count external cached app data.
authorJeff Sharkey <jsharkey@android.com>
Wed, 7 Jun 2017 21:59:03 +0000 (15:59 -0600)
committerJeff Sharkey <jsharkey@google.com>
Wed, 7 Jun 2017 22:21:53 +0000 (22:21 +0000)
commit4ca8ff98e40023c32e0f05473e1fe906b6537417
tree4b8972f63e19d936e2de5f7cf63fb89715f1da26
parentae6955fda8c669efdfd9cc9c3ff6b072db6e7c94
Don't double-count external cached app data.

Cached app data is already counted in extStats.dataSize, so we don't
need to count it twice.

Test: builds, boots, verified Settings UI before/after
Bug: 62343684
Change-Id: Ic02cbe3f5938949730f9bc8d911ed398436f84d7
cmds/installd/InstalldNativeService.cpp