Loading services/core/java/com/android/server/location/contexthub/ContextHubService.java +2 −2 Original line number Diff line number Diff line Loading @@ -527,8 +527,8 @@ public class ContextHubService extends IContextHubService.Stub { try { mContextHubWrapper.registerEndpointCallback( new ContextHubHalEndpointCallback(mHubInfoRegistry)); } catch (RemoteException e) { Log.e(TAG, "RemoteException while registering IEndpointCallback", e); } catch (RemoteException | UnsupportedOperationException e) { Log.e(TAG, "Exception while registering IEndpointCallback", e); } } Loading Loading
services/core/java/com/android/server/location/contexthub/ContextHubService.java +2 −2 Original line number Diff line number Diff line Loading @@ -527,8 +527,8 @@ public class ContextHubService extends IContextHubService.Stub { try { mContextHubWrapper.registerEndpointCallback( new ContextHubHalEndpointCallback(mHubInfoRegistry)); } catch (RemoteException e) { Log.e(TAG, "RemoteException while registering IEndpointCallback", e); } catch (RemoteException | UnsupportedOperationException e) { Log.e(TAG, "Exception while registering IEndpointCallback", e); } } Loading