commit | ff3edce12d3081517e9a724cc18a0de58af5187a | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Thu Jan 14 10:04:08 2016 -0800 |
committer | Chris Craik <ccraik@google.com> | Thu Jan 14 10:29:38 2016 -0800 |
tree | 5824da9e04337f1e58b4994ec74da9eb9f48da8a | |
parent | 477e26cf931290f6b3353fab43a05406eea223f9 [diff] |
Log render pipeline in gfxinfo dump Change-Id: Ia50c445b29d918f274ec45632d61d8b8479c72eb
diff --git a/libs/hwui/renderthread/RenderProxy.cpp b/libs/hwui/renderthread/RenderProxy.cpp index 43282c9..72c7e4e 100644 --- a/libs/hwui/renderthread/RenderProxy.cpp +++ b/libs/hwui/renderthread/RenderProxy.cpp
@@ -450,6 +450,11 @@ } else { fprintf(file, "\nNo caches instance.\n"); } +#if HWUI_NEW_OPS + fprintf(file, "\nPipeline=FrameBuilder\n"); +#else + fprintf(file, "\nPipeline=OpenGLRenderer\n"); +#endif fflush(file); return nullptr; }