From 4ca8ff98e40023c32e0f05473e1fe906b6537417 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 7 Jun 2017 15:59:03 -0600 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index 3041467f70..60c89a97b7 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp @@ -1698,7 +1698,7 @@ binder::Status InstalldNativeService::getExternalSize(const std::unique_ptr