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:
@@ -55,6 +55,7 @@ class PreCollector:
|
||||
self._process_single_sa(item, start_pattern=grep_kw)
|
||||
|
||||
def _process_single_sa(self, item: str, start_pattern: str):
|
||||
print(f"item:{item.split(':')}")
|
||||
gn, _, _ = item.split(':')
|
||||
with open(gn, 'r', encoding='utf-8') as f:
|
||||
content = f.read()
|
||||
|
||||
Reference in New Issue
Block a user