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

am: 63973b5581

Change-Id: Id50ef92b1cd0a6fb2e16e3160475c80ec851f854
This commit is contained in:
Andreas Gampe
2016-09-29 00:33:03 +00:00
committed by android-build-merger

View File

@@ -172,6 +172,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
Log.i(TAG, "Cleaning up OTA Dexopt state."); Log.i(TAG, "Cleaning up OTA Dexopt state.");
} }
mDexoptCommands = null; mDexoptCommands = null;
availableSpaceAfterDexopt = getAvailableSpace();
performMetricsLogging(); performMetricsLogging();
} }