문제

I'm involved in building an html5/js/css app that we want to package for both Mac and Win using TideSDK. When using TideSDK Developer, I have access to all logging (Ti.API.debug, etc) in the console tab. Is there any way to see that same logging after I have deployed the packaged app to the desktop?

Thanks, Stephan

도움이 되었습니까?

해결책

You can checkout the logging through webInspector console. The logs are also saved in the file system, check your application data directory for the log file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top