meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
android:basics [2012/07/04 18:20]
esa-petri
android:basics [2012/07/04 19:10] (current)
esa-petri
Line 42: Line 42:
 === Debugging === === Debugging ===
 Next line of code is used to get android print conveniently to debugger. Next line of code is used to get android print conveniently to debugger.
-log.d("Tag","message"); 
 Tag is name of class or anything you want, message is message(daa).  Tag is name of class or anything you want, message is message(daa). 
 +        log.d("Tag","message");
 +
 code line to turn some policy restrictions to errors code line to turn some policy restrictions to errors