Hardware Composer Commit Points Benchmark
Change-Id: Ie997d13559c0e4e9dc3babfe92ca1acacef2a549
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 @@
string str;
char cmd[MAXCMD];
+ testSetLogCatTag(LOG_TAG);
+
// Parse command line arguments
while ((opt = getopt(argc, argv, "D:v?h")) != -1) {
switch (opt) {