You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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 startedlogcat-color
before starting the app.The text was updated successfully, but these errors were encountered: