This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246192 - No usages logging of JavaScript debugger
Summary: No usages logging of JavaScript debugger
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 14:16 UTC by Martin Entlicher
Modified: 2014-08-07 14:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2014-08-01 14:16:08 UTC
JavaScript debugger does not log any usages events.
http://wiki.netbeans.org/UsageLoggingSpecification
Comment 1 Martin Entlicher 2014-08-01 15:26:54 UTC
It was found out, that this event is logged for JavaScript debugger in HTML5:

  <message>USG_DEBUG_SESSION_START</message>
  <key>USG_DEBUG_SESSION_START</key>
  <catalog>org.netbeans.api.debugger.Bundle</catalog>
  <param>http://localhost:8383/ResponsiveRabbits/index.html</param>
  <param>localhost</param>
  <param>JavaScript</param>

Unless more events are necessary, this can be closed...
Comment 2 Martin Entlicher 2014-08-01 15:46:44 UTC
USG_DEBUG_HTML5 event added:
http://hg.netbeans.org/core-main/rev/acdbe5ffbb61
Comment 3 Quality Engineering 2014-08-02 05:07:21 UTC
Integrated into 'main-silver', will be available in build *201408020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/acdbe5ffbb61
User: mentlicher@netbeans.org
Log: #246192: Usage log of an action of JavaScript debugger in HTML5.
Comment 4 Martin Entlicher 2014-08-06 11:35:49 UTC
The usage of JS debugger is reported once per NetBeans session now:
changeset:   277137:a0a98e0f199c
http://hg.netbeans.org/core-main/rev/a0a98e0f199c

Upgrading to P1 to backport the change to release 8.0.1.
Comment 5 Martin Entlicher 2014-08-06 11:45:06 UTC
Pushed to release801:
http://hg.netbeans.org/releases/rev/ac787f8a7545
http://hg.netbeans.org/releases/rev/754a9e17dc2c

"USG_DEBUG_HTML5_JS" message is reported.
Comment 6 Quality Engineering 2014-08-07 14:47:02 UTC
Integrated into 'releases/release801', will be available in build *201408071314* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/ac787f8a7545
User: mentlicher@netbeans.org
Log: #246192: Usage log of an action of JavaScript debugger in HTML5.
(transplanted from acdbe5ffbb61e7ab6f97cc1435909c11fb2b5754)