From: Android Tools Maintainers Date: Tue, 10 May 2022 10:33:56 +0000 (+0100) Subject: get libart building X-Git-Tag: archive/raspbian/11.0.0+r48-4+rpi1~1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=743d925165befd26103db404e95e0185475609aa;p=android-platform-art.git get libart building Forwarded: not-needed Gbp-Pq: Name image-space-dereference.patch --- diff --git a/runtime/gc/space/image_space.cc b/runtime/gc/space/image_space.cc index bda90dd..9003980 100644 --- a/runtime/gc/space/image_space.cc +++ b/runtime/gc/space/image_space.cc @@ -3444,7 +3444,7 @@ bool ImageSpace::BootImageLoader::LoadFromSystem( if (VLOG_IS_ON(image)) { LOG(INFO) << "ImageSpace::BootImageLoader::LoadFromSystem exiting " - << boot_image_spaces->front(); + << *boot_image_spaces->front(); logger.Dump(LOG_STREAM(INFO)); } return true; @@ -3475,7 +3475,7 @@ bool ImageSpace::BootImageLoader::LoadFromDalvikCache( if (VLOG_IS_ON(image)) { LOG(INFO) << "ImageSpace::BootImageLoader::LoadFromDalvikCache exiting " - << boot_image_spaces->front(); + << *boot_image_spaces->front(); logger.Dump(LOG_STREAM(INFO)); } return true;