Status Update
Comments
ra...@google.com <ra...@google.com> #2
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
It would be great if you can provide video and bugreport synced with the same timestamp.
ap...@google.com <ap...@google.com> #3
What
More information
If I'm not mistaken, I need to reproduce the bug while the bug report is being generated, is that correct?
When
Time and frequency
Time when bug report was triggered: Apr 6, 2025 4:42 PM GMT+03:00
Where
Build and device data
- Build Number: google/panther_beta/panther:16/BP22.250221.015/13278879:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 251134035 (25.11.34 (260400-740024306))
System App (Updated)
Android System WebView
com.google.android.webview
Version 699813533 (134.0.6998.135)
System App (Updated)
Network operator: Vodafone UA
SIM operator: Vodafone UA
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
Description
Version used: 1.0.0-beta01
Devices/Android versions reproduced on: Samsung J1 (6.0.1)
I run Worker with exponential backoff strategy and 60 seconds initial delay, however worker is being executed after retry without delay (see log).
The issue is reproducible on Samsung J1 (6.0.1), and partially reproducible on emulator 6.0 (the second retry attempt is made 5 seconds after the first, then works as expected). You may refer to sample project in attachments to try to reproduce the issue.