Example usage for android.content Loader toString

List of usage examples for android.content Loader toString

Introduction

In this page you can find the example usage for android.content Loader toString.

Prototype

@Override
    public String toString() 

Source Link

Usage

From source file:org.jboss.aerogear.android.pipe.loader.LoaderAdapter.java

@Override
public void onLoaderReset(Loader<HeaderAndBody> loader) {
    Log.e(TAG, loader.toString());

}