commit | c6e005381b8f0b80f2a1e0ea6e8093e990e1790e | [log] [tgz] |
---|---|---|
author | Grant Menke <grantmenke@google.com> | Thu Jan 09 14:32:14 2025 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 05 21:24:05 2025 -0800 |
tree | 921ea8854a91e01c458dc4d090fcede891563a18 | |
parent | 284cf771ae8fcb8b215df055ce7ddbdbdcddb4a4 [diff] |
Ensure ScheduledExecutor is not shutdown before scheduling timeout cleanup. The scheduled executor in ConnectionServiceWrapper may be shutdown when calling createConference and createCall. This is infrequently causing a `RejectedExecutionException`. This CL adds a check that mScheduledExecutor is not shutdown before scheduling the cleanup. Flag: EXEMPT Security High/Critical Severity CVE Bug: 388588560 Test: manually using the provided apk + atest CallsManagerTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:dd63d318cf090ca2d458f772e2799614e6068006) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ef6f10655531a06d2814c3fad25eb7cd1e117581) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:009fdf3e80e7f2c8aaf97d7c87e74f661b0948f3) Merged-In: I0aaa0f7f57b8dd137403b6ceb7068e7c99652e1f Change-Id: I0aaa0f7f57b8dd137403b6ceb7068e7c99652e1f