OSDN Git Service

If we're out of space, retry background dexopting later
authorChristopher Tate <ctate@google.com>
Fri, 12 Jun 2015 20:06:45 +0000 (13:06 -0700)
committerChristopher Tate <ctate@google.com>
Fri, 12 Jun 2015 20:06:45 +0000 (13:06 -0700)
commit2c9655b3d4c1fb0687baa14730c6d97ab5a56789
tree5cedbe4d7e5ec6454ecd617f0bf4d15508b4586d
parent3aa16d761efb970f16aa913dcda9a3cc458cc227
If we're out of space, retry background dexopting later

Give it 4 hours to give the user time to do stuff, then retry;
repeat until we have space to work in.

Bug 20468442

Change-Id: Id4b11abcc38a9e2a50a062f0067a13ce0ae831ad
services/core/java/com/android/server/pm/BackgroundDexOptService.java
services/java/com/android/server/SystemServer.java