Menu

Question for mapping.txt

Help
2017-07-12
2017-07-12
  • fuzhengchao

    fuzhengchao - 2017-07-12

    For help!!!

    I use Android studio default proguard tool(version:5.2.1) to proguard my android app, but I found some bad case in mapping file:

    for example:

    com.ss.cc.c -> com.ss.cc.c:

    "com.ss.cc.c" is the proguarded class name, and the origin class name is "com.ss.module.ModuleManager",but in the mapping.txt file it is "com.ss.cc.c -> com.ss.cc.c: ". I think it should be "com.ss.module.ModuleManager -> com.ss.cc.c:"。

    Is there any one knows this case or the reason?

     
  • Eric Lafortune

    Eric Lafortune - 2017-07-21

    That seems very unusual. Does your project have multiple obfuscation tasks? Do you have a sample project to illustrate the issue?