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

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

Merge "Ota: Add command logging" am: 9a8d78dc am: 8dd991a7

am: c47f92b3

Change-Id: I6038dc9afd05c375bd1c6933b2aa5882f7835174
parents def6fee7 c47f92b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -214,6 +214,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
        if (getAvailableSpace() > 0) {
        if (getAvailableSpace() > 0) {
            dexoptCommandCountExecuted++;
            dexoptCommandCountExecuted++;


            Log.d(TAG, "Next command: " + next);
            return next;
            return next;
        } else {
        } else {
            if (DEBUG_DEXOPT) {
            if (DEBUG_DEXOPT) {