This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
[Bug] fenix glean telemetry ping debug or exfiltration issues #3184
Labels
🐞 bug
Crashes, Something isn't working, ..
Steps to reproduce
checkout mozilla-mobile/fenix
build it
install fenix apk on android device
enable USB debugging, connect device to workstation
(make sure connected, when device is continue...)
adb shell am start
Wn org.mozilla.fenix.debug/org.mozilla.fenix.IntentReceiverActivitya android.intent.action.VIEWd https://www.theguardian.com/world/alladb logcat -c;
adb logcat
adb shell am start
n org.mozilla.fenix.debug/mozilla.components.service.glean.debug.GleanDebugActivityez logPings true-es sendPing metricsExpected behavior
in workstation terminal #2, expect logcat spew with contents of the metrics ping in JSON format
(note, have checked that settings/Data Choices/telemetry is on)
Actual behavior
variously:
06-05 12:28:08.909 1171 1171 I chatty : uid=1000 system_server expire 2 lines
06-05 12:28:14.658 1171 1171 V SettingsProvider: Notifying for 0: content://settings/system/screen_brightness
06-05 12:28:33.564 1171 5588 I ActivityManager: START u0 {flg=0x10000000 cmp=org.mozilla.fenix.debug/mozilla.components.service.glean.debug.GleanDebugActivity (has extras)} from uid 2000
06-05 12:28:33.568 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH ON
06-05 12:28:33.579 8983 8983 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@b92910e
06-05 12:28:33.590 8983 8983 E glean/GleanDebugActivity: Glean is not initialized. It may be disabled by the application.
or:
06-04 15:51:56.688 20215 20247 D glean/PingMaker: Collecting metrics
06-04 15:51:56.688 20215 20247 D glean/Glean: No content for ping 'PingType(name=metrics, includeClientId=true).name', therefore no ping queued.
06-04 15:51:56.688 1171 3531 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=org.mozilla.fenix cmp=org.mozilla.fenix/.HomeActivity} from uid 10152
06-04 15:51:56.691 1171 3531 W ActivityManager: Duplicate finish request for ActivityRecord{32fe7e2 u0 org.mozilla.fenix/mozilla.components.service.glean.debug.GleanDebugActivity t479 f} (
note, the following ways to get at 'ye old school telemetry GV' on the same device during the same time:
Device information
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: