Loading src/com/android/server/telecom/CallScreeningServiceHelper.java +4 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
src/com/android/server/telecom/CallScreeningServiceHelper.java +4 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading