mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-18 12:35:31 -04:00
perviewer support hilog js api Signed-off-by: buzhenwang <buzhenwang@huawei.com>
This commit is contained in:
@@ -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'
|
||||
@@ -402,8 +401,6 @@ export function mockRequireNapiFun() {
|
||||
return mockHiChecker();
|
||||
case "hiAppEvent":
|
||||
return mockHiAppEvent();
|
||||
case "hilog":
|
||||
return mockHilog();
|
||||
case "hiSysEvent":
|
||||
return mockHiSysEvent();
|
||||
case "hidebug":
|
||||
|
||||
Reference in New Issue
Block a user