| commit | fe817175426609cd16931ef7d4ca687c28f5c726 | [log] [tgz] |
|---|---|---|
| author | Quang Anh Luong <qal@google.com> | Wed Aug 14 09:34:00 2024 +0900 |
| committer | Quang Anh Luong <qal@google.com> | Wed Aug 14 11:15:45 2024 +0900 |
| tree | 89579c3b04b4486b30f31d99b847ef68a09710e4 | |
| parent | e373737f35208b4bf6547f15a1ad52781c66d740 [diff] |
Call onServiceDisconnected on callback executor SharedConnectivityClientCallback.onServiceDisconnected is being called directly on the main thread instead of the callback executor, which is causing race conditions. Make sure to call this via the proxy so it runs on the executor instead. Flag: EXEMPT bugfix Bug: 331652253 Test: atest SharedConnectivityManagerTest Change-Id: I5f74632538fca10e0b6e2b4270345634b50d2513