flutter_bugly
flutter_bugly copied to clipboard
腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS
```dart /Users/zhancheng/Code/haipei-flutter/android/app/src/debug/AndroidManifest.xml:13:13-64 Error: Attribute provider#androidx.core.content.FileProvider@authorities value=(im.weshine.haipei.fileProvider) from [:flutter_bugly] AndroidManifest.xml:13:13-64 is also present at [com.sangcomz:FishBun:0.9.0] AndroidManifest.xml:14:13-60 value=(im.weshine.haipei.provider). Suggestion: add 'tools:replace="android:authorities"' to element at AndroidManifest.xml:11:9-19:20 to override. FAILURE: Build failed with an...
大概10分钟下发1个用户的样子,那如果有10W用户岂不是疯掉了,不太清楚具体的下发策略
现在急需热更新,大佬。能更新下么
没有运营统计数据
bugly看不到运营统计数据,希望能够加一下
/dalvikvm(16492): Unable to resolve superclass of Lcom/tencent/bugly/beta/tinker/TinkerApplicationLike; (4601) W/dalvikvm(16492): Link of class 'Lcom/tencent/bugly/beta/tinker/TinkerApplicationLike;' failed I/dalvikvm(16492): Could not find method com.tencent.bugly.beta.tinker.TinkerApplicationLike.getTinkerPatchApplicationLike, referenced from method com.tencent.bugly.beta.Beta.installTinker W/dalvikvm(16492): VFY: unable to resolve static...
flutter_bugly_play:0.1.1+1, iOS podSpec 文件名和插件名不对应 , pod install会提示找不到podSpec,需要修改名称才能进行使用 1. flutter_bugly.podSpec 需要更名为: flutter_bugly_play.podSpec 2. podSpec 中内容 :``` s.name = 'flutter_bugly_play' # 修改名字``` 3. pubSpec.yaml: ```name: flutter_bugly_play``` 如果维护play版本还是更新个新版本哇?
 flutter_bugly 里面s.dependency 'Bugly' 没有指定版本,导致自动升级出现问题
runapp 前面加上 WidgetsFlutterBinding.ensureInitialized(); 在flutter 3.10 及更高版本会报出异常 void main() { WidgetsFlutterBinding.ensureInitialized(); FlutterBugly.postCatchedException(() => runApp(MyApp())); } ======== Exception caught by Flutter framework ===================================================== The following assertion was thrown during runApp: Zone mismatch....
请问,debug模式下,能否设置isDebugger? 或者能否设置下,不输出详细日志。
手机是iOS16 > Task . HTTP load failed, 0/0 bytes (error code: -1200 [3:-9816]) Task . finished with error [-1200] Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure...