Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
vi...@google.com <vi...@google.com> #2
Can you please help share the idea.log file (select Help > Show Log in Finder) if this issue reproduces again? Thank you very much!
[Deleted User] <[Deleted User]> #3
Yup! Attached.
For context, at the end of the log file, I kill the emulator, which is why you see an exception for ADB rejecting a command. If you scroll up from there, you'll see a bunch of exceptions being thrown from the WebView complaining about UI thread stuff.
jb...@google.com <jb...@google.com>
jl...@google.com <jl...@google.com>
jl...@google.com <jl...@google.com> #4
A fix for this problem is expected to be released with 4.0 Beta 1.
Thank you for reporting.
Thank you for reporting.
[Deleted User] <[Deleted User]> #5
Hey, that's great to hear! Thanks for your hard work :)
Description
Android Studio 4.0 Canary 9
Build #AI-193.5233.102.40.6137316, built on January 15, 2020
Runtime version: 1.8.0_212-release-1586-b4-5784211 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.6
GC: ParNew, ConcurrentMarkSweep
Memory: 8108M
Cores: 12
Non-Bundled Plugins: izhangzhihao.rainbow.brackets
Version of Gradle Plugin: AGP 4.0.0-alpha09
Version of Gradle: 6.1rc2
Version of Java: 8
OS: OSX 10.14.6
Steps to Reproduce:
1. Have an app with a WebView
2. Open LayoutInspector in AS and in the Component Tree, click on the WebView node
3. AS sends me 10+ popups in under 5 seconds, and won't stop until I select another node in LayoutInspector.
It's clear that LayoutInspector is running in a separate thread and violating WebView's strict mode. Either LayoutInspector just gives "ERROR" values for any WebView attributes, or it figures out some other way to query them, but either way I _would_ like to not be spammed with messages that I can't do anything about!