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

Commit e7b2f0ed 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

Change-Id: I0e9a989dc28b4ab4e33790a0603518e1f8eb6a70
parents 85723ae3 3a386233
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();
    }