10: Create LoggingPlugin

This commit is contained in:
Bartłomiej Pluta
2019-04-05 11:17:49 +02:00
parent 7fec068dc7
commit bd6b5df8c1
6 changed files with 51 additions and 24 deletions

View File

@@ -1,4 +1,7 @@
com.bartek.esa.core.archetype.JavaPlugin.NO_PACKAGE=There is no package defined in AndroidManifest.xml file. \n\
Package should be defined as attribute of <manifest> tag.\n\
For example: <manifest package="com.bartek.esa.test">\n\
Please fix it to use this tool.
Please fix it to use this tool.
com.bartek.esa.core.plugin.LoggingPlugin=Potential data leakage. \n\
Logging method was detected. Please check if no sensitive data is logged there.