aimardcr / AndroidNativeGuard

All-in-one android application protection
164 stars 37 forks source link

Infinity checking #9

Closed abdulazizumarovich closed 6 months ago

abdulazizumarovich commented 6 months ago

Does it even stop checking? All services are writing huge number of logs without result. Is it normal? image

aimardcr commented 6 months ago

Well, logs are opsional and for debugging purpose only. You can empty the function definition to prevent loggings.

abdulazizumarovich commented 6 months ago

But, how much time it needs to complete checks? It took ~20minutes without stop

aimardcr commented 6 months ago

Some modules are running routinely, and some just run once.

abdulazizumarovich commented 6 months ago

Thank you!