refactor dumpsys package activity code

This commit is contained in:
tek
2023-07-31 18:38:41 +02:00
parent ae0e470c56
commit f96f2fe34a
10 changed files with 182 additions and 146 deletions
+3 -2
View File
@@ -2,14 +2,15 @@
# Copyright (c) 2021-2023 Claudio Guarnieri.
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
import pytest
import logging
import pytest
from mvt.common.indicators import Indicators
from mvt.common.module import run_module
from mvt.ios.modules.fs.filesystem import Filesystem
from ..utils import get_ios_backup_folder, delete_tmp_db_files
from ..utils import delete_tmp_db_files, get_ios_backup_folder
@pytest.fixture()