commit | 243d1a5de4e1255a6d12adbb791858ab25965118 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Tue May 23 17:26:52 2023 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Tue May 30 17:14:54 2023 +0900 |
tree | 43ef955a9136a724264c40d3a49bdc000c7bc136 | |
parent | f4cf2707e79b7bc48390f7a7472c33f3fa3408be [diff] |
Add MdnsDiscoveryManager constructor without looper In some use cases for the MdnsDiscoveryManager, providing looper as an argument to the MdnsDiscoveryManager constructor is not feasible. Adding a constructor without looper can help to match those use cases. If constructor without looper is used. The shutDown() must be called as a part of cleanup process. Bug: 283914408 Test: atest FrameworksNetTests Change-Id: I0ab04d67bae127628c6d67c4b8c109201612a54b