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>
Tue, 6 Sep 2016 17:44:00 +0000 (10:44 -0700)
commit14186731f98d326239922d093371d1e63b8c22a5
tree5fb535d4b45d3548bd6dc3539205b533ae58838f
parent7e619a912cf6a53ede7d7eea67f8bc8ed1158e24
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
(cherry picked from commit 115514b236ebe7cb3c90892891954b8c7ba69335)
services/core/java/com/android/server/pm/OtaDexoptService.java