diff options
Diffstat (limited to 'libs/hwui/font/Font.cpp')
| -rw-r--r-- | libs/hwui/font/Font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/font/Font.cpp b/libs/hwui/font/Font.cpp index bf55558..49bf4d6 100644 --- a/libs/hwui/font/Font.cpp +++ b/libs/hwui/font/Font.cpp @@ -363,7 +363,7 @@ void Font::measure(const SkPaint* paint, const char* text, uint32_t start, uint3 } void Font::precache(const SkPaint* paint, const char* text, int numGlyphs) { - ATRACE_NAME("precacheText"); + ATRACE_NAME("Precache Glyphs"); if (numGlyphs == 0 || text == NULL) { return; |
