Cleanup LOG_TAG when bundled in HWUI

Bug: 137655431
Test: CtsUiRenderingTestCases
Change-Id: If0f1377e0ab831f38d752c3bbe282397c061b02c
This commit is contained in:
Derek Sollenberger
2019-10-25 11:20:03 -04:00
parent 83ccff716f
commit 5368eda512
22 changed files with 19 additions and 6 deletions

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "SurfaceTexture"
#include <stdio.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "Bitmap"
#include <log/log.h>

View File

@@ -24,6 +24,7 @@
#include <Properties.h>
#include <SkGraphics.h>
#undef LOG_TAG
#define LOG_TAG "AndroidGraphicsJNI"
extern int register_android_graphics_Bitmap(JNIEnv*);

View File

@@ -1,3 +1,4 @@
#undef LOG_TAG
#define LOG_TAG "Bitmap"
#include "Bitmap.h"

View File

@@ -1,3 +1,4 @@
#undef LOG_TAG
#define LOG_TAG "BitmapFactory"
#include "BitmapFactory.h"

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "BitmapRegionDecoder"
#include "BitmapFactory.h"

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "Minikin"
#include <nativehelper/JNIHelp.h>

View File

@@ -1,3 +1,4 @@
#undef LOG_TAG
#define LOG_TAG "GraphicsJNI"
#include <unistd.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "GraphicsStatsService"
#include <JankTracker.h>

View File

@@ -15,6 +15,7 @@
** limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "9patch"
#define LOG_NDEBUG 1

View File

@@ -15,6 +15,7 @@
** limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "Paint"
#include <utils/Log.h>

View File

@@ -14,8 +14,6 @@
* limitations under the License.
*/
#define LOG_TAG "OpenGLRenderer"
#include "jni.h"
#include "GraphicsJNI.h"
#include <nativehelper/JNIHelp.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "ThreadedRenderer"
#define ATRACE_TAG ATRACE_TAG_VIEW

View File

@@ -14,7 +14,6 @@
* limitations under the License.
*/
#define LOG_TAG "OpenGLRenderer"
#define ATRACE_TAG ATRACE_TAG_VIEW
#include "jni.h"
#include "GraphicsJNI.h"

View File

@@ -14,8 +14,6 @@
* limitations under the License.
*/
#define LOG_TAG "OpenGLRenderer"
#include "jni.h"
#include <nativehelper/JNIHelp.h>

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define LOG_TAG "OpenGLRenderer"
#include "android/log.h"

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "Minikin"
#include <nativehelper/JNIHelp.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "Minikin"
#include <nativehelper/JNIHelp.h>

View File

@@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "PdfEditor"
#include <sys/types.h>

View File

@@ -21,6 +21,7 @@
#include "fpdfview.h"
#undef LOG_TAG
#define LOG_TAG "PdfUtils"
#include <utils/Log.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "LineBreaker"
#include "utils/misc.h"

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#undef LOG_TAG
#define LOG_TAG "MeasuredText"
#include "GraphicsJNI.h"