Skip to content

Firebase Analytics google_analytics_automatic_screen_reporting_enabled not working #2225

Open
@kkim5

Description

@kkim5

Environment

  • Android Studio version: 4.1.1
  • Firebase Component: Analytics
  • Component version: 18.0.0 ( using bom:26.1.0)

Steps to reproduce:

I added meta-data google_analytics_automatic_screen_reporting_enabled to false in AndroidManifest.xml to disable screen view event. Yesterday screen_view was not sent as I expected but today with the same codebase, it's keep sending screen_view event. I checked on logcat using adb logcat -v time -s FA FA-SVC) as well as DebugView.

Relevant Code:

<meta-data
            android:name="google_analytics_automatic_screen_reporting_enabled"
            android:value="false" />

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions