14

In Eclipse Neon I started getting a dubious background job called "Analytics Ping", if I build (ie. save a file!) or synchronise with eGIT. I believe this is due to GWT (2.8.0). It appears to be poorly implemented in that:

1) Other background jobs queue unnecessarily behind it (it prevents me from updating/committing code!).

2) Like many other background jobs in Eclipse, it doesn't respond to cancellation requests.

Thus, if it has problems "pinging" back, it prevents me from working (And why does it need to ping for every file save?!).

Does anybody know how to switch this off for these versions? Thank you.

greg-449
  • 109,219
  • 232
  • 102
  • 145
nsandersen
  • 896
  • 2
  • 16
  • 41

2 Answers2

16

In Eclipse Preferences > GWT, disable "Share anonymous usage statistics of the GWT Eclipse Plugin..."

yuji
  • 16,695
  • 4
  • 63
  • 64
  • 2
    This option doesn't appear to have existed back when the question was asked: https://github.com/gwt-plugins/gwt-eclipse-plugin/issues/331 – yuji Sep 13 '17 at 01:03
0

enter image description here

I turned Off the tick mark here.

Gaganam Krishna
  • 121
  • 1
  • 4