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

Commit 3e9fcd25 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix log tag that was quoted." into main am: 2ec10472 am: 4e4233a2

parents 228b3784 4e4233a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.");
                        }
                    }