Loading services/core/java/com/android/server/pm/OtaDexoptService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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) { Loading Loading
services/core/java/com/android/server/pm/OtaDexoptService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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) { Loading