After i upgraded to 2012.09 version and opening Gideros Player from Terminal, somehow i cannot see debug message printed on terminal. I need fps, texture, and refcounting info like always. Is it disabled on newer version?
I think this debug info is useful, would like to see it in windows version too.
Comments
I believe it was removed to not interfere with debugger output from debuggers included in IDE's like ZeroBrane and Lua Glider.
You can always use:
Application:getFps() and Application:getTextureMemoryUsage() in your code!
cheers
evs
I've only changed the log level of these messages with 2012.09. Therefore, add this line: