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
from the source code of logcat-color:
if len(self.args) >= 1:
self.profile = Profile.get_profile(self.args[0])
if self.profile:
self.args = self.args[1:]
and profile.py:
class Profile(object): profiles = {}
from the source code of logcat-color:
if len(self.args) >= 1:
self.profile = Profile.get_profile(self.args[0])
if self.profile:
self.args = self.args[1:]
and profile.py:
class Profile(object):
profiles = {}
I found nowhere the code to load the profile
The text was updated successfully, but these errors were encountered: