import android.util.Log 



String TAG = "tag id"


Log.e(TAG,"message");

+ Recent posts