|
|
|
@@ -109,7 +109,7 @@ public class DWebView extends WebView { |
|
|
|
arg = args.get("data"); |
|
|
|
} |
|
|
|
|
|
|
|
Log.e("testjs", "dweb method " + methodName + " string " + arg); |
|
|
|
Log.e("testjs", "dweb method " + methodName + " arg " + arg + " args " + args); |
|
|
|
} catch (JSONException e) { |
|
|
|
error = String.format("The argument of \"%s\" must be a JSON object string!", methodName); |
|
|
|
PrintDebugInfo(error); |
|
|
|
|