OSDN Git Service

Fix tracking foreign dex files
authorCalin Juravle <calin@google.com>
Mon, 18 Apr 2016 17:59:22 +0000 (18:59 +0100)
committerCalin Juravle <calin@google.com>
Tue, 19 Apr 2016 14:42:56 +0000 (15:42 +0100)
commit20ae79370a14c17dfb037914995d6430774fe492
treef46259d6e87bd883709797da9add2bae51f0f176
parent7506423b2b9ea13fc5fa9711ab0106977876a5a2
Fix tracking foreign dex files

Apps which share the same VM will have different application data
directories. We used to store only the first one registered and miss
subsequent registrations.

Bug: 28012567
Change-Id: I27c2aa2efa938b072be7c73bb778db82f80fcf1e
runtime/jit/profile_saver.cc
runtime/jit/profile_saver.h