New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/30271#issuecomment-821484089 Comment: ```diff diff --git a/include/perfetto/ext/base/thread_utils.h b/include/perfetto/ext/base/thread_utils.h index fb47d3d..d346e66 100644 --- a/include/perfetto/ext/base/thread_utils.h +++ b/include/perfetto/ext/base/thread_utils.h @@ -58,7 +58,7 @@ inline bool MaybeSetThreadName(const std::string& name) { inline bool GetThreadName(std::string& out_result) { char buf[16] = {}; -#if PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) +#if 1 if (prctl(PR_GET_NAME, buf) != 0) return false; #else ```