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

Commit 912e153e authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "Destroy transaction tracing from main thread" into main

parents d893e073 50858e61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7057,7 +7057,7 @@ status_t SurfaceFlinger::onTransact(uint32_t code, const Parcel& data, Parcel* r
                if (mTransactionTracing) {
                    int arg = data.readInt32();
                    if (arg == -1) {
                        mTransactionTracing.reset();
                        mScheduler->schedule([&]() { mTransactionTracing.reset(); }).get();
                    } else if (arg > 0) {
                        // Transaction tracing is always running but allow the user to temporarily
                        // increase the buffer when actively debugging.