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
I'm trying to change connection timeout from 5 to 10 seconds. My server is not very stable at the moment. I tried mPiwikTracker.getDispatcher().setTimeOut(10000); in try block below but getDispatcher() has protected access. My first question - why? And the second: how do it properly?
I post some code from the class extending Application class to make it easier. This is how I get the tracker.
I'm trying to change connection timeout from 5 to 10 seconds. My server is not very stable at the moment. I tried
mPiwikTracker.getDispatcher().setTimeOut(10000);
in try block below butgetDispatcher()
has protected access. My first question - why? And the second: how do it properly?I post some code from the class extending Application class to make it easier. This is how I get the tracker.
And a piece from onCreate
The text was updated successfully, but these errors were encountered: