调试
This commit is contained in:
parent
84a50effed
commit
6a1fb1dfb8
@ -451,7 +451,7 @@ public class AppContext extends CommonAppContext {
|
||||
// FaceManager.initFaceUnity(this);
|
||||
//初始化Adjust
|
||||
String appToken = "d6m0zj5a3k00";
|
||||
String environment = AdjustConfig.ENVIRONMENT_PRODUCTION;
|
||||
String environment = AdjustConfig.ENVIRONMENT_SANDBOX;
|
||||
AdjustConfig config = new AdjustConfig(this, appToken, environment);
|
||||
config.setLogLevel(LogLevel.VERBOSE);
|
||||
Adjust.onCreate(config);
|
||||
|
Loading…
Reference in New Issue
Block a user