blitzmohit/Android_Log_Remover
The Android log can certainly be used to gather your personal data, so lets clean it up! The goal of this project is to remove all logging from an application. You will need to identify all occurrences of method calls to the log API. You will need to remove these statements from the JIMPLE code.
Java
No issues in this repository yet.