JS Console Logging Stops Working in Tizen Studio Web App After Subsequent Runs

Original Created Dec 22, 2016 | Regeneration Apr 22, 2026

I'm using the most recent release of Tizen Studio on macOS 10.11.6. When I first start an emulator and run my web application, the JavaScript console logging works perfectly. However, when I run the web app again while keeping the emulator open and running, the JS console stops logging.

Is there any solution to prevent this issue? Currently, I have to close and reopen the emulator for each test, which disrupts my workflow.

Problem Understanding

The issue occurs when running a web application multiple times in the same emulator session. While the JavaScript console works initially, subsequent runs fail to display logs, requiring a full emulator restart.

Solution Methods

  1. Use Web Inspector for Debugging:

    • Install Chrome on your development machine
    • Connect to the Web Inspector for real-time debugging and logging
    • Reference: Web Inspector Documentation
  2. Alternative Logging Approach:

    • Implement a custom logging mechanism that writes to a file or displays logs in your application UI
    • This can serve as a backup when the console stops working
  3. Clear Cache Between Runs:

    • Try clearing the application cache before each run
    • This can sometimes resolve logging issues caused by cached scripts

Additional Tips

  • Make sure you're using the latest version of Tizen Studio
  • Consider reporting this issue to the Tizen development team if it persists
  • For complex debugging scenarios, Web Inspector provides more comprehensive tools than the basic console

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.