Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to ignore activity from certain classes #358

Open
samhann opened this issue Dec 2, 2016 · 3 comments
Open

Add the ability to ignore activity from certain classes #358

samhann opened this issue Dec 2, 2016 · 3 comments

Comments

@samhann
Copy link

samhann commented Dec 2, 2016

I have an analytics SDK that turns itself on by default. Its hard to make it completely idle. Also there are a lot of processes going on in the background.

It would help if there was a regex that said ignore timer activity in these classes.

@khandpur
Copy link
Collaborator

khandpur commented Dec 4, 2016

Hey Samhan, could you clarify a few things:

Its hard to make it completely idle

Are you referring to network activity?

It would help if there was a regex that said ignore timer activity in these classes.

As in NSTimer, cfrunlooptimer or gcd timer?

@samhann
Copy link
Author

samhann commented Dec 15, 2016

The analytics library itself is using an NSTimer to poll for something even though it doesn't always send something.

This can happen in various ways.

So a regex saying ... If the invocation is from class X or Y or Z ignore it would be useful.

@sid-github
Copy link
Contributor

sid-github commented Dec 16, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants