How to capture standard I/O of iPhone?
For private development purpose, not for public release. I'm trying some kind of irregular things.
ex)
- Printing network stream input to both of iPhone console, and screen.
- Redirecting console output to network stream.
- Redirecting NSLog output to my own program.
- ... (and more)