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

Profile does not work

Open weiweiwang opened this issue 10 years ago • 2 comments

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 = {}

@classmethod
def get_profile(cls, name):
    return cls.__profiles__.get(name, None)

I found nowhere the code to load the profile

weiweiwang avatar Oct 12 '15 07:10 weiweiwang

@marshall I am currently experiencing the same issue. I was wondering if you or anyone has any time to take a look at this?

lord-waffles-dev avatar Feb 24 '17 16:02 lord-waffles-dev