History log of /frameworks/base/core/tests/coretests/src/com/android/internal/util/IndentingPrintWriterTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
71cb446f010e791ca77a27c416a79b5ccb3f075b 31-Jan-2013 Jeff Sharkey <jsharkey@android.com> Add wrapping support to IndentingPrintWriter.

When created with a wrapping width, any content longer than the
requested width will be wrapped onto additional lines. This supports
use-cases like dumping lots of data with printPair().

Improve documentation and add tests to verify behavior.

Change-Id: Ibdfce198f0e69f4df7725544fd1cd02fa029c647
/frameworks/base/core/tests/coretests/src/com/android/internal/util/IndentingPrintWriterTest.java