summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-09-22 21:00:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-22 21:00:49 -0700
commitcfb7d090bbbb881def949a548b7ad8022e370dd4 (patch)
tree1d2be13acc3de6835310061f7b4512ef88be03b7 /services/surfaceflinger
parenta8ea647182683a1dda8b50852e62152716ea629b (diff)
parentfc60b94db9081adb4835bd44eacdd0573fc4d644 (diff)
downloadframeworks_native-cfb7d090bbbb881def949a548b7ad8022e370dd4.zip
frameworks_native-cfb7d090bbbb881def949a548b7ad8022e370dd4.tar.gz
frameworks_native-cfb7d090bbbb881def949a548b7ad8022e370dd4.tar.bz2
Merge "fix dumpsys wording for h/w composer"
Diffstat (limited to 'services/surfaceflinger')
-rw-r--r--services/surfaceflinger/DisplayHardware/HWComposer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp
index e707bdc..d2bba0b 100644
--- a/services/surfaceflinger/DisplayHardware/HWComposer.cpp
+++ b/services/surfaceflinger/DisplayHardware/HWComposer.cpp
@@ -176,7 +176,7 @@ void HWComposer::dump(String8& result, char* buffer, size_t SIZE,
mList->numHwLayers, mList->flags);
result.append(buffer);
result.append(
- " type | hints | flags | tr | blend | format | source rectangle | crop rectangle name \n"
+ " type | hints | flags | tr | blend | format | source crop | frame name \n"
"-----------+----------+----------+----+-------+----------+---------------------------+--------------------------------\n");
// " ________ | ________ | ________ | __ | _____ | ________ | [_____,_____,_____,_____] | [_____,_____,_____,_____]
for (size_t i=0 ; i<mList->numHwLayers ; i++) {