Confirmed users
975
edits
(Created page with "== Local development == This is currently how I (mcomella) test local telemetry. It could be improved. === Start a local gzip server === * Get a server: <pre>git clone https:...") |
|||
| Line 13: | Line 13: | ||
=== Check the results === | === Check the results === | ||
* If you're using a local IP, make sure your computer & your device are on the same network | |||
* e.g. for the core ping should be sent every time the application is opened so close and open fennec to be sure a ping is sent. | * e.g. for the core ping should be sent every time the application is opened so close and open fennec to be sure a ping is sent. | ||
* The gzip server output should say which file the ping was saved in | * The gzip server output should say which file the ping was saved in | ||
* `cat <that-file>` to ensure your ping looks correct. | * `cat <that-file>` to ensure your ping looks correct. | ||