gpt4 book ai didi

objective-c - NSFilemanager 委托(delegate)方法中的 syslog

转载 作者:行者123 更新时间:2023-12-03 17:24:39 25 4
gpt4 key购买 nike

我正在使用 copyItemAtPath:toPath:error: 方法通过 fileManager:shouldCopyItemAtPath:toPath:fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:< 进行复制操作
NSFilemanager 的委托(delegate)方法。我没有从委托(delegate)方法打印任何日志。

但是在控制台应用程序(所有消息)上我收到了很多日志:

reading from FilePath: Is a directory
open on FilePath: No such file or directory
open on FilePath:File exists
Cannot make directory FilePath: File exists

由于 fileManager:shouldProceedAfterError:copyingItemAtPath:toPath: 委托(delegate)方法而出现日志。
编辑:
我的应用程序示例:

        2534 -[NSFileManager copyItemAtPath:toPath:error:]
2534 -[__NSOperationInternal start]
2533 -[NSDirectoryTraversalOperation main]
1548 -[NSFilesystemItemCopyOperation _handleFTSEntry:]
817 setattrlist$UNIX2003
722 copyfile
258 lstatx_np$INODE64
258 statx1
255 __lstat64_extended
2 filesec_set_property
2 uuid_copy
1 malloc
1 malloc_zone_malloc
1 szone_malloc_should_clear
1 tiny_malloc_from_free_list
...
7 copyfile_stat
3 syslog
3 vsyslog

copyItemAtPath:toPath:error: 正在使用 syslog 打印日志。如何重定向syslog输出?有人可以帮我吗? Sample Application for Copy

最佳答案

我收到苹果支持的回复:

The issue behaves as intended.

关于objective-c - NSFilemanager 委托(delegate)方法中的 syslog,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10596315/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com