Skip to content

Commit 88e29fa

Browse files
committed
Added log in method all handler
1 parent 4f4724c commit 88e29fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/in/jvapps/system_alert_window/MethodCallHandlerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class MethodCallHandlerImpl implements MethodChannel.MethodCallHandler, P
5252
@Override
5353
public void onMethodCall(@NonNull MethodCall call, @NonNull MethodChannel.Result result) {
5454
try {
55+
LogUtils.getInstance().d(TAG, "On method call " + call.method);
5556
Context mContext = ContextHolder.getApplicationContext();
5657
String prefMode;
5758
JSONArray arguments;

0 commit comments

Comments
 (0)