OSDN Git Service

Change the location of current profiles for secondary dex files
authorCalin Juravle <calin@google.com>
Thu, 27 Jul 2017 23:05:25 +0000 (16:05 -0700)
committerCalin Juravle <calin@google.com>
Sat, 5 Aug 2017 00:14:22 +0000 (17:14 -0700)
commiteec18f41e2ecbdf95dab6584e72a64f827bb89f7
tree58727b89d16534318bf4ce1332cd75b02c92e09b
parent39a9832df127bad58581f95b0476be93a2c70d4a
Change the location of current profiles for secondary dex files

Move the secondary dex profiles inside the oat folder. This makes it
easier to clean them up and "protects" them against apps which may delete
unknown files from their directories (e.g. search).

Bug: 62336157
Test: Manual: boot the device, use the app, check the profiles are
collected in the new location.

Change-Id: I2fbce7591589d162775e4652b12e4698083adcff
core/java/android/app/DexLoadReporter.java