0

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.

Radek Wilczak
  • 299
  • 5
  • 14

1 Answers1

0

That functionality never got added to weinre.

Feel free to send a pull request!

Patrick Mueller
  • 697
  • 1
  • 6
  • 13