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

Commit b2ad9bb6 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

OtaDexopt: Fix after-ota space measure am: 8d1d2ab5 am: 3a386233

am: e7b2f0ed

Change-Id: I5f9afdd5d904a24b2e2cdd206df1caa9244a9a63
parents 14a16b86 e7b2f0ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -172,6 +172,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
            Log.i(TAG, "Cleaning up OTA Dexopt state.");
        }
        mDexoptCommands = null;
        availableSpaceAfterDexopt = getAvailableSpace();

        performMetricsLogging();
    }