Commit 338b6d7c authored by rockypzhang's avatar rockypzhang

add debug mode switch for ios sdk

parent c339eab3
...@@ -65,6 +65,7 @@ class _MyAppState extends State<MyApp> { ...@@ -65,6 +65,7 @@ class _MyAppState extends State<MyApp> {
} }
void initBuglyIos(){ void initBuglyIos(){
//Bugly.initIosCrashReport(appId:"87654c7bfa",debugMode: true,serverUrl: "");
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