diff options
author | Stan Iliev <stani@google.com> | 2019-02-06 12:02:28 -0500 |
---|---|---|
committer | Stan Iliev <stani@google.com> | 2019-02-06 12:02:28 -0500 |
commit | 978d5321b4a055fcc02dd72208bffd62113fde10 (patch) | |
tree | 2243da42afaba840f019cf3cddc36160b9aafec4 /libs/hwui/renderthread/RenderThread.cpp | |
parent | b3cd68bc8230dfa38491ee712f33420a02049071 (diff) |
Fix RenderThread and worker thread names used by tools
Test: collected systrace and RenderThread hwuiTask1/2 shown
Change-Id: I1114ff72a7ed8c9dc86a64ebd15ca783d1b2ff08
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.cpp')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderThread.cpp b/libs/hwui/renderthread/RenderThread.cpp index 1f24f0e64eab..3904ed20fd77 100644 --- a/libs/hwui/renderthread/RenderThread.cpp +++ b/libs/hwui/renderthread/RenderThread.cpp @@ -329,7 +329,7 @@ void RenderThread::requestVsync() { bool RenderThread::threadLoop() { setpriority(PRIO_PROCESS, 0, PRIORITY_DISPLAY); if (gOnStartHook) { - gOnStartHook(); + gOnStartHook("RenderThread"); } initThreadLocals(); |