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

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

OtaDexopt: Fix after-ota space measure am: 13018f37

am: 63973b55

Change-Id: Id50ef92b1cd0a6fb2e16e3160475c80ec851f854
parents 192fcf27 63973b55
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();
    }