commit | bed37ac501e0b44f8ddc972c2930c5695dafe27c | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Thu Nov 17 19:45:43 2022 +0800 |
committer | Chris Li <lihongyu@google.com> | Sat Nov 19 11:53:19 2022 +0800 |
tree | 25698084c42c938c09ef708181098fd853a5241f | |
parent | 63cd60eeb279ef50d185a6fb3dcff7f1ac852e10 [diff] |
Fix potential crash when TaskFragmentOrganizer died Before, when TaskFragmentOrganizerController#onTransactionHandled() is called, we will always call #validateAndGetState(), which call throw an exception for racing condition like organizer process died. Bug: 207070762 Test: atest WmTests:TaskFragmentOrganizerControllerTest Change-Id: I04d37ecab4a37a616167ce4e6ca98c668f1254da