Add timeout to unblock sms handler state machine for missing broadcast.
InboundSmsHandler sends an ordered broadcast for SMSs. It stays in waiting state until it receives those broadcasts back. However in some cases it is possible that the broadcast is never received and the state machine stays stuck in the waiting state. To unblock it this CL adds a timeout of 10 minutes. Test: atest GsmInboundSmsHandlerTest Bug: 188106216 Change-Id: I711c3c20827deafb5ad4b91ec800fcd4770f085b
Loading
Please register or sign in to comment