commit | 578b6fedf32f7d7659db28b30fb50cad5ced3c6a | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Tue Mar 06 16:24:17 2018 -0800 |
committer | chaviw <chaviw@google.com> | Tue Mar 06 16:40:00 2018 -0800 |
tree | b47c8c62b557ebfb4d766cbab4cb9a5cfb30f134 | |
parent | 76439d832f6c4535535d0e3288be9669f76b128b [diff] |
Catch and log exceptions from setup or teardown of WindowTestBase A lot of the test failures are due to issues in setup and/or teardown of the tests. The test framework doesn't log errors that are thrown from the @Before or @After block. This change allows the errors to get logged so we can determine what the root issue for the test failures are. Bug: 74078662 Test: Thrown exceptions in setup/teardown are logged. Change-Id: I8eb0d112f9d34dad01f761d5ccd75ba0936ac026