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)
committerAndreas Gampe <agampe@google.com>
Tue, 31 Oct 2017 22:25:00 +0000 (15:25 -0700)
commit6214f1bc53f426584f5ee3da9c9e524fb6d39040
tree4a4c1f6c807faba6f8c945de32fd55714f45e13a
parente534b2c6f439e2d64d5b3a95b640766c56e5995c
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).

(cherry picked from commit eec18f41e2ecbdf95dab6584e72a64f827bb89f7)

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

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