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

Skip to content
Commit 02315980 authored by Thomas Stuart's avatar Thomas Stuart
Browse files

Only send calls when the InCallService is non-null

Bug Reports came in regarding the InCallController sending calls to a
null InCallService binding.  A null pointer exception was thrown and
which lead to a failure in adding the outgoing meetings.

To prevent the calls from failing, Telecom should verify the
InCallService binding is non-null before sending the new call over to
the InCallService.  In the event the InCallService is null, an amomaly
report is generated to further investigate when this situation arises
and the fequency.

Flag: com.android.server.telecom.flags.do_not_send_call_to_null_ics
Bug: 345473659
Test: unit
Change-Id: I5b335596a1918575472bafad11cfc3c6408ec1a8
parent 7b08a352
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment