Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【需求】tidevice crashreport只能导出目录,不能导出指定文件 #355

Open
icemanzch opened this issue Oct 25, 2023 · 0 comments

Comments

@icemanzch
Copy link

`def cmd_crashreport(args: argparse.Namespace):
d = _udid2device(args.udid)
cm = d.get_crashmanager()
if args.list:
cm.preview()
return
if args.clear:
cm.remove_all()
return
if not args.output_directory:
print("OUTPUT_DIRECTORY must be provided")
sys.exit(1)

remove: bool = not args.keep
cm.afc.pull("/", args.output_directory, remove=remove)
logger.info("Done")`

希望增加对导出单个指定文件的支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant