mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Analytics: Set proper thread name.
This commit is contained in:
parent
afb0beb9ab
commit
7389f0f55e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "Common/Analytics.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
@ -147,6 +148,7 @@ void AnalyticsReporter::Send(AnalyticsReportBuilder&& report)
|
|||
|
||||
void AnalyticsReporter::ThreadProc()
|
||||
{
|
||||
Common::SetCurrentThreadName("Analytics");
|
||||
while (true)
|
||||
{
|
||||
m_reporter_event.Wait();
|
||||
|
|
Loading…
Add table
Reference in a new issue