aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2021-08-18 11:17:44 -0700
committerGitHub <noreply@github.com>2021-08-18 11:17:44 -0700
commit0eac17715f3166965ce7dab70efd7f0f677fff10 (patch)
tree412950acc9511214a1d8a350d0a2d434b3934b30 /docs
parent7a64657565fca3fab7078b3156bed198118e1f09 (diff)
downloadoboe-0eac17715f3166965ce7dab70efd7f0f677fff10.tar.gz
Update Disconnects note
Diffstat (limited to 'docs')
-rw-r--r--docs/notes/disconnect.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/notes/disconnect.md b/docs/notes/disconnect.md
index 08ee633b..a1796c49 100644
--- a/docs/notes/disconnect.md
+++ b/docs/notes/disconnect.md
@@ -21,8 +21,8 @@ An app may then choose to reopen a stream.
## Workaround for not Disconnecting Properly
-On some versions of Android P the disconnect message does not reach AAudio and the app will not
-know that the device has changed. There is a "Test Disconnects" option in
+On some versions of Android P, and some early versions of Q, the disconnect message does not reach AAudio and the app will not
+know that the device has changed. There is a "TEST DISCONNECT" option in
[OboeTester](https://github.com/google/oboe/tree/master/apps/OboeTester/docs)
that can be used to diagnose this problem.
@@ -60,6 +60,7 @@ You can register for the Intent when your app resumes and unregister when it pau
* [#381](https://github.com/google/oboe/issues/381) Connecting headphones does not trigger any event. S9
* [#893](https://github.com/google/oboe/issues/893) onErrorBeforeClose and onErrorAfterClose not called, S10
* [#908](https://github.com/google/oboe/issues/908) Huawei MAR-LX3A
+ * [#1350](https://github.com/google/oboe/issues/1350) SM-G977B fails "Test Disconnects"
* This issue is tracked internally as b/111711159.
* A fix in AOSP is [here](https://android-review.googlesource.com/c/platform/frameworks/av/+/836184)
* A fix was also merged into pi-dev on July 30, 2018.