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

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

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

am: 8dd991a7

Change-Id: I7a5061a98c33abbae787a42079c41263dbcdc7cb
parents acd3953e 8dd991a7
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) {