Make TestLogParser and DeqpInstrumentation more robust:
authorPyry Haulos <phaulos@google.com>
Sat, 27 Sep 2014 00:29:34 +0000 (17:29 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 29 Sep 2014 18:11:45 +0000 (11:11 -0700)
commit85a7efa09c2487d7a1907e4f70115fb7f579eca1
tree88ea75a3570a16c2b296f101d081c82efa015d8d
parent7b14887ff2086b1eda33904abd7b969f2c28dd4b
Make TestLogParser and DeqpInstrumentation more robust:

 * Fix potential IndexOutOfBounds in TestLogParser
 * Fix bug in log file polling logic
 * Don't stop parsing remaining log data immediately when test process
   finishes

Change-Id: Iae8d153c6d0a32f9574d6d7131f3834479b83cb1
android/package/src/com/drawelements/deqp/testercore/DeqpInstrumentation.java
android/package/src/com/drawelements/deqp/testercore/TestLogParser.java