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. :)
go...@jakewharton.com <go...@jakewharton.com> #3
I have the same problem.
go...@jakewharton.com <go...@jakewharton.com> #4
I also have the same problem.
sg...@google.com <sg...@google.com> #5
I also have the same problem.
Description
Feature request from Jake Wharton on Slack:
I know it would be kind of weird, but it would be incredibly convenient if
ExtractR8Rules
also supported extractingMETA-INF/proguard
rules since it (andExtractR8RulesCommand
andEmbeddedRulesExtractor
) already contains 99% of the infrastructure required for doing this.I am setting up a test harness to validate my library's embedded rules. It extracts R8 rules and then runs R8 over the test suite and everything it references to ensure it still passes. I am also doing the same for ProGuard, but nothing seems to exist to extract its rules conveniently. I would not like to write one, and instead contribute like 20 LOC to yours to add a new flag (
--proguard
?) which is disjoint with--compiler-version
for doing this. What do you think?