From b98de0dcd63a7b7987257a879a669c467a396a95 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Fri, 16 May 2014 11:50:50 -0700 Subject: [PATCH] Get rid of dirFlags log spam I was logging the BiDi flags for debugging, did not mean to commit this. Change-Id: I0a89c68fe17562f2ed38843efacbaa310dca24fa --- core/jni/android/graphics/TextLayoutCache.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/jni/android/graphics/TextLayoutCache.cpp b/core/jni/android/graphics/TextLayoutCache.cpp index bf589181d03cd..9279758213ea7 100644 --- a/core/jni/android/graphics/TextLayoutCache.cpp +++ b/core/jni/android/graphics/TextLayoutCache.cpp @@ -367,7 +367,6 @@ void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars, bool forceLTR = false; bool forceRTL = false; - ALOGD("computeValues dirFlags=%d", dirFlags); switch (dirFlags & kBidi_Mask) { case kBidi_LTR: bidiReq = 0; break; // no ICU constant, canonical LTR level case kBidi_RTL: bidiReq = 1; break; // no ICU constant, canonical RTL level