OSDN Git Service

OtaDexoptService: Run dexopt on all apps
authorAndreas Gampe <agampe@google.com>
Thu, 28 Jul 2016 23:54:41 +0000 (16:54 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 29 Jul 2016 18:27:40 +0000 (11:27 -0700)
commit115514b236ebe7cb3c90892891954b8c7ba69335
tree5e778e0809e408681c549b1c0b484988330d5766
parent648d3030a7410c439fe6cf8475559cac2a605218
OtaDexoptService: Run dexopt on all apps

To avoid work after reboot, dexopt all apps. However, unimportant
apps are optimized with the first-boot reason (which is usually
interpret-only) for space reasons.

Bug: 30468718
Change-Id: Ia05d879957388967c69f9380e50d8a9834afe07d
services/core/java/com/android/server/pm/OtaDexoptService.java