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