diff options
author | 2014-11-18 10:49:23 -0800 | |
---|---|---|
committer | 2014-11-19 17:24:30 -0800 | |
commit | 70850ea258cbf91477efa57a1f1a23cc0044cc93 (patch) | |
tree | 674621c2adc816afae2a1d09291fcd4af12b08e7 /libs/hwui/PathCache.cpp | |
parent | 6c912b7d056c67b41fd46f31de168795e97c2336 (diff) |
Improve logging around performance critical events
bug:17702227
Add details useful to developers (such as layer size/View name), and
switch away from logging implementation names/details, since they
are generally not relevant to developers.
Change-Id: Iee605d182f241450f7e75a6d0c283d51fa1312f5
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r-- | libs/hwui/PathCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index 9ba885496f6f..6f48e4d43434 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -255,7 +255,7 @@ void PathCache::trim() { PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, const SkPaint* paint) { - ATRACE_CALL(); + ATRACE_NAME("Generate Path Texture"); float left, top, offset; uint32_t width, height; |