Status Update
Comments
uc...@google.com <uc...@google.com>
rp...@google.com <rp...@google.com>
lb...@gmail.com <lb...@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. :)
am...@google.com <am...@google.com>
lb...@gmail.com <lb...@gmail.com> #3
I have the same problem.
Description
Version of Gradle Plugin:
Version of Gradle:
Version of Java:
OS:
Android Studio 3.5 Canary 11
Build #AI-191.6183.87.35.5455988, built on April 10, 2019
JRE: 1.8.0_202-release-1483-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Steps to Reproduce:
1. Create a new project
2. Add some tags above the "application" tag, which should stay there. Example:
<supports-screens
android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
3. Choose to format the manifest
The bug:
it puts the "application" tag above all of the others, making a warning by the IDE ...
Attached video to show issue.
Also attached IDE log.
As I remember, the formatting can be much worse issue, and I wonder if this still occurs: