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/DisplayDevice.h b/services/surfaceflinger/DisplayDevice.h index 377d924..047eecd 100644 --- a/services/surfaceflinger/DisplayDevice.h +++ b/services/surfaceflinger/DisplayDevice.h
@@ -153,7 +153,7 @@ * Debugging */ uint32_t getPageFlipCount() const; - void dump(String8& result, char* buffer, size_t SIZE) const; + void dump(String8& result) const; private: /*