Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display system log on iPad/iPhone iOS device?

I want to be able to view all of the NSLog() messages from my App in the App itself. How do I access the system log of the device?

like image 218
MikeN Avatar asked May 28 '11 00:05

MikeN


1 Answers

The answer is at Using Objective C to read log messages posted to the device console

like image 130
Richard Brightwell Avatar answered Nov 06 '22 09:11

Richard Brightwell