From 85b7912ec1b9ca65c71c7d21741f9bf4afc8f49d Mon Sep 17 00:00:00 2001 From: buzhenwang Date: Thu, 8 Sep 2022 11:45:26 +0800 Subject: [PATCH] perviewer support hilog js api Signed-off-by: buzhenwang --- runtime/main/extend/systemplugin/napi/index.js | 3 --- 1 file changed, 3 deletions(-) mode change 100755 => 100644 runtime/main/extend/systemplugin/napi/index.js diff --git a/runtime/main/extend/systemplugin/napi/index.js b/runtime/main/extend/systemplugin/napi/index.js old mode 100755 new mode 100644 index c7575605..acb5bb5a --- a/runtime/main/extend/systemplugin/napi/index.js +++ b/runtime/main/extend/systemplugin/napi/index.js @@ -64,7 +64,6 @@ import { mockProcess } from './ohos_process' import { mockUrl } from './ohos_url' import { mockHiAppEvent } from './ohos_hiAppEvent' import { mockHiChecker } from './ohos_hichecker' -import { mockHilog } from './ohos_hilog' import { mockHiSysEvent } from './ohos_hiSysEvent' import { mockHiTraceChain } from './ohos_hiTraceChain' import { mockHiTraceMeter } from './ohos_hiTraceMeter' @@ -399,8 +398,6 @@ export function mockRequireNapiFun() { return mockHiChecker(); case "hiAppEvent": return mockHiAppEvent(); - case "hilog": - return mockHilog(); case "hiSysEvent": return mockHiSysEvent(); case "hidebug":