Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a840a12d authored by chaviw's avatar chaviw Committed by Rob Carr
Browse files

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
(cherry picked from commit 768bfa07)
parent fe34457d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@ void BLASTBufferQueue::transactionCommittedCallback(nsecs_t /*latchTime*/,
                    flushShadowQueueLocked();
                }
            } 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 "
@@ -360,7 +360,7 @@ void BLASTBufferQueue::transactionCallback(nsecs_t /*latchTime*/, const sp<Fence
                    mTransactionCompleteFrameNumber = 0;
                }
            } 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 "