public class StatusUtil extends Object
Constructor and Description |
---|
StatusUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addError(Context context,
Object caller,
String msg,
Throwable t) |
static void |
addInfo(Context context,
Object caller,
String msg) |
static void |
addStatus(Context context,
Status status) |
static void |
addWarn(Context context,
Object caller,
String msg) |
static boolean |
contextHasStatusListener(Context context)
Returns true if the StatusManager associated with the context passed
as parameter has one or more StatusListener instances registered.
|
static List<Status> |
filterStatusListByTimeThreshold(List<Status> rawList,
long threshold) |
public static boolean contextHasStatusListener(Context context)
context
- public static List<Status> filterStatusListByTimeThreshold(List<Status> rawList, long threshold)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.