meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious 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 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(" | ||
| + | |||
| code line to turn some policy restrictions to errors | code line to turn some policy restrictions to errors | ||