We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10b4503 + a99ed62 commit 44cd3f8Copy full SHA for 44cd3f8
core/jni/android/graphics/TextLayoutCache.cpp
@@ -534,7 +534,7 @@ void TextLayoutCacheValue::computeRunValuesWithHarfbuzz(HB_ShaperItem& shaperIte
534
#if DEBUG_GLYPHS
535
LOGD("HARFBUZZ -- num_glypth=%d - kerning_applied=%d", shaperItem.num_glyphs,
536
shaperItem.kerning_applied);
537
- LOGD(" -- string= '%s'", String8(chars + start, count).string());
+ LOGD(" -- string= '%s'", String8(shaperItem.string + start, count).string());
538
LOGD(" -- isDevKernText=%d", paint->isDevKernText());
539
540
logGlyphs(shaperItem);
0 commit comments