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

Commit 49090ed9 authored by Kunduz Baryktabasova's avatar Kunduz Baryktabasova Committed by Android (Google) Code Review
Browse files

Merge "Add warning log when InCallService IPC call failed." into main

parents f48f2c3d 37d1d442
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);