summaryrefslogtreecommitdiffstats
path: root/core/jni
diff options
context:
space:
mode:
authorRaph Levien <raph@google.com>2014-05-16 11:50:50 -0700
committerRaph Levien <raph@google.com>2014-05-16 11:50:50 -0700
commitb98de0dcd63a7b7987257a879a669c467a396a95 (patch)
treed314453fe987a685c98ce0f6ae59a2a4306656ff /core/jni
parent22827a7f44ba8ef45d0855e8c3e417b9b32d9c93 (diff)
downloadframeworks_base-b98de0dcd63a7b7987257a879a669c467a396a95.zip
frameworks_base-b98de0dcd63a7b7987257a879a669c467a396a95.tar.gz
frameworks_base-b98de0dcd63a7b7987257a879a669c467a396a95.tar.bz2
Get rid of dirFlags log spam
I was logging the BiDi flags for debugging, did not mean to commit this. Change-Id: I0a89c68fe17562f2ed38843efacbaa310dca24fa
Diffstat (limited to 'core/jni')
-rw-r--r--core/jni/android/graphics/TextLayoutCache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/android/graphics/TextLayoutCache.cpp b/core/jni/android/graphics/TextLayoutCache.cpp
index bf58918..9279758 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