mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-08-27 21:40:55 -04:00
update tools/rom_ram_analyzer/standard/rom_analyzer.py.
Signed-off-by: flying <pengmengjie1@huawei.com>
This commit is contained in:
@@ -50,7 +50,7 @@ class PreCollector:
|
||||
content = BasicTool.execute(
|
||||
grep_cmd, post_processor=lambda x: x.split('\n'))
|
||||
for item in content:
|
||||
if not item:
|
||||
if not item or not item.split(':')[2].startswith("ohos_sa_profile"):
|
||||
continue
|
||||
self._process_single_sa(item, start_pattern=grep_kw)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user