Skip to content

Commit 83ed983

Browse files
committed
log
1 parent 5ef0239 commit 83ed983

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

nfcreader/src/main/java/company/tap/nfcreader/internal/NFCApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Copyright (c) 2020 Tap Payments.
1616
* All rights reserved.
1717
**/
18-
public class NFCApplication extends Application {
18+
public class NFCApplication extends Application {
1919
@Override
2020
public void onCreate() {
2121
super.onCreate();

nfcreader/src/main/java/company/tap/nfcreader/open/reader/TapNfcCardReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ protected void onPostExecute(final Object result) {
228228
}
229229

230230
public Collection<String> extractAtsDescription2(final byte[] pAts) {
231+
System.out.println("pAts[]"+pAts);
231232
return AtrUtils.getDescriptionFromAts(BytesUtils.bytesToString(pAts));
232233
}
233234
private byte[] getAts(final IsoDep pIso) {

0 commit comments

Comments
 (0)