Logging in Eclipse/Android -
i trying log in eclipse in simple test app.i have following:
public class test extends activity { /** called when activity first created. */ @override public void oncreate(bundle savedinstancestate) { super.oncreate(savedinstancestate); setcontentview(r.layout.main); log.i("fsdsfs","jjjjjj"); } }
i have imported log via import android.util.log; , looking in logcat,but see nothing @ all.i clicked on circle around in logcat.
what doing wrong here?
thanks
in ddms, click on devices button (a tiny mobile phone icon) select emulator or device list. , here go. :-)
Comments
Post a Comment