commit | 24b3462d24b8c6427f5adf6c6d8e36b1006b04e0 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Jun 12 12:56:02 2024 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Jun 12 12:58:11 2024 +0900 |
tree | c20ca81c422cdef8e0001990fefed9716f87fa2c | |
parent | 08137f6e40ce80cd34a4c26b954343a700d52de0 [diff] |
Do not crash test on invalid pending intent Instead of having an assert in the BroadcastReceiver, which runs in a separate thread which crashes the test process on assertion failure, move it to the test thread. Bug: 345804242 Test: atest Change-Id: Ib10cb1464918bcb978bdd9fae378427cb393f2f3