From 211af6e1250cf3754c6cb89ab8bbbda63c43a88a Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Thu, 13 Oct 2022 19:56:25 +0100 Subject: [PATCH] get libart building Forwarded: not-needed Gbp-Pq: Name image-space-dereference.patch --- runtime/gc/space/image_space.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2