diff options
| author | 2021-11-01 09:50:57 -0500 | |
|---|---|---|
| committer | 2021-11-01 09:50:57 -0500 | |
| commit | 768bfa07e598608f135140f1001bf09c7de35b1e (patch) | |
| tree | 78396d9b76659ac052395da656281bb426cc687d /libs/gui/BLASTBufferQueue.cpp | |
| parent | f367330f19ba02797ed82382ab10a5cd51e7db97 (diff) | |
Change log to match with function it's coming from
Added the function name in the error log when SurfaceControl can't be
found in the callbacks.
Test: Log
Bug: 200285149
Change-Id: I6c721a699c25c8659f5aa5e703de134c8c0a31b7
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
| -rw-r--r-- | libs/gui/BLASTBufferQueue.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gui/BLASTBufferQueue.cpp b/libs/gui/BLASTBufferQueue.cpp index 1ae90f34f5..9080822f92 100644 --- a/libs/gui/BLASTBufferQueue.cpp +++ b/libs/gui/BLASTBufferQueue.cpp @@ -296,7 +296,7 @@ void BLASTBufferQueue::transactionCommittedCallback(nsecs_t /*latchTime*/, flushShadowQueue(); } } else { - BQA_LOGE("Failed to find matching SurfaceControl in transaction callback"); + BQA_LOGE("Failed to find matching SurfaceControl in transactionCommittedCallback"); } } else { BQA_LOGE("No matching SurfaceControls found: mSurfaceControlsWithPendingCallback was " @@ -346,7 +346,7 @@ void BLASTBufferQueue::transactionCallback(nsecs_t /*latchTime*/, const sp<Fence stat.frameEventStats.dequeueReadyTime); } } else { - BQA_LOGE("Failed to find matching SurfaceControl in transaction callback"); + BQA_LOGE("Failed to find matching SurfaceControl in transactionCallback"); } } else { BQA_LOGE("No matching SurfaceControls found: mSurfaceControlsWithPendingCallback was " |