commit | db0b20b2edf21047dab89927e3e7b21ef9b79be2 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Tue Nov 23 09:49:22 2021 +0800 |
committer | paulhu <paulhu@google.com> | Tue Dec 07 11:47:34 2021 +0800 |
tree | ff404771e782ddcd98cae75ac45b3bc139d378bc | |
parent | 3279219a5a0e46462b8b5dcfdee269586b2a0ca3 [diff] |
Remove @hide symbols from NativeDaemonConnector - FgThread is an service internal class that NativeDaemonConnector can not use it after moving into mainline module. Thus, replace it by creating a new thread. - Remove shutting down check because the original problem owner netd isn't used NativeDaemonConnector now. Bug: 206702844 Test: atest FrameworksNetTests CtsNetTestCases Change-Id: Ib2e227ef1e361f96b397abd7c2a88420ad5a2f22