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

mysql - where clause in inner join query -

java - Why my included JSP file won't get processed correctly? -

php - MySQL Query for Advanced Search multiple criteria -