Skip to content
Commit a72c7d90 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Catch unusual DeadObjectExceptions.

This appears to be possible but very rare (0.0002% of sessions).
Launcher asks us to null out the LauncherUnlockAnimationController
in onDestroy(), but that's an IPC so might be delayed. Safest
to catch the exception here.

It should be fine to fail to play the unlock animation on a
Launcher that is being destroyed anyway.

Bug: 245867371
Test: atest SystemUITests
Change-Id: I96f14c2036daa945db324dc39b023a0facfb54dd
parent c503984e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment