public class ActivityCounter extends Object
| Constructor and Description |
|---|
ActivityCounter(int activeThreshold,
long requiredIntervalMillis,
int maxNumDumps,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
int |
getAndClearMaxActivity() |
int |
getNumCompletedDumps()
For unit test support.
|
void |
start() |
public ActivityCounter(int activeThreshold,
long requiredIntervalMillis,
int maxNumDumps,
Logger logger)
Copyright © 2024. All rights reserved.