码迷,mamicode.com
首页 > 移动开发 > 详细

iOS及时log日志查看工具 (iConsole)

时间:2014-08-01 12:55:41      阅读:454      评论:0      收藏:0      [点我收藏+]

标签:des   blog   http   os   io   for   2014   ar   

github下载地址:https://github.com/nicklockwood/iConsole

偶然看到的一个iOS及时log日志查看工具,通过该工具,我们可以在任何想看日志的时候,通过手势呼出log日志页,查看app的crash信息或者其他信息。另外,也可以通过查看代码的实现方式,学习在window中,响应手势,这样不管我们进入什么页面,都能呼出iConsole的页面。

希望通过此工具,对各位与iOS有关的朋友提供帮助。

Purpose

iConsole is a simple, pluggable class to enable more useful in-app logging for your iPhone apps. It enables you to check error and crash logs within a built application without needing to connect to the Xcode debugger. It also allows non-technical beta testers of your applications to submit log information to you easily.

iConsole also serves another purpose: Using the command interface it provides an easy way to add debugging commands and let you toggle application features on and off at runtime in a way that can be easily disabled in the final release of your app, and doesn‘t require you to build additional throwaway user interface components.

 

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

 

欢迎转载,转载请注明出处:http://www.cnblogs.com/JuneWang/p/3884388.html 

iOS及时log日志查看工具 (iConsole),布布扣,bubuko.com

iOS及时log日志查看工具 (iConsole)

标签:des   blog   http   os   io   for   2014   ar   

原文地址:http://www.cnblogs.com/JuneWang/p/3884388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!