Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b654037d authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Don't double-count external cached app data." into oc-dev am: b5a1f50f am: 267b4fd7

am: b7747e55

Change-Id: I415a74ad14709e3f3cffd8e09142dc834122a966
parents 69c32e8d b7747e55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1698,7 +1698,7 @@ binder::Status InstalldNativeService::getExternalSize(const std::unique_ptr<std:
                collectQuotaStats(device, userId, appId, nullptr, &extStats);
            }
        }
        appSize = extStats.dataSize + extStats.cacheSize;
        appSize = extStats.dataSize;
        ATRACE_END();
    } else {
        ATRACE_BEGIN("manual");