This commit is contained in:
wangcongtao
2020-07-23 13:20:10 +08:00
parent 760ee0de18
commit c52f276793
31 changed files with 16 additions and 3087 deletions

View File

@@ -227,4 +227,14 @@ public class DebugConfig {
public static void setProductFlavor( String sProductFlavor ) {
DebugConfig.sProductFlavor = sProductFlavor;
}
private static String sSocketAppId;
public static void setSocketAppId( String sSocketAppId ) {
DebugConfig.sSocketAppId = sSocketAppId;
}
public static String getSocketAppId() {
return sSocketAppId;
}
}