Bug 1024669 - Part 1: Annotate crash reports with thread names. r=gsvelto

MozReview-Commit-ID: 4RpAWzTuvPs
This commit is contained in:
Cervantes Yu
2017-02-07 18:57:23 +08:00
parent 8636d0ae7e
commit c2014c712d
30 changed files with 404 additions and 23 deletions

View File

@@ -404,7 +404,7 @@ struct IntervalComparator
NS_IMETHODIMP
TimerThread::Run()
{
PR_SetCurrentThreadName("Timer");
NS_SetCurrentThreadName("Timer");
MonitorAutoLock lock(mMonitor);