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

Automatic gain control not logged correctly on Android 13 #597

Open
barbeau opened this issue Aug 11, 2022 · 1 comment
Open

Automatic gain control not logged correctly on Android 13 #597

barbeau opened this issue Aug 11, 2022 · 1 comment
Labels
Milestone

Comments

@barbeau
Copy link
Owner

barbeau commented Aug 11, 2022

Describe the bug
On Android 13, automatic gain control is reported via a different method.

Before Android 13, we used:

However, these methods are deprecated in API level 33.

On API level 33 and higher we should instead use:

To Reproduce
Android 13 device will log empty data for AGC and Dashboard reports that it's not supported.

Expected behavior
Report and log AGC correctly on Android 13

Observed behavior
AGC is incorrectly reported as not supported and not logged on Android 13

App, Device and Android version:

Android 13

@barbeau barbeau added the bug label Aug 11, 2022
@barbeau barbeau added this to the v4.0 milestone Aug 11, 2022
@barbeau
Copy link
Owner Author

barbeau commented Aug 11, 2022

I fixed the Dashboard in PR #570 via 057c459, but we need to figure out how to log AGC on Android 13 and higher. I'll leave this issue open for that.

@barbeau barbeau changed the title Automatic gain control not reported correctly on Android 13 Automatic gain control not logged correctly on Android 13 Aug 11, 2022
@barbeau barbeau modified the milestones: v4.0, v4.1 Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant