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

Commit 332dd12b authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Ota: Add command logging

Log the next command.

Bug: 25612095
Test: m
Change-Id: I284a2fb3e329afcb0b03f7162585b0eefe13eb0e
parent f5fa26bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {