Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Remove Dup Exception report (#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin726 authored and YorkShen committed Jan 9, 2019
1 parent 99ca6ca commit 8218aeb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ static std::unique_ptr<IPCResult> HandleReportException(
exceptionInfo = exceptionInfoBA->content;
}

LOGE(" ReportException : %s", exceptionInfo);
WeexCoreManager::Instance()->script_bridge()->core_side()->ReportException(
pageId, func, exceptionInfo);

WeexCoreManager::Instance()->script_thread()->message_loop()->PostTask(
weex::base::MakeCopyable([pageId = std::string(pageId),
funcS = std::string(func),
Expand Down

0 comments on commit 8218aeb

Please sign in to comment.