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

Skip to content
Commit f09715e7 authored by Jack Yu's avatar Jack Yu
Browse files

Fixed device crash on automation setup

This is a regression introduced by
https://android-review.googlesource.com/#/c/342381/
Sending the broadcast intent twice (extra one is for sl4a) causes
EVENT_BROADCAST_COMPLETE got sent twice, which brought the wake lock
state machine into the bad state.

Fixed by changing the first result receiver to null so only one
EVENT_BROADCAST_COMPLETE will be broadcasted.

Test: Telephony sanity tests
bug: 36107224
Change-Id: I02b4b4b9fa7a3106ad83e0200cf1e6dc5924c771
parent 93fc20f2
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