I'm developing watch_clock app ( has <tizen:category name="com.samsung.wmanager.WATCH_CLOCK"/> in config.xml )
In Gear2, I've well used console.log function for debugging my watch_clock app, under the both RUN and DEBUG modes.
For now, with Gear S, a normal app showed console.log output if I run it in DEBUG mode.
But I couldnt get any console.log output at all in Log windows, if the category of app is converted to WATCH_CLOCK.
So Id like to know whether the current Gear S doesnt show any console.log in watch_clock app, or it's just from my some unknown problems.
Is there anyboy who uses console.log for debugging Gear S's watch_clock app?