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

Commit 9eb43e9f authored by Dominik Laskowski's avatar Dominik Laskowski
Browse files

SF: Remove ALOGV spam

Stop logging "postComposition" for each composite, and "Skipping [...]
transform hint" for each layer whenever the display is powered on/off.

Bug: 255635711
Test: logcat
Change-Id: I6c4b1abebf489226ee873dd10cad17dc981ec0be
parent 0b6d2dc5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2922,7 +2922,6 @@ void SurfaceFlinger::onCompositionPresented(PhysicalDisplayId pacesetterId,
                                            const scheduler::FrameTargeters& frameTargeters,
                                            nsecs_t presentStartTime) {
    ATRACE_CALL();
    ALOGV(__func__);

    ui::PhysicalDisplayMap<PhysicalDisplayId, std::shared_ptr<FenceTime>> presentFences;
    ui::PhysicalDisplayMap<PhysicalDisplayId, const sp<Fence>> gpuCompositionDoneFences;
@@ -3810,7 +3809,6 @@ void SurfaceFlinger::commitTransactionsLocked(uint32_t transactionFlags) {
                // first frame before the display is available, we rely
                // on WMS and DMS to provide the right information
                // so the client can calculate the hint.
                ALOGV("Skipping reporting transform hint update for %s", layer->getDebugName());
                layer->skipReportingTransformHint();
            } else {
                layer->updateTransformHint(hintDisplay->getTransformHint());