utorok 19. októbra 2010

Android - log to eclipse console

If you want log some items, user Log.w

Log.w("xxx", "foo");

xxx is tag and foo is value

to view Log console, you must open DDMS -> logcat -> W

Žiadne komentáre:

Zverejnenie komentára