[jbosstools-issues] [JBoss JIRA] (JBIDE-13990) Linux usage stats hardcoded to x86 so no data collected for x86_64
Andre Dietisheim (JIRA)
jira-events at lists.jboss.org
Thu Jun 20 11:07:20 EDT 2013
[ https://issues.jboss.org/browse/JBIDE-13990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783349#comment-12783349 ]
Andre Dietisheim commented on JBIDE-13990:
------------------------------------------
PR for 4.1.0.Beta2: https://github.com/jbosstools/jbosstools-base/pull/138
PR for master: https://github.com/jbosstools/jbosstools-base/pull/137
> Linux usage stats hardcoded to x86 so no data collected for x86_64
> ------------------------------------------------------------------
>
> Key: JBIDE-13990
> URL: https://issues.jboss.org/browse/JBIDE-13990
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: usage
> Affects Versions: 4.0.1.Final, 4.1.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Labels: respin-a
> Fix For: 4.1.0.Beta2
>
>
> [~maxandersen] found this bug today when looking at why we have no 64-bit Linux usage data:
> {code:title=https://github.com/jbosstools/jbosstools-base/blob/master/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/EclipseUserAgent.java#L35}
> private static final String USERAGENT_LINUX = "{0}/{1} (X11; U; Linux i686; {3})"; //$NON-NLS-1$
> {code}
> Suggestion: we should replace i686 with \{2\}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list