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

Commit bd3bcd93 authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

Merge "AudioFlinger: dumpsys of audio mutex timing" into main

parents 59404d21 fba891da
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -878,6 +878,9 @@ NO_THREAD_SAFETY_ANALYSIS // conditional try lock
            write(fd, timeCheckStats.c_str(), timeCheckStats.size());
            dprintf(fd, "\n");
        }
        // dump mutex stats
        const auto mutexStats = audio_utils::mutex::all_stats_to_string();
        write(fd, mutexStats.c_str(), mutexStats.size());
    }
    return NO_ERROR;
}