异常上报

1、修改异常上报提示音为系统提示音
2、调试窗控制中心鹰眼本地配置增加提示音开关
This commit is contained in:
xuxinchao
2022-06-17 17:36:43 +08:00
parent 88583b71a3
commit dfc4566b0a
5 changed files with 65 additions and 1 deletions

View File

@@ -117,4 +117,11 @@ object FunctionBuildConfig {
@JvmField
var skinMode = 0
/**
* 异常上报是否有语音提示
*/
@Volatile
@JvmField
var isWarningTone = true
}