diff options
Diffstat (limited to 'opengl/tests/hwc/hwcRects.cpp')
-rw-r--r-- | opengl/tests/hwc/hwcRects.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/opengl/tests/hwc/hwcRects.cpp b/opengl/tests/hwc/hwcRects.cpp index c93124e..523e3de 100644 --- a/opengl/tests/hwc/hwcRects.cpp +++ b/opengl/tests/hwc/hwcRects.cpp @@ -21,7 +21,7 @@ * hwcRects [options] (graphicFormat displayFrame [attributes],)... * options: * -D #.## - End of test delay - * -v Verbose"); + * -v - Verbose * * graphic formats: * RGBA8888 (reference frame default) @@ -108,7 +108,7 @@ #include <ui/GraphicBuffer.h> #include <ui/EGLUtils.h> -#define LOG_TAG "hwcColorEquivTest" +#define LOG_TAG "hwcRectsTest" #include <utils/Log.h> #include <testUtil.h> @@ -210,6 +210,8 @@ main(int argc, char *argv[]) string str; char cmd[MAXCMD]; + testSetLogCatTag(LOG_TAG); + // Parse command line arguments while ((opt = getopt(argc, argv, "D:v?h")) != -1) { switch (opt) { |