commit | 8a2af3b3bd00aba8fe5a50026d61252799b9da5f | [log] [tgz] |
---|---|---|
author | Beth Thibodeau <ethibodeau@google.com> | Tue May 26 19:57:42 2020 -0400 |
committer | Beth Thibodeau <ethibodeau@google.com> | Wed May 27 13:15:23 2020 -0400 |
tree | 69a49978940d6f1ae395131f050305f6c02e245f | |
parent | 8032fd3d0c48ae9414c1e2b60f97e95bbec28caa [diff] |
Fix CME crashes Create a copy of the listeners list before iterating over it, and add an assert for notification entry updates Those should only happen on the main thread, so adding the assert will allow us to find if that is not happening somewhere in the notification pipeline. Fixes: 156863310 Test: manual Change-Id: I157dafdba0c1cecb26dd7e969f3be26ca4e45472