mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-19 22:43:32 -04:00
perviewer support hilog js api
Signed-off-by: buzhenwang <buzhenwang@huawei.com>
This commit is contained in:
Executable → Regular
-3
@@ -64,7 +64,6 @@ import { mockProcess } from './ohos_process'
|
|||||||
import { mockUrl } from './ohos_url'
|
import { mockUrl } from './ohos_url'
|
||||||
import { mockHiAppEvent } from './ohos_hiAppEvent'
|
import { mockHiAppEvent } from './ohos_hiAppEvent'
|
||||||
import { mockHiChecker } from './ohos_hichecker'
|
import { mockHiChecker } from './ohos_hichecker'
|
||||||
import { mockHilog } from './ohos_hilog'
|
|
||||||
import { mockHiSysEvent } from './ohos_hiSysEvent'
|
import { mockHiSysEvent } from './ohos_hiSysEvent'
|
||||||
import { mockHiTraceChain } from './ohos_hiTraceChain'
|
import { mockHiTraceChain } from './ohos_hiTraceChain'
|
||||||
import { mockHiTraceMeter } from './ohos_hiTraceMeter'
|
import { mockHiTraceMeter } from './ohos_hiTraceMeter'
|
||||||
@@ -399,8 +398,6 @@ export function mockRequireNapiFun() {
|
|||||||
return mockHiChecker();
|
return mockHiChecker();
|
||||||
case "hiAppEvent":
|
case "hiAppEvent":
|
||||||
return mockHiAppEvent();
|
return mockHiAppEvent();
|
||||||
case "hilog":
|
|
||||||
return mockHilog();
|
|
||||||
case "hiSysEvent":
|
case "hiSysEvent":
|
||||||
return mockHiSysEvent();
|
return mockHiSysEvent();
|
||||||
case "hidebug":
|
case "hidebug":
|
||||||
|
|||||||
Reference in New Issue
Block a user