android - How to remove/disable comments which generated by ProGuard -


I want help with disabling the ProGuard comments generated by obscuring the project because somehow these comments It shows that the true source code is.

So, there are any commands / scripts that we can add to "proguard-project.txt" and stop these comments.

In this way:

// Referenced class of package com.matog.style:

// TEE_Result, TEE_DROID, z

Thank you ..

There is no Java comment in compiled byte code, so to remove ProGuard Nothing Your Comment Perhaps your comment generated by your decompile

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -