Viewing the console log in iOS7

后端 未结 2 1175
挽巷
挽巷 2020-12-14 16:32

Prior to iOS7, if I wanted to view the output log of an app running on an iOS device, I would use one of:

https://itunes.apple.com/au/app/system-console/id431158981?

2条回答
  •  感情败类
    2020-12-14 16:38

    We're the creator of System Console - https://itunes.apple.com/au/app/system-console/id431158981?mt=8

    It looks like in iOS7 the sandbox now prevents an app from seeing the logs of other apps. In iOS6 apps could no longer see kernel and system log entries. Now in iOS7 you can only see your own logs. For System Console this is obviously a deal breaker.

    I don't see any apps store approved ways of getting around it.

    It might be that we have to find a backdoor way of accessing the logs and release the source code to System Console with this method. i.e you build it yourself.

    Chris

提交回复
热议问题