Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.2.0] Prevent currentThread().join() on cli thread crash (#22368)
If the cli-update-thread is crashing, it may attempt to interrupt and join on itself. Hopefully no updateThread could be in stopUpdateThread without going through handleCrash() -> Event.FATAL sequence through BlazeRuntime. Fixes #22051 Closes #22122. PiperOrigin-RevId: 633653817 Change-Id: Iaef5df56358d74bd7210ad8cb3562b452de9eb6a Commit 6306240 Co-authored-by: George Gensure <werkt0@gmail.com>
- Loading branch information