commit | cf6b4b407baea63d4d4283014ec81847ae186e22 | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Tue Dec 07 10:48:52 2021 +0000 |
committer | Vishnu Nair <vishnun@google.com> | Tue Dec 07 16:42:42 2021 +0000 |
tree | f3f829e1497f8f5169321749276d4c1c276f524d | |
parent | 9b671e37c2e8ee57bb301295cacd0ece284f549e [diff] [blame] |
Revert "BBQ: Clean up acquire states on BQ disconnect" This reverts commit fab15e55446080bdcfc05ba315e8ef914b0a6f65. Reason for revert: http://b/197269223#comment40 Change-Id: I8f34028844faa6b59f1a8ffc46dcf9d353ad9500
diff --git a/services/surfaceflinger/BufferStateLayer.cpp b/services/surfaceflinger/BufferStateLayer.cpp index 046486a..2fac880 100644 --- a/services/surfaceflinger/BufferStateLayer.cpp +++ b/services/surfaceflinger/BufferStateLayer.cpp
@@ -404,7 +404,7 @@ nsecs_t desiredPresentTime, bool isAutoTimestamp, std::optional<nsecs_t> dequeueTime, const FrameTimelineInfo& info) { - ATRACE_NAME(mSetBufferTraceTag.c_str()); + ATRACE_CALL(); const std::shared_ptr<renderengine::ExternalTexture>& buffer = getBufferFromBufferData(bufferData);