Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui: predefined output formats on par with adb logcat #17

Open
MartinWallgren opened this issue Mar 5, 2015 · 0 comments
Open

gui: predefined output formats on par with adb logcat #17

MartinWallgren opened this issue Mar 5, 2015 · 0 comments

Comments

@MartinWallgren
Copy link
Collaborator

Adb logcat support the following formats
"adb logcat -v brief" - Display priority/tag and the PID of process issuing the message (the default format).
"adb logcat -v process" - Display PID only.
"adb logcat -v tag" - Display the priority/tag only.
"adb logcat -v raw" - Display the raw log message, with no other metadata fields.
"adb logcat -v time" - Display the date, invocation time, priority/tag, and PID of the process issuing the message.
"adb logcat -v thread" - Display the priority, tag, and the PID and TID of the thread issuing the message.
"adb logcat -v threadtime" - Display the date, invocation time, priority, tag, and the PID and TID of the thread issuing the message.
"adb logcat -v long" - Display all metadata fields and separate messages with a blank lines.

lokatt should support the same -v params mapping to predefined filters matching the format from adb logcat

@MartinWallgren MartinWallgren added this to the Daily Usage Logcat milestone Mar 5, 2015
@amhk amhk changed the title Predefined filters on par with adb logcat Predefined output formats on par with adb logcat Mar 10, 2015
@amhk amhk changed the title Predefined output formats on par with adb logcat gui: predefined output formats on par with adb logcat Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants