1

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. Commented 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/… Commented Oct 8, 2013 at 4:58

1 Answer 1

1

In github see this projcet,its help you

https://github.com/sumitmundra/AksDeviceConsole

Sign up to request clarification or add additional context in comments.

2 Comments

i dont want my nslog messages to be read but other console message that are shown in device console xcode organizer
that's what my comment talking about.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.