commit | b7747e554e8756f2d17ceaf0475f1aedcaf3d67f | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@google.com> | Thu Jun 08 15:37:20 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 08 15:37:20 2017 +0000 |
tree | cf7cd9a6f225bb3cee8b436b42331b968a604327 | |
parent | de60796189857ed048dc87663cd35387b24ca0d0 [diff] | |
parent | 267b4fd7e75d368dc13d998260c5b31b78b6edad [diff] |
Merge "Don't double-count external cached app data." into oc-dev am: b5a1f50f5e am: 267b4fd7e7 Change-Id: Id940efe570f37a873df7a1b4a4b1dd1ee4ef32b0
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index 22ad718..e3021d8 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp
@@ -1698,7 +1698,7 @@ collectQuotaStats(device, userId, appId, nullptr, &extStats); } } - appSize = extStats.dataSize + extStats.cacheSize; + appSize = extStats.dataSize; ATRACE_END(); } else { ATRACE_BEGIN("manual");