From a2ab5be9799866b2c6d10285adea4e09ffd49657 Mon Sep 17 00:00:00 2001 From: Jim Shargo Date: Wed, 4 Dec 2024 18:30:35 +0000 Subject: tests: Improve logging for objects that are causing errors In b/374973152, we're seeing error logs surrounding a generic "Virtual disp consumer", which is used in several places. This makes it harder to understand what's broken. This change clarifies the names. Bug: 374973152 Flag: EXEMPT tests Test: atest Change-Id: Ib1974f304f6c64c1d7ae02e0b77ec829d14ba0f1 --- libs/gui/tests/EndToEndNativeInputTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/gui') diff --git a/libs/gui/tests/EndToEndNativeInputTest.cpp b/libs/gui/tests/EndToEndNativeInputTest.cpp index 0e84d68eec..a1c7cbf416 100644 --- a/libs/gui/tests/EndToEndNativeInputTest.cpp +++ b/libs/gui/tests/EndToEndNativeInputTest.cpp @@ -1212,7 +1212,7 @@ public: sp consumer; sp producer; BufferQueue::createBufferQueue(&producer, &consumer); - consumer->setConsumerName(String8("Virtual disp consumer")); + consumer->setConsumerName(String8("Virtual disp consumer (MultiDisplayTests)")); consumer->setDefaultBufferSize(width, height); mProducers.push_back(producer); -- cgit v1.2.3-59-g8ed1b