Titanium api.info never shows anything in the console

微笑、不失礼 提交于 2019-12-05 04:17:15
  • Go to Project -> Properties menu.
  • Select Run/Debug Settings on the left panel.
  • Click on Titanium iPhone Simulator - <your project name> on the list and than "Edit..." button.

There is "Log level" property on configuration properties "Platform" panel. Make sure that it's "Info", "Debug" or "Trace" to see Ti.API.info messages on console.

Clean your project and run it again.

Is your console only showing red text? If so, you're displaying the wrong console (there are multiple ones in the Titanium IDE). There should be a drop down menu on the console. Try toggling through the options and searching through the outputs for your Ti.API.info message.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!