Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xugenyuan
2024-05-14 15:57:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b9af25682e5ebaa2d2f80863ce1f201bc7136547
b9af2568
1 parent
89b1d71f
ref |> 启动听云SDK
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/commons/wdKit/src/main/ets/tingyunAPM/TingyunAPM.ets
sight_harmony/products/phone/src/main/ets/startupmanager/StartupManager.ets
sight_harmony/commons/wdKit/src/main/ets/tingyunAPM/TingyunAPM.ets
View file @
b9af256
...
...
@@ -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() {
...
...
sight_harmony/products/phone/src/main/ets/startupmanager/StartupManager.ets
View file @
b9af256
...
...
@@ -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() {
...
...
Please
register
or
login
to post a comment