org.acra.collector
Class ThreadCollector

java.lang.Object
  extended by org.acra.collector.ThreadCollector

public class ThreadCollector
extends Object

Collects some data identifying a Thread, usually the Thread which crashed.

Author:
Kevin Gaudin

Constructor Summary
ThreadCollector()
           
 
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
 

Constructor Detail

ThreadCollector

public ThreadCollector()
Method Detail

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.