Commit 2ec5b37e by 徐健

Merge branch 'feature/v3' of…

Merge branch 'feature/v3' of ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component into feature/v3
parents 383d669f c99a55b5
...@@ -70,7 +70,7 @@ ext { ...@@ -70,7 +70,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.29.4", "ydl-platform" : "0.0.29.5",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.28.14", "ydl-webview" : "0.0.28.14",
...@@ -116,7 +116,7 @@ ext { ...@@ -116,7 +116,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.29.4", "ydl-platform" : "0.0.29.5",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.28.13", "ydl-webview" : "0.0.28.13",
......
...@@ -23,6 +23,10 @@ public class YdlBuryPointUtil { ...@@ -23,6 +23,10 @@ public class YdlBuryPointUtil {
//初始化 //初始化
public static void init(Context context1){ public static void init(Context context1){
init(context1,false);
}
public static void init(Context context1,Boolean isEditAlis){
try { try {
context = context1; context = context1;
String appEnv = BaseApp.instance.getGlobalConfig().getAppEnv(); String appEnv = BaseApp.instance.getGlobalConfig().getAppEnv();
...@@ -50,7 +54,7 @@ public class YdlBuryPointUtil { ...@@ -50,7 +54,7 @@ public class YdlBuryPointUtil {
YdlPushAgent.init(registerEventBean,BuildConfig.DEBUG); YdlPushAgent.init(registerEventBean,BuildConfig.DEBUG);
BuryPointHelper.setDebug(isTest,false,true,BuildConfig.DEBUG); BuryPointHelper.setDebug(isTest,isEditAlis,true,BuildConfig.DEBUG);
BuryPointHelper.init(); BuryPointHelper.init();
}catch (Exception e){ }catch (Exception e){
...@@ -58,6 +62,7 @@ public class YdlBuryPointUtil { ...@@ -58,6 +62,7 @@ public class YdlBuryPointUtil {
} }
} }
//重新登录 //重新登录
public static void reLogin(){ public static void reLogin(){
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment