org.acra.collector
Class ThreadCollector
java.lang.Object
org.acra.collector.ThreadCollector
public class ThreadCollector
- extends Object
Collects some data identifying a Thread, usually the Thread which crashed.
- Author:
- Kevin Gaudin
Method Summary |
static String |
collect(Thread t)
Collects some data identifying a Thread, usually the Thread which
crashed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadCollector
public ThreadCollector()
collect
public static String collect(Thread t)
- Collects some data identifying a Thread, usually the Thread which
crashed.
- Parameters:
t
-
- Returns:
Copyright © 2010-2013. All Rights Reserved.