I ran Logcat on a command window and tried all possible formats:
brief — Display priority/tag and PID of the process issuing the message (the default format).
process — Display PID only.
tag — Display the priority/tag only.
raw — Display the raw log message, with no other metadata fields.
time — Display the date, invocation time, priority/tag, and PID of the process.
thread — Display the priority, tag, and the PID and TID.
threadtime — Display the date, invocation time, priority, tag, and the PID and TID.
long — Display all metadata fields and separate messages with blank lines.
I could not find in any of those formats how does Eclipse ADT's Logcat figure out what is the name of the Application issuing the message.
If you use Eclipse, look at the LogCat tab, it has Time, PID, Application, Tag and Text columns.
Does it use the TID to identify the application? Where can I get the list of TIDs and app names running in the system?