commit | 91d73c5de67e2bfd48a5f759f4b3baeab4e5d7dd | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 12 23:24:20 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jun 12 23:24:20 2024 +0000 |
tree | 279fdaaa5d50af07cbb24926ccab855717f71019 | |
parent | f7dce7b003039adc262376cef80943886e528ec7 [diff] | |
parent | a1e232b188e0e0429c2370f9d269a7d5637077fe [diff] |
Snap for 11959661 from a1e232b188e0e0429c2370f9d269a7d5637077fe to 24Q3-release Change-Id: I0c81e9f197f8878876278dbb70418f9f6f80f8f9
diff --git a/src/com/android/server/telecom/CallScreeningServiceHelper.java b/src/com/android/server/telecom/CallScreeningServiceHelper.java index 9426100..fa436d4 100644 --- a/src/com/android/server/telecom/CallScreeningServiceHelper.java +++ b/src/com/android/server/telecom/CallScreeningServiceHelper.java
@@ -176,6 +176,10 @@ 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(); }