Commit c339eab3 authored by rockypzhang's avatar rockypzhang

add debug mode switch for ios sdk

parent 03d01b4b
...@@ -65,7 +65,6 @@ class _MyAppState extends State<MyApp> { ...@@ -65,7 +65,6 @@ class _MyAppState extends State<MyApp> {
} }
void initBuglyIos(){ void initBuglyIos(){
//Bugly.initIosCrashReport(appId:"87654c7bfa",debugMode: true,serverUrl: "https://ios.bugly.qcloud.com/rqd/sync");
Bugly.initIosCrashReport(appId:"87654c7bfa",debugMode: true); Bugly.initIosCrashReport(appId:"87654c7bfa",debugMode: true);
Bugly.setUserSceneTag(userSceneTag: 116852); Bugly.setUserSceneTag(userSceneTag: 116852);
Bugly.setAppVersion(appVersion:"1.9.2"); Bugly.setAppVersion(appVersion:"1.9.2");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment