WAI
Status Update
Comments
uc...@google.com <uc...@google.com>
rp...@google.com <rp...@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. :)
yu...@gmail.com <yu...@gmail.com> #3
I have the same problem.
ju...@google.com <ju...@google.com>
sp...@google.com <sp...@google.com> #4
I also have the same problem.
Description
Formatting XML file (any XML file in res folders) removes a line between XML declaration and copyright comment. Before my current installation, it would only happen if I used "Set from: Predefined style / Android" but now it looks like it's the default behavior.
Before Android Studio 3.5 Beta 1 (I was using 3.5 Canary 6) checking "Keep Line Breaks" would stop removing a line (but it wouldn't add a line if it was already removed) and now even enabling "Keep Line Breaks" doesn't work. It might not be related to Studio's version though - as I had to reset my codestyles config because of another issue (
Examples:
What I want:
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019, John Doe
All rights reserved.
-->
What it does:
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) 2019, John Doe
All rights reserved.
-->
I tried resetting styles, removing ~/Library/Preferences/AndroidStudioPreview3.5/codestyles/Default.xml and project/.idea/codeStyles/Project.xml files (with a restart).
My current .idea/codeStyles.xml/Project.xml file (which is selected config for project's code styles:
Android Studio 3.5 Beta 1
Build #AI-191.6707.61.35.5529924, built on May 3, 2019
JRE: 1.8.0_202-release-1483-b01 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.4