目标C代码在iOS中访问设备控制台日志

时间:2022-05-12 20:45:57

Is there any way to access the device console log as shown in Xcode -> organiser -> device -> console using objective C. I have tried using asl.h but it just gives me the nslog messages.What i want is the other messages to read in objective c program which are logged in device console.

如Xcode ->主办单位->设备->控制台使用objective c访问设备控制台日志是否有办法但是它只给我nslog消息。我想要的是在objective c程序中读取的其他消息,这些消息都记录在设备控制台。

1 个解决方案

#1


1  

In github see this projcet,its help you

在github上看到这个项目,它会帮助你

https://github.com/sumitmundra/AksDeviceConsole

https://github.com/sumitmundra/AksDeviceConsole

#1


1  

In github see this projcet,its help you

在github上看到这个项目,它会帮助你

https://github.com/sumitmundra/AksDeviceConsole

https://github.com/sumitmundra/AksDeviceConsole