summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/RenderThread.h
diff options
context:
space:
mode:
authorStan Iliev <stani@google.com>2019-02-06 12:02:28 -0500
committerStan Iliev <stani@google.com>2019-02-06 12:02:28 -0500
commit978d5321b4a055fcc02dd72208bffd62113fde10 (patch)
tree2243da42afaba840f019cf3cddc36160b9aafec4 /libs/hwui/renderthread/RenderThread.h
parentb3cd68bc8230dfa38491ee712f33420a02049071 (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.h')
-rw-r--r--libs/hwui/renderthread/RenderThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h
index d062dba288fc..b18292820c6b 100644
--- a/libs/hwui/renderthread/RenderThread.h
+++ b/libs/hwui/renderthread/RenderThread.h
@@ -75,7 +75,7 @@ struct VsyncSource {
class DummyVsyncSource;
-typedef void (*JVMAttachHook)();
+typedef void (*JVMAttachHook)(const char* name);
class RenderThread : private ThreadBase {
PREVENT_COPY_AND_ASSIGN(RenderThread);