History log of /external/vogar/src/vogar/monitor/InterleavedReader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab49d110ea5f54b41b1a5780ba579c183f0c0a2b 12-Jan-2015 Nicolas Geoffray <ngeoffray@google.com> Explcitly state Android change for InterleavedReader.java.

Change-Id: If633c88b8a0460616fc2360a79f7ea79af14cfc0
/external/vogar/src/vogar/monitor/InterleavedReader.java
22567545969abcbd17dcf715fe5aa74d4ef253d5 09-Jan-2015 Nicolas Geoffray <ngeoffray@google.com> Fix a bug in vogar/caliper aroud BufferedReader.

Double the lookahead size. This is a safety measure in the presence of
new lines, where the line feed character is being skipped. The lookahead
check in the BufferedReader class does not take these skipped characters
into account.

For simplicity, just import and fix the caliper Java code.

Change-Id: I5435ad0988e2daa34a831a3946292f093ce1f562
/external/vogar/src/vogar/monitor/InterleavedReader.java