I am writing a Tizen NUI application and I am testing it on a TV emulator. I've gone through the whole ordeal of creating and installing developer certificates, now my application deploys and runs on the emulator. However, I see no logs. Not in the Tizen Device Manager, not in Visual Studio's Tizen Logs output, nothing.
I tried to manually obtain the logs with sdb, but it didn't work. When I try to run
sdb shell
I get the output
closed
closed
which is not telling me much.
When I give
sdb dlog
I see
- waiting for device -
closed
- waiting for device -
closed
- waiting for device -
....
and so on.
I would be grateful if anyone has any idea on how to go forward. I should have access to a real TV soon, but until then I'd like to be able to continue working nonetheless.
Cheers.