opt
This commit is contained in:
@@ -371,4 +371,17 @@ public class DebugConfig {
|
||||
public static void setNeedHideAdasWhenShare( boolean isNeedHideAdas ) {
|
||||
DebugConfig.isNeedHideAdasWhenShare = isNeedHideAdas;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否需要实时上报坐标位置
|
||||
*/
|
||||
private static boolean sIsNeedUploadCoordinatesInTime = false;
|
||||
|
||||
public static boolean isNeedUploadCoordinatesDurationInTime() {
|
||||
return sIsNeedUploadCoordinatesInTime;
|
||||
}
|
||||
|
||||
public static void setNeedUploadCoordinatesInTime( boolean sIsNeedUploadCoordinatesInTime ) {
|
||||
DebugConfig.sIsNeedUploadCoordinatesInTime = sIsNeedUploadCoordinatesInTime;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user