Status Update
Comments
uc...@google.com <uc...@google.com>
rp...@google.com <rp...@google.com>
be...@google.com <be...@google.com> #2
I just attached a minimal test application with duplicated and multiline traces. Provided are a couple of logcat files and screenshots.
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
Description
Version of Gradle Plugin: 3.5.0-alpha12
Version of Gradle: gradle-5.3.1-all.zip
OS: macOS
There were some bugs addressed in Canary 12, but after updating I still can't cmd + click on my dependencies that I declared in buildSrc, but I am using in my app level build.gradle
I don't remember the last time this worked. It's been broken for a while, but it definitely worked in the past. I borrowed this technique from this blog post:
In the blog you can see that auto complete used to work also. It'd be nice to have this back.