How to switch off Google "Analytics Ping" in Eclipse
Asked Answered
R

2

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.

Romano answered 27/3, 2017 at 8:22 Comment(0)
A
16

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

Assr answered 13/9, 2017 at 0:53 Comment(1)
This option doesn't appear to have existed back when the question was asked: github.com/gwt-plugins/gwt-eclipse-plugin/issues/331Assr
C
0

enter image description here

I turned Off the tick mark here.

Cabrera answered 20/9, 2022 at 10:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.