Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
so...@gmail.com <so...@gmail.com> #2
Is there any hope that this will be looked at any time soon?
I find it pretty disappointing that there is no way to debug queries. I am using Room in an application with foreign key relationships, and these are failing silently and for some mysterious reason, and I have no way to debug my queries other than manually adding a bunch of LogCat logs.
Thank you for considering this.
I find it pretty disappointing that there is no way to debug queries. I am using Room in an application with foreign key relationships, and these are failing silently and for some mysterious reason, and I have no way to debug my queries other than manually adding a bunch of LogCat logs.
Thank you for considering this.
re...@gmail.com <re...@gmail.com> #3
Hello
Room database looks very promising and interesting, But I am still on initial stage of learning it and I am facing the problem of not being able to see log outputs of the database.
While implementing / learning debugging should be enabled.
It would be extremely helpful if we can have debugging logs for Room database implementation.
Thanks and regards
Abhiroop Nandi Ray
Room database looks very promising and interesting, But I am still on initial stage of learning it and I am facing the problem of not being able to see log outputs of the database.
While implementing / learning debugging should be enabled.
It would be extremely helpful if we can have debugging logs for Room database implementation.
Thanks and regards
Abhiroop Nandi Ray
[Deleted User] <[Deleted User]> #4
sorry, we are not agianst this feature but it is just not a high priority right now.
You can technically implement this outside room by providing your logging support sqlite open helper.
you can also consider sending a CL ? :)
https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev
You can technically implement this outside room by providing your logging support sqlite open helper.
you can also consider sending a CL ? :)
te...@gmail.com <te...@gmail.com> #5
tr...@gmail.com <tr...@gmail.com> #6
[Deleted User] <[Deleted User]> #7
This is needed for asserting query execution and increasing the speed of adoption of the framework. Please prioritize higher as simple as it is.
[Deleted User] <[Deleted User]> #8
Please, it would be very helpful for developers to be able to debug room operations in an easy way.
tr...@gmail.com <tr...@gmail.com> #9
Please, it would be very helpful for a more complicated erd, prioritize higher as soon as possible.
iv...@gmail.com <iv...@gmail.com> #10
this looks like a perfect candidate for external contribution.
It is also probably better to implement this in the androidx.sqlite package instead to ensure all queries are covered.
sa...@gmail.com <sa...@gmail.com> #11
Project: platform/frameworks/support
Branch: androidx-master-dev
commit ab6d205c0217a0ed5c170bf6ceadb20422947699
Author: Elif Bilgin <elifbilgin@google.com>
Date: Tue Nov 17 13:50:26 2020
Implementing functionality for a general callback function for SQLite queries. If possible, bind arguments are provided to the callback in addition to the SQLite query statement. This callback may be used for logging executed queries, in which case it is recommended to use an immediate executor.
This CL will be followed up by a CL resolving b/174478034 .
Test: Tests have been added QueryInterceptorTest.kt
Relnote: Add query callback feature to Room.
Bug: 74877608
Change-Id: Iaa513e39115f0c9c68359774fa70e1d3dd022c39
A room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/QueryInterceptorTest.kt
M room/runtime/api/current.txt
M room/runtime/api/public_plus_experimental_current.txt
M room/runtime/api/restricted_current.txt
A room/runtime/src/main/java/androidx/room/QueryInterceptorDatabase.java
A room/runtime/src/main/java/androidx/room/QueryInterceptorOpenHelper.java
A room/runtime/src/main/java/androidx/room/QueryInterceptorOpenHelperFactory.java
A room/runtime/src/main/java/androidx/room/QueryInterceptorStatement.java
M room/runtime/src/main/java/androidx/room/RoomDatabase.java
https://android-review.googlesource.com/1502194
Branch: androidx-master-dev
commit ab6d205c0217a0ed5c170bf6ceadb20422947699
Author: Elif Bilgin <elifbilgin@google.com>
Date: Tue Nov 17 13:50:26 2020
Implementing functionality for a general callback function for SQLite queries. If possible, bind arguments are provided to the callback in addition to the SQLite query statement. This callback may be used for logging executed queries, in which case it is recommended to use an immediate executor.
This CL will be followed up by a CL resolving
Test: Tests have been added QueryInterceptorTest.kt
Relnote: Add query callback feature to Room.
Bug: 74877608
Change-Id: Iaa513e39115f0c9c68359774fa70e1d3dd022c39
A room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/QueryInterceptorTest.kt
M room/runtime/api/current.txt
M room/runtime/api/public_plus_experimental_current.txt
M room/runtime/api/restricted_current.txt
A room/runtime/src/main/java/androidx/room/QueryInterceptorDatabase.java
A room/runtime/src/main/java/androidx/room/QueryInterceptorOpenHelper.java
A room/runtime/src/main/java/androidx/room/QueryInterceptorOpenHelperFactory.java
A room/runtime/src/main/java/androidx/room/QueryInterceptorStatement.java
M room/runtime/src/main/java/androidx/room/RoomDatabase.java
wa...@gmail.com <wa...@gmail.com> #12
I was about to file this bug, I'm facing the same issue with Bose QuietComfort 35 on the macOS Sierra 10.12.2, emulator version 25.2.5-3567187 and Android SDK Tools version 25.2.5.
[Deleted User] <[Deleted User]> #13
Just want to +1 that this is majorly annoying to the point that I've stopped using the emulator and reverted to my personal device for development and, more importantly, this is the best bug report title I've seen in 9 years. =D
[Deleted User] <[Deleted User]> #14
+1 Having the same issue on Mac OS Sierra 10.12.2 , Android Studio 2.2.3 and a pair of JBL headphones.
am...@gmail.com <am...@gmail.com> #15
Found a workaround from Reddit post.
Basically, turn off your mac bluetooth > run the Android simulator > turn on your bluetooth > connect the device.
At least it works for me.
https://www.reddit.com/r/EmulationOnAndroid/comments/4hwks7/emulators_and_bluetooth_headphones/
Basically, turn off your mac bluetooth > run the Android simulator > turn on your bluetooth > connect the device.
At least it works for me.
ea...@google.com <ea...@google.com>
ra...@gmail.com <ra...@gmail.com> #16
Having the same issue on Mac OS Sierra 10.12.3, Android Studio 2.3.0
[Deleted User] <[Deleted User]> #17
Having the same issue on Mac OS Sierra 10.12.3, Android Studio 2.3.0, Sony MDR-1000X.
sa...@gmail.com <sa...@gmail.com> #18
It changes the codec used for streaming, maybe related to the microphone on the headphones
tc...@gmail.com <tc...@gmail.com> #19
Having the same issue on Mac OS Sierra 10.12.4, Android Studio 2.3.0, JBL Charge 3.
pa...@gmail.com <pa...@gmail.com> #20
the same here. Music quality drop off!
au...@gmail.com <au...@gmail.com> #21
Workaround: Go to System Preferences -> Sound -> Input -> select Internal Microphone
[Deleted User] <[Deleted User]> #22
+1 Please fix :)
ol...@gmail.com <ol...@gmail.com> #23
Please fix this, it makes me want to not use the emulator
po...@gmail.com <po...@gmail.com> #24
+1
fl...@gmail.com <fl...@gmail.com> #25
+1
ri...@gmail.com <ri...@gmail.com> #26
+1
ni...@gmail.com <ni...@gmail.com> #27
Ditto #21. Simply change your system's input source back to Internal Microphone. This is a macOS/Bluetooth issue, not an emulator issue. The emulator triggers the behavior because it connects to the system's selected sound input source, which will be the bluetooth headset if you haven't changed it.
ga...@gmail.com <ga...@gmail.com> #28
Genymotion doesn't have this issue though. Only the Google emulator.
lu...@gmail.com <lu...@gmail.com> #29
#21, #27 - "Simply change your system's input source back to Internal Microphone."
Does not work for me. Sound remains broken. Only fix is to disable blue tooth, disconnect my device, and reconnect.
Does not work for me. Sound remains broken. Only fix is to disable blue tooth, disconnect my device, and reconnect.
lf...@google.com <lf...@google.com> #31
This should be fixed in the latest stable/canary versions. We have disallowed the emulator from using bluetooth audio input.
ga...@gmail.com <ga...@gmail.com> #32
This is back in Mojave. Of note is that launching the emulator brings up an "Android Studio is requesting to use the microphone" permissions dialog.
za...@gmail.com <za...@gmail.com> #34
Possibly related: https://youtrack.jetbrains.com/issue/IDEA-198250
On Sep 26, 2018 at 11:49 AM, buganizer-system@google.com wrote:
Replying to this email means your email address will be shared with the
team that works on this product.
https://issuetracker.google.com/issues/37070892
*Changed*
status: Fixed → Assigned
*lf...@google.com <lf...@google.com> added comment #33
<https://issuetracker.google.com/issues/37070892#comment33 >:*
Thanks, will look into it.
_______________________________
*Reference Info: 37070892 <37070892> Launching Emulator makes Bluetooth
Audio Drop*
component: Android Public Tracker > App Development > Android Studio >
Emulator
status: Assigned
reporter: jo...@optimizely.com
assignee: lf...@google.com
cc: ea...@google.com, ja...@google.com, jo...@google.com, and 3 more
type: Bug P1 S3
hotlist: Migrated-Tools-emulator
<https://issuetracker.google.com/hotlists/468435 >, [AOSP] assigned
<https://issuetracker.google.com/hotlists/468531 >, [AOSP] mac
<https://issuetracker.google.com/hotlists/468547 >
AOSP ID: 194507
ReportedBy: Developer
Generated by Google IssueTracker notification system
You're receiving this email because you are subscribed to updates on Google
IssueTracker issue 37070892
<https://issuetracker.google.com/issues/37070892 > where you have the role:
starred.
On Sep 26, 2018 at 11:49 AM, buganizer-system@google.com wrote:
Replying to this email means your email address will be shared with the
team that works on this product.
*Changed*
status: Fixed → Assigned
*lf...@google.com <lf...@google.com> added
<
Thanks, will look into it.
_______________________________
*Reference Info: 37070892 <37070892> Launching Emulator makes Bluetooth
Audio Drop*
component: Android Public Tracker > App Development > Android Studio >
Emulator
status: Assigned
reporter: jo...@optimizely.com
assignee: lf...@google.com
cc: ea...@google.com, ja...@google.com, jo...@google.com, and 3 more
type: Bug P1 S3
hotlist: Migrated-Tools-emulator
<
<
<
AOSP ID: 194507
ReportedBy: Developer
Generated by Google IssueTracker notification system
You're receiving this email because you are subscribed to updates on Google
IssueTracker
<
starred.
lf...@google.com <lf...@google.com> #35
Informal poll: What if the emulator simply skipped bluetooth audio devices altogether? Does anyone require the emulator's audio to be played through bluetooth headphones?
[Deleted User] <[Deleted User]> #36
@ #35 - Nope.
ga...@gmail.com <ga...@gmail.com> #37
#35 That would not be an adequate solution if you use bluetooth headphones as your primary/only speakers which I imagine is most people in this thread.
lf...@google.com <lf...@google.com> #38
#37: Is that most people then? I realize that if you're on a Mac Pro you might have BT headphones as your only speaker, and that's unfortunate. Indeed, this solution is not optimal. But would we want to make bluetooth audio bad for sure though (by trying to use those devices)?
(Until the "proper" solution, which would likely involve replacing the macOS audio backend for the emulator and would entail a lot of work).
(Until the "proper" solution, which would likely involve replacing the macOS audio backend for the emulator and would entail a lot of work).
ga...@gmail.com <ga...@gmail.com> #39
#37, this was fixed prior to Mojave. Did something fundamental change in Mojave?
Also, disconnecting and reconnecting the headphones restores the audio quality (a few seconds after it reconnects).
Also, disconnecting and reconnecting the headphones restores the audio quality (a few seconds after it reconnects).
lf...@google.com <lf...@google.com> #40
#37: Yes, something changed in Mojave so that if a BT headset is used only as an _output_ device, the BT microphone gets auto activated even if the (for macbook) built-in internal microphone is selected by the emulator.
ga...@gmail.com <ga...@gmail.com> #41
Is it possible to disable the microphone on an emulator?
Also, why does it seems to fix itself if you disconnect and reconnect your headphones?
Also, why does it seems to fix itself if you disconnect and reconnect your headphones?
ga...@gmail.com <ga...@gmail.com> #43
This is still happening to me on emulator 30.7.5 macOS 11.4 and Arctic Fox.
ma...@gmail.com <ma...@gmail.com> #44
Same problem with macos 12.3.
The bluetooth device seems to switch profil : A2DP to HFP.
The bluetooth device seems to switch profil : A2DP to HFP.
ak...@gmail.com <ak...@gmail.com> #45
Hi, having this issue. None of the suggested actions on this article worked: https://blog.mmckenna.me/android-emulators-vs-bluetooth-headphones
Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022
Runtime version: 11.0.11+0-b60-7772763 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry: external.system.auto.import.disabled=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: Key Promoter X (2021.1.1), com.dubreuia (2.2.0), com.intellij.marketplace (211.7628.36), String Manipulation (9.4.0), com.intellij.jira (3.5.0), com.mallowigi (36.0), detekt (1.19.0), ignaciotcrespo.github.com.vector-drawable-thumbnails (1.0.5), io.github.xiaopihai7256 (0.4.0), mobi.hsz.idea.gitignore (4.1.0), com.github.copilot (1.1.16.1219), wu.seal.tool.jsontokotlin (3.7.3), org.jetbrains.kotlin (211-1.6.21-release-334-AS7442.40), zielu.gittoolbox (203.8.9), com.chrisrm.idea.MaterialThemeUI (6.7.2), com.suusan2go.kotlin-fill-class (1.0.11), izhangzhihao.rainbow.brackets (6.21)
Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022
Runtime version: 11.0.11+0-b60-7772763 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry: external.system.auto.import.disabled=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: Key Promoter X (2021.1.1), com.dubreuia (2.2.0), com.intellij.marketplace (211.7628.36), String Manipulation (9.4.0), com.intellij.jira (3.5.0), com.mallowigi (36.0), detekt (1.19.0), ignaciotcrespo.github.com.vector-drawable-thumbnails (1.0.5), io.github.xiaopihai7256 (0.4.0), mobi.hsz.idea.gitignore (4.1.0), com.github.copilot (1.1.16.1219), wu.seal.tool.jsontokotlin (3.7.3), org.jetbrains.kotlin (211-1.6.21-release-334-AS7442.40), zielu.gittoolbox (203.8.9), com.chrisrm.idea.MaterialThemeUI (6.7.2), com.suusan2go.kotlin-fill-class (1.0.11), izhangzhihao.rainbow.brackets (6.21)
sh...@gmail.com <sh...@gmail.com> #46
Same problem here...
Build: AI-212.5712.43.2112.8512546, 202204281627,
AI-212.5712.43.2112.8512546, JRE 11.0.12+0-b1504.28-7817840x64 JetBrains s.r.o., OS Mac OS X(x86_64) v12.3.1, screens 2880.0x1800.0; Retina
AS: Chipmunk | 2021.2.1; Kotlin plugin: 212-1.7.10-release-333-AS5457.46; Android Gradle Plugin: 7.2.1; Gradle: 7.4.2; Gradle JDK: version 11.0.12; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)Source: send_feedback_icon
Build: AI-212.5712.43.2112.8512546, 202204281627,
AI-212.5712.43.2112.8512546, JRE 11.0.12+0-b1504.28-7817840x64 JetBrains s.r.o., OS Mac OS X(x86_64) v12.3.1, screens 2880.0x1800.0; Retina
AS: Chipmunk | 2021.2.1; Kotlin plugin: 212-1.7.10-release-333-AS5457.46; Android Gradle Plugin: 7.2.1; Gradle: 7.4.2; Gradle JDK: version 11.0.12; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)Source: send_feedback_icon
Description
Emulator Version (Emulator--> Extended Controls--> Emulator Version): Emulator64-x86 Nexus_5_API_22_x86
Android SDK Tools:Android Studio SDK Tools 24.4.1, Platform-Tools 23.0.1
Host Operating System: Mac OS Yosemite
Steps to Reproduce Bug:
1. Play music on bluetooth headphones (I'm using Sony MDR-XB950BT)
2. Launch emulator for android tests
3. music quality dips
Expected Behavior: Launching Android emulator should not affect Music Quality
Observed Behavior: