summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-08-08 16:02:13 -0700
committerMathias Agopian <mathias@google.com>2011-08-08 16:02:13 -0700
commit0c3367f1bba78250ab9d05e105411ee326f8aee9 (patch)
treead16b5ca1eddd92a50e9f105f34472462a2722e9 /services/surfaceflinger
parent1a4a7364571d70f814037389a3ce69c133666407 (diff)
downloadframeworks_base-0c3367f1bba78250ab9d05e105411ee326f8aee9.zip
frameworks_base-0c3367f1bba78250ab9d05e105411ee326f8aee9.tar.gz
frameworks_base-0c3367f1bba78250ab9d05e105411ee326f8aee9.tar.bz2
improve dumpsys SurfaceFlinger output
we now output the handle and size of all buffers of each layer. Change-Id: I8d011ee4ae9199f4198bd07bed770ec3bcf02986
Diffstat (limited to 'services/surfaceflinger')
-rw-r--r--services/surfaceflinger/Layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp
index 383c045..505c843 100644
--- a/services/surfaceflinger/Layer.cpp
+++ b/services/surfaceflinger/Layer.cpp
@@ -533,7 +533,7 @@ void Layer::dump(String8& result, char* buffer, size_t SIZE) const
}
snprintf(buffer, SIZE,
" "
- "format=%2d, activeBuffer=[%3ux%3u:%3u,%3u],"
+ "format=%2d, activeBuffer=[%4ux%4u:%4u,%3X],"
" freezeLock=%p, queued-frames=%d\n",
mFormat, w0, h0, s0,f0,
getFreezeLock().get(), mQueuedFrames);