Android-components: D8: Stripped invalid locals information from X method.

Created on 21 Jun 2018  ·  6Comments  ·  Source: mozilla-mobile/android-components

I don't know what this means (build log) but it's getting more.

D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
Hacktoberfest help wanted 🏗️ build

All 6 comments

@pocmo Not sure what D8 means, but this issue is related to ProGuard rules. It can be fixed with -assumenosideeffects parameter for android.Log class, on the proguard-rules.pro file, but there's like 26 of them and I think none of them are used.

We could have just one for this kind of global rules, what you think?

@walmyrcarvalho Ah, thank you! (More about D8). A global configuration file sounds great!

@pocmo I've heard about a new dexer but I had no idea that it was D8, TIL! I'll try to make a PR this week. :)

🤷

@pocmo Oh, sorry about not looking into it, I'll definitely try to be more active on this repo and get more context to be more helpful eventually!

Heh, no problem. I closed it because I think this isn't a problem anymore.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jonalmeida picture jonalmeida  ·  3Comments

csadilek picture csadilek  ·  3Comments

dnarcese picture dnarcese  ·  3Comments

cpeterso picture cpeterso  ·  6Comments

mcarare picture mcarare  ·  5Comments