OtaDexopt: Fix after-ota space measure

am: 13018f3730

Change-Id: I6a5072376f297e844c25480b6cc2ef35f0521804
This commit is contained in:
Andreas Gampe
2016-09-29 00:20:13 +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.");
}
mDexoptCommands = null;
availableSpaceAfterDexopt = getAvailableSpace();
performMetricsLogging();
}