Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 89c150da authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Demote tryRemoveNotification crash to Log.wtf

We're ending up removing a notification twice -- probably a race
between clear all and dismissing or cancelling one of the notifications
hit by the clear all.

Short term, we don't want to bother our users with a crash, and we think
the end state is okay -- a notification removed twice will be removed the
first time, so the UI state should be okay -- so this changes the "throw
IllegalStateException" in tryRemoveNotification to a Log.wtf, which will
only crash *droidfood* builds.

Bug: 282945192
Test: presubmit
Change-Id: I65d7a9587946c51258263e5ea3069b4b5cdbc82e
parent 91821672
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