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

Commit 37d1d442 authored by Kunduz Baryktabasova's avatar Kunduz Baryktabasova
Browse files

Add warning log when InCallService IPC call failed.

Bug: 292598597
Test: N/A

Change-Id: If6663d1e2312ee9785b0d1117863812999a20b24
parent 9188be02
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2430,7 +2430,9 @@ public class InCallController extends CallsManagerListenerBase implements
                try {
                    inCallService.updateCall(
                            sanitizeParcelableCallForService(info, parcelableCall));
                } catch (RemoteException ignored) {
                } catch (RemoteException exception) {
                    Log.w(this, "Call status update did not send to: "
                                + componentName +" successfully with error " + exception);
                }
            }
            Log.i(this, "Components updated: %s", componentsUpdated);