Assigned
Status Update
Comments
br...@gmail.com <br...@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. :)
Description
Right now there is experimental support for extension libraries using system properties
com.android.tools.r8.androidApiExtensionLibraries
andcom.android.tools.r8.androidApiExtensionPackages
.We should add a supported API and CLI option for this. Passing the jars (as with
com.android.tools.r8.androidApiExtensionLibraries
) seems to be the best way. When building targeting extension APIs there will be jars with these APIs currently passed as classpath to the compilation.I have duplicated b/364277459 into this, as with a supported API there should be dump support.