Fixed
Status Update
Comments
uc...@google.com <uc...@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. :)
rp...@google.com <rp...@google.com>
rp...@google.com <rp...@google.com> #3
I have the same problem.
be...@google.com <be...@google.com>
be...@google.com <be...@google.com> #5
I also have the same problem.
rp...@google.com <rp...@google.com> #6
I also have the same problem.
be...@google.com <be...@google.com>
sa...@gmail.com <sa...@gmail.com> #7
I also have the same problem.
be...@google.com <be...@google.com> #8
Was it fixed reverting to the old behavior, or was it fixed making the deduplication configurable?
What release version will include the fix?
What release version will include the fix?
sb...@opera.com <sb...@opera.com> #9
I still have the same problem on my version.
Android Studio 3.1.1
Build #AI-173.4697961, built on April 4, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 8.1 6.3
Screenshot attached.
Is there any way to customize this kind of behavior?
Android Studio 3.1.1
Build #AI-173.4697961, built on April 4, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 8.1 6.3
Screenshot attached.
Is there any way to customize this kind of behavior?
sa...@gmail.com <sa...@gmail.com> #10
@jose.aladro.jsc@gmail.com This change in behavior was inadvertent and I reverted it. The fix will go out in 3.2.
be...@google.com <be...@google.com> #11
how long before 3.2 is released? or should we just go back to 3.0 while we wait?
sa...@gmail.com <sa...@gmail.com> #12
The fix will go out in 3.2 Canary 13 (we're at 11 now). If you're willing to put up with some instability use the canaries. I can't comment on when future stable versions will land.
be...@google.com <be...@google.com> #13
canaries defeat the whole idea of wanting a bug fix. I'd get this bug fix plus I'll gain 50 new bugs, so no thanks. guess it's back to 3.0 since you say you aint gonna fix this in an update to 3.1
sa...@gmail.com <sa...@gmail.com> #14
got the same behaviour and i dislike it. I would prefer to always see the complete logcat line.
Description
Android Gradle Plugin: 3.2.0-alpha16
Gradle: 4.6
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: 2.8.12.2;
Steps:
1. Create a new empty Activity project with AppCompat enabled
2. Go to generated styles.xml
3. Ctrl+click the DarkActionBar in 'Theme.AppCompat.Light.DarkActionBar'
4. This takes you inside the AppCompat aar's values.xml as expected (to the definition of Theme.AppCompat.Light.DarkActionBar)
5. From there, try to navigate further to the 'Base.Theme.AppCompat.Light.DarkActionBar'
Expected: Android Studio navigates to the clicked style (or suggests options if there are alternative resources)
Actual: Error message that says: 'Cannot find declaration to go to'
Additional info: This has worked before, so might have become broken after upgrading Studio at some point. I don't remember the exact version when it became broken though. But perhaps this is also some kind of indexing/cache issue, but I've at least tried to run File -> Invalidate caches / Restart to invalidate caches, but it does not help.