Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
WAM: jsoncpp shows warnings opening applications in log
Key details
Description
After moving to use jsoncpp, apparently things are working as expected. Though, we see warnings in /var/log/message launching applications:
This seems to be caused by using reader on empty string on most cases. Though in one case (m_groupWindowDesc) it is because we get a "null" string, that does not qualify as valid json either.
After moving to use jsoncpp, apparently things are working as expected. Though, we see warnings in /var/log/message launching applications:
This seems to be caused by using reader on empty string on most cases. Though in one case (m_groupWindowDesc) it is because we get a "null" string, that does not qualify as valid json either.