Merge branch 'dev' into dev_split_ext_share
# Conflicts: # foudations/mogo-commons/src/main/java/com/mogo/commons/debug/DebugConfig.java
This commit is contained in:
@@ -122,4 +122,17 @@ public class DebugConfig {
|
||||
public static int getAIType(){
|
||||
return sAIType;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否作为launcher运行
|
||||
*/
|
||||
private static boolean sIsLauncher = false;
|
||||
|
||||
public static boolean isLauncher() {
|
||||
return sIsLauncher;
|
||||
}
|
||||
|
||||
public static void setLauncher( boolean isLauncher ) {
|
||||
DebugConfig.sIsLauncher = isLauncher;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user