mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-01 21:14:03 -04:00
!2344 在dump -frontend结果中增加页面控件数统计
Merge pull request !2344 from 李俊峰/dump_page
This commit is contained in:
@@ -3272,6 +3272,7 @@ void PipelineContext::DumpFrontend() const
|
||||
{
|
||||
auto frontend = weakFrontend_.Upgrade();
|
||||
if (frontend) {
|
||||
DumpLog::GetInstance().AddDesc("Components: " + std::to_string(composedElementMap_.size()));
|
||||
frontend->DumpFrontend();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user