I'm using weinre to see console from Sencha Touch application running on iPhone Simulator.
console.log() works correctly, and I can see it in weinre console, but console.time('a') and console.timeEnd('a') doesn't working at all. Why?
I compile Sencha Touch application with Sencha Cmd, not with PhoneGap.