commit | 5368eda5127701dc84b9e4da61dfbfa685a00b2d | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Fri Oct 25 11:20:03 2019 -0400 |
committer | Derek Sollenberger <djsollen@google.com> | Wed Feb 19 21:13:34 2020 -0500 |
tree | 5ed8080820e6c6b0c63f9a4d45c1ccaba9d2ec51 | |
parent | 83ccff716f160d3f9665732d50a7974f5f8e890a [diff] [blame] |
Cleanup LOG_TAG when bundled in HWUI Bug: 137655431 Test: CtsUiRenderingTestCases Change-Id: If0f1377e0ab831f38d752c3bbe282397c061b02c
diff --git a/libs/hwui/jni/FontFamily.cpp b/libs/hwui/jni/FontFamily.cpp index 0fd9cc7..f0cdb5e 100644 --- a/libs/hwui/jni/FontFamily.cpp +++ b/libs/hwui/jni/FontFamily.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#undef LOG_TAG #define LOG_TAG "Minikin" #include <nativehelper/JNIHelp.h>