diff options
| author | 2024-07-09 22:08:15 +0000 | |
|---|---|---|
| committer | 2024-07-09 22:14:49 +0000 | |
| commit | 2665ca95a56c827a4b17abd8e9d38d5c8fd610cf (patch) | |
| tree | a42abbd20cd58b814a28fc5ee391475c31531d75 /services/surfaceflinger/Layer.h | |
| parent | ff206d6d5d9150bbfeac0dfbe92825d97a7de5b2 (diff) | |
Switch remaining atrace calls to use sf specific macro
Flag: EXEMPT refactor
Bug: 349905670
Test: presubmit
Change-Id: Ifed012cbaf76dba434191eff426c1c79f8c9dfbd
Diffstat (limited to 'services/surfaceflinger/Layer.h')
| -rw-r--r-- | services/surfaceflinger/Layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.h b/services/surfaceflinger/Layer.h index d3b56f89d1..52f169ebee 100644 --- a/services/surfaceflinger/Layer.h +++ b/services/surfaceflinger/Layer.h @@ -1265,7 +1265,7 @@ private: const std::string mBlastTransactionName{"BufferTX - " + mName}; // This integer is incremented everytime a buffer arrives at the server for this layer, // and decremented when a buffer is dropped or latched. When changed the integer is exported - // to systrace with ATRACE_INT and mBlastTransactionName. This way when debugging perf it is + // to systrace with SFTRACE_INT and mBlastTransactionName. This way when debugging perf it is // possible to see when a buffer arrived at the server, and in which frame it latched. // // You can understand the trace this way: |