Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5368eda5 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Cleanup LOG_TAG when bundled in HWUI

Bug: 137655431
Test: CtsUiRenderingTestCases
Change-Id: If0f1377e0ab831f38d752c3bbe282397c061b02c
parent 83ccff71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#undef LOG_TAG
#define LOG_TAG "SurfaceTexture"

#include <stdio.h>
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#undef LOG_TAG
#define LOG_TAG "Bitmap"
#include <log/log.h>

+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <Properties.h>
#include <SkGraphics.h>

#undef LOG_TAG
#define LOG_TAG "AndroidGraphicsJNI"

extern int register_android_graphics_Bitmap(JNIEnv*);
+1 −0
Original line number Diff line number Diff line
#undef LOG_TAG
#define LOG_TAG "Bitmap"
#include "Bitmap.h"

+1 −0
Original line number Diff line number Diff line
#undef LOG_TAG
#define LOG_TAG "BitmapFactory"

#include "BitmapFactory.h"
Loading