diff --git a/screenshot32/resource/app_capture_screen_test_config.json b/screenshot32/resource/app_capture_screen_test_config.json index 02dff81161084a8b9e6ab2bfaa1641a481be6d18..5e3ac0d8f89bcfe629e15ad98ac8a2e62d391bff 100644 --- a/screenshot32/resource/app_capture_screen_test_config.json +++ b/screenshot32/resource/app_capture_screen_test_config.json @@ -139,7 +139,7 @@ "entry": "aa start -a ohos.samples.distributedmusicplayer.MainAbility -b ohos.samples.distributedmusicplayer", "kill_distributedmusicplayer": ["killall ohos.samples.distributedmusicplayer"], "all_actions": [ - [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "shot_cmd"], [1, "cmp_cmd-level"], [1, "kill_distributedmusicplayer"] + [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "shot_cmd"], [1, "cmp_cmd-level", 960000], [1, "kill_distributedmusicplayer"] ] } ] diff --git a/screenshot32/resource/capturescreentest.py b/screenshot32/resource/capturescreentest.py index 36f9f3ee4e3e494e58bf7c5ff611072476e0c607..fd9befc8408dc9697066609616c847c2e7d5d29b 100644 --- a/screenshot32/resource/capturescreentest.py +++ b/screenshot32/resource/capturescreentest.py @@ -608,7 +608,6 @@ if __name__ == "__main__": EnterShellCmd("hilog -w stop", 1) EnterShellCmd("cd /data/log/hilog && tar -cf distributed_log.tar *", 1) GetFileFromDev("/data/log/hilog/distributed_log.tar", args.save_path) - SysExit() EnterShellCmd("cd /data/log/faultlog/temp && tar -cf after_test_crash_log_{}.tar cppcrash*".format(args.device_num)) GetFileFromDev("/data/log/faultlog/temp/after_test_crash_log_{}.tar".format(args.device_num), \