Question
I'm encountering an error when trying to use the Log view to debug my native application in Tizen Studio. I've already tried reinstalling Tizen Studio and testing with different projects, but the issue persists. The error occurs consistently when attempting to access the Log view.
Error stack trace:
java.lang.Exception
at org.eclipse.ui.internal.ViewReference.createErrorPart(ViewReference.java:115)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:101)
... [additional stack trace lines]
I couldn't find any similar reports of this issue through online searches. Has anyone encountered this problem before and found a solution?
Answer
Problem Understanding
The error occurs when trying to access the Log view in Tizen Studio, specifically with the "org.tizen.common.connection.log.LogView" component. This appears to be related to changes in Tizen Studio versions.
Solution Methods
-
Upgrade to Tizen Studio 3.7 or later:
- In Tizen Studio 3.6, the LogView was temporarily disabled for technical reasons
- Download and install the latest version from: https://developer.samsung.com/tizen/tizen-studio
-
Create a new workspace:
- If you're using an existing workspace, try creating a new one after upgrading
- This helps avoid potential conflicts from previous configurations
-
Alternative logging method:
- In Tizen Studio 3.6, you can still access device logs through the Device Manager
- Open Device Manager → Select your device → Click on the "Log" tab
Additional Tips
- The latest Tizen Studio versions have improved logging capabilities
- If you're not using Java for other applications, you can safely remove Java installations as newer Tizen Studio versions don't require it
- For persistent issues, consider reporting the problem through the official Tizen developer channels