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

Commit 309c8e86 authored by Brad Lassey's avatar Brad Lassey
Browse files

Fix log tag that was quoted.

Bug: 382480110
Test: EXEMPT bugfix
Flag: EXEMPT bugfix
Change-Id: I9aeb2de2b3253561cd2027a7d9a5f5a9d4416184
parent af71583a
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.");
                        }
                    }