The tracker can operate in three modes:
To halt the background thread safely, use the call {@link #stopBackgroundThread(long)}, where the parameter is the timeout to wait for any remaining queued tracking calls to be made. Keep in mind that if new tracking requests are made after the thread is stopped, they will just be stored in the queue, and will not be sent to GA until the thread is started again with {@link #startBackgroundThread()} (This is assuming you are in single-threaded mode to begin with).
@author Daniel Murphy, Stefan Brozinski
|
|