Skip to content

Commit 2b33ec4

Browse files
author
Philip Zhang
committed
🚀add log to scan module
1 parent dbf1d99 commit 2b33ec4

File tree

2 files changed

+362
-0
lines changed

2 files changed

+362
-0
lines changed

‎android/src/main/java/com/pdascan/PdaScanModule.java

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ private void sendEvent(ReactContext reactContext, String eventName, WritableMap
8888
params);
8989
}
9090
public PdaScanModule(ReactApplicationContext reactContext) {
91+
Log.i("PdaScannerPlugin", "PdaScanModule start");
9192
super(reactContext);
9293
this.reactContext = reactContext;
9394
IntentFilter xmIntentFilter = new IntentFilter();

0 commit comments

Comments
 (0)