diff --git a/mvt/android/cli.py b/mvt/android/cli.py index 878c8a1..220a2d4 100644 --- a/mvt/android/cli.py +++ b/mvt/android/cli.py @@ -145,6 +145,7 @@ def check_adb(ctx, iocs, output, list_modules, module, serial): if len(timeline_detected) > 0: save_timeline(timeline_detected, os.path.join(output, "timeline_detected.csv")) + #============================================================================== # Check ADB backup #==============================================================================