commit | bb504471bbefd0fe7d93fd216c12e6cec345b669 | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Fri Oct 25 13:20:32 2024 -0500 |
committer | Patrick Williams <pdwilliams@google.com> | Mon Oct 28 15:35:00 2024 -0500 |
tree | fe1c825d500bbf7f43dfb791c594adb23486bb46 | |
parent | c16a4a5fdef98805af00ee04dcad74622bf3e31b [diff] [blame] |
Clean up BufferReleaseChannel logging Bug: 294133380 Flag: com.android.graphics.libgui.flags.buffer_release_channel Test: BLASTBufferQueueTest Change-Id: Ia5e0299794f57c8741649dafd6c1cc9798559e09
diff --git a/services/surfaceflinger/TransactionCallbackInvoker.h b/services/surfaceflinger/TransactionCallbackInvoker.h index d81d8d0..178ddbb 100644 --- a/services/surfaceflinger/TransactionCallbackInvoker.h +++ b/services/surfaceflinger/TransactionCallbackInvoker.h
@@ -83,6 +83,7 @@ mCompletedTransactions; struct BufferRelease { + std::string layerName; std::shared_ptr<gui::BufferReleaseChannel::ProducerEndpoint> channel; ReleaseCallbackId callbackId; sp<Fence> fence;