Assigned
Status Update
Comments
sg...@google.com <sg...@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. :)
a....@gmail.com <a....@gmail.com> #3
I have the same problem.
a....@gmail.com <a....@gmail.com> #4
I also have the same problem.
sg...@google.com <sg...@google.com> #5
I also have the same problem.
a....@gmail.com <a....@gmail.com> #6
I also have the same problem.
Description
Summary: The application experiences slow loading times after a message about duplicated classes appears in the log. This issue affects performance, especially on low-end devices.
Steps to Reproduce:
dexopt
status in logcat:dexopt
status changing to:Expected Behavior:
dexopt
status should remain at an optimized state after installation.Actual Behavior:
dexopt
status changes to[status=run-from-apk]
, which is less efficient.Impact:
Additional Information: