Hello,
I am fairly new to Tizen and I would like to ask a few questions related to smart TV development. I managed to get my app to emulator and even to rela device throught CLI. But I can't get any logs from it (console.log, network errors, other JS errors, etc...).
I already tried sdb dlog, but only thing I get is repeating closed - waiting for device -. I also tried to connect to device shell, but also with no luck. It looks like, some security protocol is preventing sdb from accessing device.
On the other hand, I can read js logs using tizen studio. Unfortunatelly it is useless to me, since it fails to compile my app. Probably because it contains 3MB+ big JS file (which is actually not too much these days). It just runs out of memory.
Log tab in device manager is also empty for both devices and emualtor.
So, is there any way to get any log output from device or emulator?