commit | e591c24c92a00e1dd72a13c3d7994380c8ac6cc2 | [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 | 0099170212a03dcf126f8c3e2b0e16c4a54074cd | |
parent | dc8bde9ffa46e95df8becced7e2d01dd0108ca5e [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