Merge branch 'main' into feature/deduplicate-adb-aqf-modules

This commit is contained in:
besendorf
2025-10-05 18:04:01 +02:00
committed by GitHub
25 changed files with 264 additions and 101 deletions

View File

@@ -54,3 +54,8 @@ class TestBugreportAnalysis:
def test_getprop_module(self):
m = self.launch_bug_report_module(DumpsysGetProp)
assert len(m.results) == 0
def test_tombstones_modules(self):
m = self.launch_bug_report_module(Tombstones)
assert len(m.results) == 2
assert m.results[1]["pid"] == 3559