Merge branch 'develop' into release

This commit is contained in:
Liuyf 2025-01-08 14:59:35 +08:00
commit 108bc6944b

View File

@ -8,9 +8,9 @@ class App : FlutterApplication() {
override fun onCreate() {
super.onCreate()
UMConfigure.setLogEnabled(true);
// UMConfigure.setLogEnabled(true);
//友盟预初始化
UMConfigure.preInit(getApplicationContext(), "671244cf80464b33f6df9648", "Product");
// UMConfigure.preInit(getApplicationContext(), "671244cf80464b33f6df9648", "Product");
Log.d("MyApplication", "Application has started")
}
}