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

Commit 80649b43 authored by Grace Jia's avatar Grace Jia Committed by Automerger Merge Worker
Browse files

Merge "Add error log of addConnetionService in RemoteConnectionManager." into sc-dev am: b150ae9b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14495780

Change-Id: Iad32b3f57473704b9e8fa422e3991b24c87beea2
parents dbe254bb b150ae9b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,7 +45,10 @@ public class RemoteConnectionManager {
                        outgoingConnectionServiceRpc,
                        mOurConnectionServiceImpl);
                mRemoteConnectionServices.put(componentName, remoteConnectionService);
            } catch (RemoteException ignored) {
            } catch (RemoteException e) {
                Log.w(RemoteConnectionManager.this,
                        "error when addConnectionService of %s: %s", componentName,
                        e.toString());
            }
        }
    }