mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
254 stars 108 forks source link

"JSON_VALIDATION_ERROR_DEBUG_VIEW " error is displayed on the "deletion_request" ping #3017

Open abodea opened 4 years ago

abodea commented 4 years ago

Steps to reproduce

  1. Start app
  2. Disable data upload
  3. Force stop app
  4. Start app
  5. Trigger Glean Debug Activity uploads: adb shell am start -n org.mozilla.tv.firefox/mozilla.telemetry.glean.debug.GleanDebugActivity --es tagPings connect
  6. Enable data upload
  7. Restart FF and launch it again.
  8. Disable data upload

Expected behavior

Deletion_request ping is displayed without errors.

Actual behavior

"JSON_VALIDATION_ERROR_DEBUG_VIEW " error is displayed on the "deletion_request" ping

Device information

```Kotlin
{
"client_info": {
"client_id": "9d50ef2c-3e4b-4be8-b231-8c58df5c27b4",
"first_run_date": "2020-07-16+03:00",
"telemetry_sdk_build": "21.3.0"
},
"metrics": {
"uuid": {
"legacy.ids.client_id": "fe24b3c3-e210-41f8-abdf-0d7d4f5c921d"
}
},
"ping_info": {
"end_time": "2020-07-16T15:33+03:00",
"ping_type": "deletion_request",
"seq": 0,
"start_time": "2020-07-16T13:20+03:00"
}
}

image

Dexterp37 commented 4 years ago

Note that this is probably already fixed by a recent version of Glean. Specifically, this was fixed in 31.2.0 by mozilla/glean#996