mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2025-03-01 16:59:12 +00:00
!7907 avoid multi-thread check
Merge pull request !7907 from fangting/master
This commit is contained in:
commit
24f2ea3363
@ -4190,7 +4190,6 @@ bool JSNApi::StoreDebugInfo([[maybe_unused]] int tid,
|
||||
return false;
|
||||
}
|
||||
|
||||
CROSS_THREAD_AND_EXCEPTION_CHECK_WITH_RETURN(vm, false);
|
||||
JsDebuggerManager *jsDebuggerManager = vm->GetJsDebuggerManager();
|
||||
const auto &handler = jsDebuggerManager->GetDebugLibraryHandle();
|
||||
if (handler.IsValid()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user