Difference between revisions of "Debugging and Testing Android Code"
Line 1: | Line 1: | ||
* Reading and Writing Logs [http://developer.android.com/tools/debugging/debugging-log.html] | * Reading and Writing Logs [http://developer.android.com/tools/debugging/debugging-log.html] | ||
* An Example from the Textbook (Chapter 2, p. 38) | * An Example from the Textbook (Chapter 2, p. 38) | ||
+ | * Android Essentials: Application Logging [http://mobile.tutsplus.com/tutorials/android/logcat_android-sdk/] | ||
* Filter Tags in LogCat [http://stackoverflow.com/questions/4044132/filter-tags-in-logcat-in-android-eclipse-plug-in ] | * Filter Tags in LogCat [http://stackoverflow.com/questions/4044132/filter-tags-in-logcat-in-android-eclipse-plug-in ] |