diff --git a/example/lib/main.dart b/example/lib/main.dart
index 91cff33136f89a0f1a37340b910fce47ee6a4b26..b8659c5747973bb4c8de59b5955487a6132ef67b 100644
--- a/example/lib/main.dart
+++ b/example/lib/main.dart
@@ -65,6 +65,7 @@ class _MyAppState extends State<MyApp> {
   }
 
   void initBuglyIos(){
+    //Bugly.initIosCrashReport(appId:"87654c7bfa",debugMode: true,serverUrl: "");
     Bugly.initIosCrashReport(appId:"87654c7bfa",debugMode: true);
     Bugly.setUserSceneTag(userSceneTag: 116852);
     Bugly.setAppVersion(appVersion:"1.9.2");