Merge "Add error log of addConnetionService in RemoteConnectionManager." into sc-dev
This commit is contained in:
commit
b150ae9b2a
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user