Loading nfc/java/android/nfc/cardemulation/HostApduService.java +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ public abstract class HostApduService extends Service { try { mNfcService.send(responseMsg); } catch (RemoteException e) { Log.e("TAG", "Response not sent; RemoteException calling into " + Log.e(TAG, "Response not sent; RemoteException calling into " + "NfcService."); } } Loading Loading
nfc/java/android/nfc/cardemulation/HostApduService.java +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ public abstract class HostApduService extends Service { try { mNfcService.send(responseMsg); } catch (RemoteException e) { Log.e("TAG", "Response not sent; RemoteException calling into " + Log.e(TAG, "Response not sent; RemoteException calling into " + "NfcService."); } } Loading