


There are for different types of Logs available in the Android Eco-System – Application Logs, Android System Logs, Event Logs & Radio Logs. Once the app is released into the market, the support engineers analyze the bug logs to resolve the issue. Bug log helps in identifying the bugs in the Android application while in the development phase. Log analysis is a phase of development and developers encounter it from time to time. The tooling to develop Android applications allows you to define filters for the log statements you are interested in. Android uses a centralized system for all logs and application programmers can also write custom log messages.
