From: Android Tools Maintainers Date: Thu, 13 Oct 2022 18:56:25 +0000 (+0100) Subject: get libart building X-Git-Tag: archive/raspbian/11.0.0+r48-4+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=211af6e1250cf3754c6cb89ab8bbbda63c43a88a;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;