|
|
@@ -148,7 +148,7 @@ public class SheepApp extends BaseApplication {
|
|
|
Beta.autoDownloadOnWifi = !BuildConfig.DEBUG;
|
|
|
Bugly.init(getApplicationContext(), Config.BUGLY_APPID, BuildConfig.DEBUG);
|
|
|
//开发设备
|
|
|
- Bugly.setIsDevelopmentDevice(getApplicationContext(), ReactUtil.isSmallDebug());
|
|
|
+ Bugly.setIsDevelopmentDevice(getApplicationContext(), ConfigUtil.isSmallDebug());
|
|
|
}
|
|
|
AppUsageManager.getInstance().needOpenLookAppUsageStatsPermisson(true);//尝试保存应用使用情况的数据
|
|
|
LogUtil.println("SheepApp onActivityCreated", mActivityCount);
|