An Introduction to The Android Log

Using and analyzing the Android log for debugging apps and understanding how the system works.

In this post I’d like to get you familiar with the Android log system. This is a fundamental source of information about the behavior of the system and is frequently used in the software cycle development. It is also extremely important when debugging your application or when customizing the Android ROM itself (in case you need Android to do advanced requirements).

Continue reading