Logcat Level | Filtering by priority — logs display messages with selected and higher priority: - Verbose (lowest priority) — messages describing process details;
- Debug — messages for debugging;
- Info — informational messages;
- Warn — Warnings;
- Error — error messages;
- Fatal (highest priority) — critical error messages
|
---|
Text | Text filtering — logs display messages that contain typed text |
---|
Time | Time filtering — logs display messages that will appear in the specified time interval. Format — HH:MM:SS.sss . For example, if the field Time specify 11:56 The logs will include one minute's worth of messages. To get 10 minutes of messages, specify 11:5 |
---|
PID | Filtering by process ID — logs display messages that are triggered by the selected process |
---|
TID | Filtering by thread ID — logs display messages that are called by the selected thread. This value is related to the PID, but may vary because there may be multiple TIDs per PID |
---|
Tag | Filtering by tag — logs display messages from the selected system component |
---|