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

Commit 4e4233a2 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

parents e9488d7d 2ec10472
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.");
                        }
                    }