From 7f36a3ec7629d2c74cb01d979b3e0b8408256043 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Fri, 20 Jan 2023 08:36:41 +0000 Subject: [PATCH] get libart building Forwarded: not-needed Gbp-Pq: Topic art Gbp-Pq: Name image-space-dereference.patch --- art/runtime/gc/space/image_space.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2