List of usage examples for android.os AsyncTask toString
public String toString()
From source file:com.github.gorbin.asne.core.SocialNetwork.java
protected void checkRequestState(AsyncTask request) throws SocialNetworkException { if (request != null) { throw new SocialNetworkException(request.toString() + "Request is already running"); }/*www. j av a 2 s . c om*/ }