crazecoder / flutter_bugly

腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS
Other
597 stars 163 forks source link

运行时会提示 bugly debug模式开启,没有接口关闭debug模式吗? #19

Closed jethroHuang closed 5 years ago

jethroHuang commented 5 years ago

Bugly debug模式开启,请在发布时把isDebug关闭。 -- Running in debug model for 'isDebug' is enabled. Please disable it when you release.

crazecoder commented 5 years ago
 Bugly.init(activity.getApplicationContext(), call.argument("appId").toString(), BuildConfig.DEBUG);

打包自动关