youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

基于腾讯bugly实现APP崩溃收集和日志上报 #106

Closed zhaobinglong closed 4 years ago

zhaobinglong commented 4 years ago

link:https://www.jianshu.com/p/611dcd601ad2

zhaobinglong commented 4 years ago

link:https://bugly.qq.com/v2/crash-reporting/dashboard/a5e595c93b?pid=2

zhaobinglong commented 4 years ago

在根节点捕获所有的异常 https://juejin.im/post/5d7927446fb9a06aed714dfb

zhaobinglong commented 4 years ago

FlutterBugly.init(androidAppId: "your android app id",iOSAppId: "your iOS app id")报错: image

zhaobinglong commented 4 years ago

functions must have an explicit list of parameters try adding a parameter list

zhaobinglong commented 4 years ago

link: https://github.com/crazecoder/flutter_bugly/issues/88