logcat-color
logcat-color copied to clipboard
File location for Profile unclear
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.
hrm, this looks right. I assume the app your running is named with the com.example.android package?