OSDN Git Service

drm_hwcomposer: Make gl worker log tag consistent with rest of hwc
authorSean Paul <seanpaul@chromium.org>
Mon, 21 Sep 2015 14:05:19 +0000 (10:05 -0400)
committerSean Paul <seanpaul@chromium.org>
Mon, 21 Sep 2015 14:08:37 +0000 (10:08 -0400)
For easy logcat grepping.

Change-Id: I79b82f4d359268a6e116f602f2ffb90885cdb3dd
Signed-off-by: Sean Paul <seanpaul@chromium.org>
glworker.cpp

index 4556430..f18ace9 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
-#define LOG_TAG "GLWorker"
+#define LOG_TAG "hwc-gl-worker"
 
 #include <algorithm>
 #include <string>