|
|
@@ -85,12 +85,14 @@
|
|
|
|
|
|
|
|
|
//启动后台保活
|
|
|
- [AudioSessionObject shareManager];
|
|
|
+ //[AudioSessionObject shareManager];
|
|
|
[self MonitorNetworkChangesFun];
|
|
|
|
|
|
+#ifdef DEBUG
|
|
|
[[PLeakSniffer sharedInstance] installLeakSniffer];
|
|
|
-
|
|
|
- //[Bugly startWithAppId:@"179559a521"];
|
|
|
+#else
|
|
|
+ [Bugly startWithAppId:@"179559a521"];
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
[[UIDevice currentDevice] setBatteryMonitoringEnabled:YES];
|