YANOUSHek / LogCat

A simple adb logcat viewer for Mac OS X written in Objective-C
121 stars 35 forks source link

more than one device problem #2

Open lukasa1993 opened 12 years ago

lukasa1993 commented 12 years ago

error: more than one device and emulator

add some choosing dialog or something

yepher commented 11 years ago

Lukasa1993,

If you are still looking for multi-device support in LogCat I am looking for someone to help test the feature before pushing the changes.

You can find the code here: https://github.com/yepher/LogCat

-- Chris

lukasa1993 commented 11 years ago

looks fine its just instead of New Windows i think better is some checkbox between devices

yepher commented 11 years ago

Lukasa1993,

Thank for testing. I agree viewing multiple device logs should be more integrated. This is on my list of things to do as time allows. Here is what I understand your request to mean. All devices should be in a single table and the user "filters" for the particular one they want to see? If this is what you mean how would you expect that table to be sorted? For instance if I had device A log running and then I start device B log would that table be sorted by the log time stamp or by when the log line was received by LogCat?

Do you ever find yourself wanting to view logs from different threads in two windows (side by side)?

If you find any issues or have anymore feedback I would love to hear about it.

--Chris

lukasa1993 commented 11 years ago

not in single table and filt i meant two different table and to show 1 at the time which i choose as it is in terminal logcat you choose like that adb logcat device-id same hire to be only 1 view

and about split view i personally no, but someone may be that would be good option also