OSDN Git Service

Implement ArtManager#snapshotProfile API
authorCalin Juravle <calin@google.com>
Thu, 30 Nov 2017 02:26:55 +0000 (18:26 -0800)
committerCalin Juravle <calin@google.com>
Wed, 6 Dec 2017 18:29:06 +0000 (18:29 +0000)
commitfd9f8ae973122a50f336e38c386ecbc0095d8adc
treeaf3bab0b76d62a15952f9d2fadddc3c2aed78b3f
parent839edb1781264eb268711075add1e4e31a18caed
Implement ArtManager#snapshotProfile API

Complete the implementation of ArtManager#snapshotProfile. The snapshot is
performed by calling the installer and then return to the caller via the
specified callback.

Bug: 30934496
Test: gts-tradefed -m GtsAndroidRuntimeManagerHostTestCases
Change-Id: I87131487846d91d79a56041445420376b61ca8e7
core/java/android/os/Environment.java
services/core/java/com/android/server/pm/Installer.java
services/core/java/com/android/server/pm/PackageManagerService.java
services/core/java/com/android/server/pm/dex/ArtManagerService.java