commit | 90d2d0d0d9161ba9c536c5b30796efe0e124384f | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Tue Jan 09 11:09:16 2024 +0800 |
committer | Handa Wang <handaw@google.com> | Tue Jan 09 05:35:01 2024 +0000 |
tree | 36345a4bc22d0f08c4e38273c69484841e5ac343 | |
parent | 79e3b5935818f2a21fdd32a73b1e2955ac9cb4da [diff] |
Request Thread network at the initialize() Currently requestThreadNetwork is called in registerThreadNetwork. This creates a new NetworkCallback for Thread every time when Thread is turned on. We'd better just use one callback to avoid potential issues. Bug: 319179354 Change-Id: I96bad351f089b32a9acd919dea2e2b6b2aea68d2