commit | 74d211ae26a0257c6075a823812e40b55aa1e653 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Apr 22 16:55:35 2013 +0200 |
committer | Mathias Agopian <mathias@google.com> | Mon Apr 22 21:51:28 2013 +0200 |
tree | 6f3efb9d1587fc0698e27ab007ca88c16f99ba23 | |
parent | dfc11ac5c2b1b2d4077eaa268a068d18bde36420 [diff] [blame] |
clean-up/simplify all dump() APIs remove the scratch buffer parameter and use String8::appendFormat() instead. Change-Id: Ib96c91617c8e7292de87433d15cf6232b7d591b0
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.h b/services/surfaceflinger/DisplayHardware/HWComposer.h index 604de38..a20da08 100644 --- a/services/surfaceflinger/DisplayHardware/HWComposer.h +++ b/services/surfaceflinger/DisplayHardware/HWComposer.h
@@ -275,7 +275,7 @@ friend class VSyncThread; // for debugging ---------------------------------------------------------- - void dump(String8& out, char* scratch, size_t SIZE) const; + void dump(String8& out) const; private: void loadHwcModule();