Logs
Android log can be used to dynamically analyze relevant aspects of application execution.
Explicit log entry produced by the application or by system components.
Implicit logs produced with errors.
Exceptions produce stack traces which expose call flow.
Some system events.
May be used to detect leaks.
Last updated