Reset logging thread ID when starting a new stream to allow debugging comfortably

This commit is contained in:
Paul Adenot 2023-11-09 18:28:53 +01:00
Родитель 2dedf7b191
Коммит b32ab34399
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1057,6 +1057,8 @@ aaudio_stream_init_impl(cubeb_stream * stm, lock_guard<mutex> & lock)
{
assert(stm->state.load() == stream_state::INIT);
cubeb_async_log_reset_threads();
aaudio_result_t res;
AAudioStreamBuilder * sb;
res = WRAP(AAudio_createStreamBuilder)(&sb);