summaryrefslogtreecommitdiff
path: root/libs/gui
diff options
context:
space:
mode:
author Jim Shargo <jshargo@google.com> 2024-12-04 18:30:35 +0000
committer Jim Shargo <jshargo@google.com> 2024-12-04 18:30:35 +0000
commita2ab5be9799866b2c6d10285adea4e09ffd49657 (patch)
tree385e5bd622db0fd803eb13b07127f69102e02d1e /libs/gui
parent918fc164628fac29b1b59d6df3bdc6e54516eeea (diff)
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
Diffstat (limited to 'libs/gui')
-rw-r--r--libs/gui/tests/EndToEndNativeInputTest.cpp2
1 files changed, 1 insertions, 1 deletions
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<IGraphicBufferConsumer> consumer;
sp<IGraphicBufferProducer> 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);