Languages

Menu
Sites
Language
Debug JS Service

Hi,

I'm trying to port a web application on tizen OS for a Samsung TV. This app use a JS service as backend, it's the service that have the logic to choose what is displayed on the web application.

So far, I fail to launch the service successfully. I followed the documentation to register the launch of my service by exporting an onStart function.

The problem is that what happens on the Tizen TV is a black box. It seems impossible to open a shell on the device to see what happen.

I wish I could see the log of my JS service to figure out what's the problem. How could I do that ? How could I debug the backend JS service ?

I tried to add logging to my onStart function and did not seems to do anything... So I'd love to have some tips about how I should proceed.

Thanks for the help you can provide.

Edited by: Anonymous on 02 Sep, 2020