diff options
author | Derek Sollenberger <djsollen@google.com> | 2019-10-25 11:20:03 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2020-02-19 21:13:34 -0500 |
commit | 5368eda5127701dc84b9e4da61dfbfa685a00b2d (patch) | |
tree | 5ed8080820e6c6b0c63f9a4d45c1ccaba9d2ec51 /libs/hwui/jni/GraphicsStatsService.cpp | |
parent | 83ccff716f160d3f9665732d50a7974f5f8e890a (diff) |
Cleanup LOG_TAG when bundled in HWUI
Bug: 137655431
Test: CtsUiRenderingTestCases
Change-Id: If0f1377e0ab831f38d752c3bbe282397c061b02c
Diffstat (limited to 'libs/hwui/jni/GraphicsStatsService.cpp')
-rw-r--r-- | libs/hwui/jni/GraphicsStatsService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/jni/GraphicsStatsService.cpp b/libs/hwui/jni/GraphicsStatsService.cpp index ef0aacc4d9ec..2ce392daeb87 100644 --- a/libs/hwui/jni/GraphicsStatsService.cpp +++ b/libs/hwui/jni/GraphicsStatsService.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#undef LOG_TAG #define LOG_TAG "GraphicsStatsService" #include <JankTracker.h> |