Skip to content

Commit

Permalink
feat(ohos): modify devtools demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Jul 8, 2024
1 parent c497b34 commit 2a3d0f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions devtools/devtools-integration/ohos/include/devtools_napi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@

namespace hippy::devtools {

// class DevToolsNapi {
// public:
// // 构造函数
// DevToolsNapi();
// static napi_value Add(napi_env env, napi_callback_info info);
// };


}

Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ struct PageConfiguration {
let params = new EngineInitParams(this.libHippy!, this.abilityContext!)
params.debugServerHost = info.debugServerHost as string
params.debugMode = info.isDebugMode as boolean
params.enableLog = true
// params.remoteServerUrl = 'http://127.0.0.1:38989/index.bundle?debugUrl=ws%3A%2F%2F127.0.0.1%3A38989%2Fdebugger-proxy'
// params.enableLog = true

params.providers = new Array(new ExampleAPIProvider())

Expand Down

0 comments on commit 2a3d0f1

Please sign in to comment.