添加了初始化界面,修复了人脸数据更新后不能识别的问题
This commit is contained in:
@@ -12,8 +12,9 @@ class MyApp : App() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
Timber.plant(Timber.DebugTree())
|
||||
val deviceId = AppUtil.getUDID(this)
|
||||
var deviceId = AppUtil.getUDID(this)
|
||||
Timber.d("UDID = ${AppUtil.getUDID(this)}")
|
||||
deviceId = "3ea47dc0-3cf0-3c2f-909c-265a9a65572e"
|
||||
GlobalData.deviceId = deviceId
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user