From: Android Tools Maintainers Date: Mon, 27 Jun 2022 17:30:12 +0000 (+0100) Subject: get libart building X-Git-Tag: archive/raspbian/29.0.6-19+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8141e064beaa64a4d129c97cda856339f258d86a;p=android-platform-tools.git get libart building Forwarded: not-needed Gbp-Pq: Topic art Gbp-Pq: Name image-space-dereference.patch --- diff --git a/art/runtime/gc/space/image_space.cc b/art/runtime/gc/space/image_space.cc index 9e3d201b..95225595 100644 --- a/art/runtime/gc/space/image_space.cc +++ b/art/runtime/gc/space/image_space.cc @@ -3272,7 +3272,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; @@ -3303,7 +3303,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;