logcat-color icon indicating copy to clipboard operation
logcat-color copied to clipboard

File location for Profile unclear

Open johnjohndoe opened this issue 11 years ago • 1 comments

Can you please update the documentation to specify exactly where to put the Profile information and how to call it?

I created a file in ~/.logcat-color with the following content:

Profile(
    name = "test",
    packages = [ "com.example.android" ]
)

Then I start it with $ logcat-color test but there is no output. If I omit the profile name the output can be read. I started logcat-color before starting the app.

johnjohndoe avatar May 15 '14 08:05 johnjohndoe

hrm, this looks right. I assume the app your running is named with the com.example.android package?

marshall avatar Jun 16 '14 15:06 marshall