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

Commit 91d73c5d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11959661 from a1e232b1 to 24Q3-release

Change-Id: I0c81e9f197f8878876278dbb70418f9f6f80f8f9
parents f7dce7b0 a1e232b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -176,6 +176,10 @@ public class CallScreeningServiceHelper {
                            Log.w(TAG, "Cancelling call id process due to timeout");
                        }
                        mFuture.complete(null);
                        mContext.unbindService(serviceConnection);
                    } catch (IllegalArgumentException e) {
                        Log.i(this, "Exception when unbinding service %s : %s", serviceConnection,
                                e.getMessage());
                    } finally {
                        Log.endSession();
                    }