The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the
logcat
command. You can use logcat
from an ADB shell to view the log messages.
No comments :
Post a Comment