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.
2
-
Apple's official public APIs do not allow an iOS app to access Device Logs, assuming you're working an iOS app.Raptor– Raptor2013-10-08 04:49:17 +00:00Commented Oct 8, 2013 at 4:49
-
Check out these previous questions. They provide some possible work arounds for both the console log and the device logs. stackoverflow.com/questions/10394010/… stackoverflow.com/questions/8828965/…Ben Avery– Ben Avery2013-10-08 04:58:06 +00:00Commented Oct 8, 2013 at 4:58
Add a comment
|