xugenyuan

ref |> 启动听云SDK

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -4,7 +4,7 @@ import tingyun, { LogLevel } from '@tingyun/harmonyos';
export class TingyunAPM {
private static TINGYUN_APP_KEY = "" //TODO:
private static TINGYUN_APP_KEY = "ebe0ed7f09f54af681201b784858dde2"
private static TINGYUN_REDIRECT_HOST = "wkrt.tingyun.com"
private static logEnable() {
... ...
... ... @@ -107,8 +107,8 @@ export class StartupManager {
private initTingyun() {
// 暂时不能用,不初始化
// Logger.debug(TAG, "App tingyunAPM 初始化")
// TingyunAPM.initApp(this.context!, DeviceUtil.clientId())
Logger.debug(TAG, "App tingyunAPM 初始化")
TingyunAPM.initApp(this.context!, DeviceUtil.clientId())
}
private initSensorData() {
... ...