commit | 4c13e124ec1cdcfd028803dc76b1e3cc6b9b245d | [log] [tgz] |
---|---|---|
author | Jacob Hobbie <jacobhobbie@google.com> | Mon Nov 22 16:35:02 2021 +0000 |
committer | Jacob Hobbie <jacobhobbie@google.com> | Mon Nov 22 19:13:49 2021 +0000 |
tree | fd20135b07e9121d868d4853d6143422c825e675 | |
parent | c273e395e29841cc9259a9367b64cf5c0009270e [diff] |
Temporarily omit the skip Remove the skip because it's skipping some broadcasts (system broadcasts) that it shouldn't be. By also changing the UID check to check if it's a core UID this will mitigate most of the changes and won't spam logs, but there is also the weird case of when a receiver registers for a sticky system broadcast that I will fix later. Change-Id: Ifc22d15e24fb302fa066beda3ee80b99c163a3b5 Test:reversion mostly Fixes: 166145287 Fixes: 207318980