Merge "Ota: Add command logging"

This commit is contained in:
Treehugger Robot
2017-03-17 22:35:47 +00:00
committed by Gerrit Code Review

View File

@@ -213,6 +213,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
if (getAvailableSpace() > 0) {
dexoptCommandCountExecuted++;
Log.d(TAG, "Next command: " + next);
return next;
} else {
if (DEBUG_DEXOPT) {