diff options
author | 2023-06-19 10:29:20 +0100 | |
---|---|---|
committer | 2023-06-21 16:46:51 +0000 | |
commit | b7209f1b7bbcadfdb3b059b39ba60285c1a430e6 (patch) | |
tree | 334be4f49599fed1164374be123e73c36e13f528 /runtime/class_linker.cc | |
parent | e890d613f8d1793d2023123c2c42cee7a8892940 (diff) |
Add more logging for b/279117765
Test: test.py
Bug: 279117765
Change-Id: Ie1a26de358470d48f10702f5944ca707838f1a14
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index a8f5987263..ca822fdeee 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -1691,6 +1691,7 @@ void AppImageLoadingHelper::Update( // consistent with `StartupCompletedTask`. dex_cache->UnlinkStartupCaches(); } + VLOG(image) << "App image registers dex file " << dex_file->GetLocation(); class_linker->RegisterDexFileLocked(*dex_file, dex_cache, class_loader.Get()); } } |