Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto app event logging feature make UI performance down #1218

Open
5 tasks done
TalverseZaidi opened this issue Oct 20, 2023 · 0 comments
Open
5 tasks done

Auto app event logging feature make UI performance down #1218

TalverseZaidi opened this issue Oct 20, 2023 · 0 comments

Comments

@TalverseZaidi
Copy link

TalverseZaidi commented Oct 20, 2023

Checklist before submitting a bug report

Java version

17.0.6

Android version

33

Android SDK version

16.0.0

Installation platform & version

Maven, Gradle, Manual

Package

Core & AppEvents

Goals

I want to use Facebook sdk's app event auto logging feature but keep app UI smooth when the app resumes multiple times.

Expected results

Prevent UI performance from lagging when activity resume multiple times while using Auto app event logging feature.

Actual results

Activities become lag (UI performance down) when the app resumes 2 or more times when I enable auto logging feature in Manifest file:

<meta-data android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
            android:value="true"/>

Steps to reproduce

There are a lot of ways to reproduce this issue by resuming app or activities multiple times, but I found this issue as I was opening a chooser intent multiple times, which makes my activity to be paused multiple times.

Code samples & details

<meta-data android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
            android:value="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant