From: Android Tools Maintainers Date: Thu, 24 Feb 2022 16:58:51 +0000 (+0000) Subject: get libart building X-Git-Tag: archive/raspbian/29.0.6-18+rpi1~1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=caedffdaab11e6148c8c3d322f8d9e213a49e823;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;