commit | b0c7c914eb7ee6ac134beb69bddf2c4791cca410 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Mon Dec 09 11:09:21 2013 +0000 |
committer | Narayan Kamath <narayan@google.com> | Mon Dec 09 11:21:26 2013 +0000 |
tree | 95a7b814cce081e723b8ef8123bc98a0d8fd19d0 | |
parent | 6e2d0c1d91f644ab50e0c0b7cae4306262a4ca41 [diff] |
Fix inconsistency in LoggingPrintStream. LoggingPrintStream prints "null" for null strings from print(String) but throws an NPE from println(String). Fix this by delegating to the underlying builder (and avoiding the "fast" path when the input String == null) bug: https://code.google.com/p/android/issues/detail?id=63380 Change-Id: I89c5c12db6ed5af8037d46f67369b38c5b4cbc9f