From 68dd4048155d9012f21715688103930d2ee4b769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E7=8E=A0?= <xujian.xj@alibaba-inc.com> Date: Thu, 12 Sep 2019 19:50:33 +0800 Subject: [PATCH] add log to debug --- lib/flutter_boost.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/flutter_boost.dart b/lib/flutter_boost.dart index 298bf73..433eff0 100755 --- a/lib/flutter_boost.dart +++ b/lib/flutter_boost.dart @@ -101,6 +101,7 @@ class FlutterBoost { properties["url"] = url; properties["urlParams"] = urlParams; properties["exts"] = exts; + print("[JDEBUGX]------boost2.openPage channel call--------"); return channel.invokeMethod<Map<String,dynamic>>( 'openPage', properties); } -- 2.26.2