commit | 443a714fa7c0dd07fee3527cc5bc3d3ca1fb7d44 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Sep 04 17:40:05 2014 -0700 |
committer | John Reck <jreck@google.com> | Thu Sep 04 17:40:05 2014 -0700 |
tree | 4e1fd44948c6bc7324d6e3cb66af261f864530e5 | |
parent | 2388750612b1fe54d31a47e0a40c1e6cf5a0cedd [diff] [blame] |
Yet more layer tracking logging Bug: 17208461 Change-Id: I55e7d0921eb565867e966d68b798b7b92c391b55
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index d897997..f329283 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h
@@ -102,6 +102,7 @@ }; ANDROID_API static void outputLogBuffer(int fd); + void debugDumpLayers(const char* prefix); ANDROID_API void setStagingDisplayList(DisplayListData* newData);