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

updateAcquireFence: Did not find frame #954

Closed
hason1 opened this issue Nov 7, 2023 · 5 comments
Closed

updateAcquireFence: Did not find frame #954

hason1 opened this issue Nov 7, 2023 · 5 comments

Comments

@hason1
Copy link

hason1 commented Nov 7, 2023

My app still show these messages in Terminal when I add BannerAd in the listview. It runs so many times.
The app has been slower with BannerAd google_mobile_ads

google_mobile_ads: ^3.1.0
Flutter 3.13.9

How to solve it

 Background concurrent copying GC freed 694904(23MB) AllocSpace objects, 0(0B) LOS objects, 24% free, 75MB/99MB, paused 99us,54us total 190.032ms
I/Ads     (26732): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("685AB354ACED413E7A11B3079F3152BC")) to get test ads on this device.
W/ConnectionStatusConfig(26732): Dynamic lookup for intent failed for action: com.google.android.gms.ads.service.CACHE
W/ConnectionStatusConfig(26732): Dynamic lookup for intent failed for action: com.google.android.gms.ads.service.START
I/Ads     (26732): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("685AB354ACED413E7A11B3079F3152BC")) to get test ads on this device.
W/Ads     (26732): Not retrying to fetch app settings
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : linkToDeath
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : detach
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.prewarmservice.PrewarmService})
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : linkToDeath
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : detach
I/Ads     ( 2911): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("685AB354ACED413E7A11B3079F3152BC")) to get test ads on this device.
W/ConnectionStatusConfig( 2911): Dynamic lookup for intent failed for action: com.google.android.gms.ads.service.START
I/Ads     ( 2911): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("685AB354ACED413E7A11B3079F3152BC")) to get test ads on this device.
W/Ads     ( 2911): Not retrying to fetch app settings
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : detach
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : Unbind from service.
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : prewarm(com.osamab.sumer)
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : Initiate binding to the service.
E/FrameEvents( 2911): updateAcquireFence: Did not find frame.
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.prewarmservice.PrewarmService})
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : linkToDeath
E/FrameEvents( 2911): updateAcquireFence: Did not find frame.
E/FrameEvents( 2911): updateAcquireFence: Did not find frame.
E/FrameEvents( 2911): updateAcquireFence: Did not find frame.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
W/Ads     ( 2911): canOpenAppGmsgHandler disabled.
I/PlayCore( 2911): UID: [10549]  PID: [2911] PrewarmService : detach
@malandr2
Copy link
Collaborator

malandr2 commented Nov 7, 2023

Hi @hason1

Which device are you seeing this issue? (OS, model)

Please provide a completed and minimal reproducible code sample that doesn’t include other 3rd party plugins or complex production code so that we may verify this. Also, please provide the output of flutter doctor -v as well.

Thank you!

@huycozy huycozy added the in triage Issue currently being evaluated label Nov 8, 2023
@huycozy
Copy link
Collaborator

huycozy commented Nov 8, 2023

E/FrameEvents(26732): updateAcquireFence: Did not find frame.
E/FrameEvents(26732): updateAcquireFence: Did not find frame.

@hason1 This message is from platform-views. I also see it with a pure platform-views example.

Per flutter/flutter#104268 (comment):

The message updateAcquireFence: Did not find frame. isn't something to be worried about.
The Android team told us that this is likely a bug in HWUI and doesn't signal an error.

The app has been slower with BannerAd google_mobile_ads

For this issue, please provide information as Justin mentioned above so that we may verify this issue properly.

@huycozy huycozy added the feedback required Further information is requested label Nov 8, 2023
@malandr2
Copy link
Collaborator

Closing this issue out due to inactivity

@malandr2 malandr2 removed feedback required Further information is requested in triage Issue currently being evaluated labels Nov 20, 2023
@alexw92
Copy link

alexw92 commented Feb 26, 2024

Same issue for google_mobile_ads: ^4.0.0. I get this when banner ads are displayed and in a list this error is spammed every time a scroll happens. I am using Samsung Galaxy s23 with Android 14

@alobban
Copy link

alobban commented Mar 15, 2024

Any update on this as yet? I am using google_mobile_ads@4.0.0 with my Flutter app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants