Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
ma...@gmail.com <ma...@gmail.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. :)
sa...@google.com <sa...@google.com>
rp...@google.com <rp...@google.com> #3
I have the same problem.
rp...@google.com <rp...@google.com> #5
I also have the same problem.
rp...@google.com <rp...@google.com> #6
I also have the same problem.
rp...@google.com <rp...@google.com> #7
I also have the same problem.
rp...@google.com <rp...@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?
rp...@google.com <rp...@google.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?
ra...@google.com <ra...@google.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.
da...@google.com <da...@google.com> #11
how long before 3.2 is released? or should we just go back to 3.0 while we wait?
da...@google.com <da...@google.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.
Description
How to reproduce:
- You can use any project you want.
- Open a single file in the editor (important: only one should be opened).
- Change anything in the file.
- Without changing focus of the editor, close the file.
- Go to an external terminal e check if file content has changed (you can use `cat` or `git status` if using VCS).
- The content has not changed (?).
- Go back to Android Studio, do any action (focus on different sidebar, open any file, etc).
- Go back to external terminal.
- Check if file has changed -> now it has (!).
This is a big deal special for rebase conflicts scenarios, when you just open a file, fix the rebase issue (import missing dependencies, etc), close the file and continue the rebase on terminal (but the file was never updated in the first place).
Tested both on macOS and Linux using Android Studio 3.2-beta 4:
*Mac*
Build: 3.2 Beta 4, AI-181.5281.24.32.4886486, 201807111753,
AI-181.5281.24.32.4886486, JRE 1.8.0_152-release-1136-b04x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.13.5 unknown, screens 2560x1440
Android Gradle Plugin: 3.2.0-beta04
Gradle: 4.8.1
NDK: from local.properties: 17.1.4828580; latest from SDK: 17.1.4828580;
LLDB: LLDB 3.1 (revision: 3.1.4508709)
CMake: from local.properties: (not specified); latest from SDK: 3.6.0-rc2; from PATH: (not found);
*Linux*
Build: 3.2 Beta 4, AI-181.5281.24.32.4886486, 201807111753, AI-181.5281.24.32.4886486, JRE 1.8.0_152-release-1136-b04x64 JetBrains s.r.o, OS Linux(amd64) v4.17.5-200.fc28.x86_64 unknown, screens 1680x1050, 1920x1080, 1680x1050
Android Gradle Plugin: 3.1.3
Gradle: 4.5
NDK: from local.properties: 17.1.4828580; latest from SDK: 17.1.4828580;
LLDB: LLDB 3.1 (revision: 3.1.4508709)
CMake: from local.properties: (not specified); latest from SDK: 3.6.0-rc2; from PATH: (not found);
– Mickele