commit | a1811d4ec0cb3f8d5cdb8a9bf745cec4458f51c5 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Tue Jun 23 17:11:19 2015 +0100 |
committer | Neil Fuller <nfuller@google.com> | Tue Jun 23 18:02:14 2015 +0100 |
tree | 25571170961205616c7b8a6f5076b1d5610a26a1 | |
parent | 324694b8e58fb4b59c8f7fb65be8b65c51d48586 [diff] |
Report errors from CtsTestServer for improved debugging Switch from using ExecutionService.submit() to Executor.execute() because the Future was never being checked. Switched to using a Runnable, because no value is returned. Added logging for any exception generated. Bug: 21874093 Change-Id: Ie820e648f1e21177bd27aeab32002d59108ad0d6