Showing
4 changed files
with
2 additions
and
2 deletions
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | "license": "Apache-2.0", | 7 | "license": "Apache-2.0", |
| 8 | "packageType": "InterfaceHar", | 8 | "packageType": "InterfaceHar", |
| 9 | "dependencies": { | 9 | "dependencies": { |
| 10 | - "library": "file:./src/main/ets/getuiPush/GTSDK-1.0.1.0.har", | 10 | + "library": "file:./src/main/ets/getuiPush/GT-HM-1.0.4.har", |
| 11 | "wdConstant": "file:../../commons/wdConstant", | 11 | "wdConstant": "file:../../commons/wdConstant", |
| 12 | "wdLogin": "file:../../features/wdLogin", | 12 | "wdLogin": "file:../../features/wdLogin", |
| 13 | "wdKit": "file:../../commons/wdKit", | 13 | "wdKit": "file:../../commons/wdKit", |
No preview for this file type
No preview for this file type
| @@ -48,7 +48,7 @@ export class GetuiPush { | @@ -48,7 +48,7 @@ export class GetuiPush { | ||
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | init(context: common.UIAbilityContext) { | 50 | init(context: common.UIAbilityContext) { |
| 51 | - | 51 | + Logger.debug(TAG, "个推SDK开始初始化....") |
| 52 | const isOnlineEnv = HostManager.getHost() === HostEnum.HOST_PRODUCT | 52 | const isOnlineEnv = HostManager.getHost() === HostEnum.HOST_PRODUCT |
| 53 | 53 | ||
| 54 | PushManager.initialize({ | 54 | PushManager.initialize({ |
-
Please register or login to post a comment