Assigned
Status Update
Comments
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@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. :)
ap...@google.com <ap...@google.com> #3
I have the same problem.
Description
Versions
Description
We encountered an inconsistency while running the following test case. When processing this test case directly with R8 and executing it with ART (without the --min-api parameter), the program can execute the constructor A() in class A normally. However, when the --min-api parameter is enabled and set to a value greater than or equal to 24, the program does not execute the constructor A().
Step to Reproduce
--min-api < 24 result
--min-api >= 24result
Testcase Source Code
rules.pro