Tuesday, September 15, 2009

Log Information in Android Application Development

For java file :

import android.util.Log;

Log.v(TAG, "Message");

Log.v(TAG, "Message" + msg);

For getting Log information

In eclipse Window->open perspective->DDMS

Here we can see log information

No comments:

Post a Comment