-
Notifications
You must be signed in to change notification settings - Fork 742
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
Comments
Hey Samhan, could you clarify a few things:
Are you referring to network activity?
As in NSTimer, cfrunlooptimer or gcd timer? |
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. |
Hey Samhan you could try adjusting GREYConfiguration value for
kGREYConfigKeyNSTimerMaxTrackableInterval as a possible workaround.
see
https://github.com/google/EarlGrey/blob/d9eb1bc9b25569ec2384a217c008a3cc68ea2c1f/EarlGrey/Common/GREYConfiguration.h#L71
…On Wed, Dec 14, 2016 at 9:26 PM, Samhan Salahuddin ***@***.*** > wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#358 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOMCo-7r9eDRC6pT9kWsHUG13PGMYTsFks5rIM-FgaJpZM4LCPuB>
.
--
Siddartha (Sid) | Software Engineer, Tools and Infrastructure | 972-965-5567
|
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.
The text was updated successfully, but these errors were encountered: