commit | 4a76563701385b4fbd70e54e83c528e60cfd1cb1 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Thu Jul 28 15:47:17 2022 -0700 |
committer | Patrick Rohr <prohr@google.com> | Thu Jul 28 15:50:50 2022 -0700 |
tree | 9047beaeaccd3a06313deeb216053f1330ecbe25 | |
parent | a5500c6d058c9233621acba0969fbe258c127280 [diff] |
RaResponder: log instead of throw exception Throwing an exception in RaResponder crashes the test process (as it runs in a secondary thread). This is not very useful as that will fail the execution of all the other tests. Adding a log statement instead of throwing an exception makes more sense as the tests will most likely fail anyways. Test: atest EthernetManagerTest Change-Id: I9c5f5dc417dad7df1c7f729caa4e0259ed71591f