From 8f7853b22fe4b3bc802ffc49dba9ef6977a43d75 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Tue, 2 Aug 2022 16:23:27 +0100 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