Difference between revisions of "Debugging and Testing Android Code"
Line 1: | Line 1: | ||
* Textbook - Appendix A | * Textbook - Appendix A | ||
+ | * An Example from the Textbook (Chapter 2, p. 38) | ||
* 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] | ||
− | |||
* Android Essentials: Application Logging [http://mobile.tutsplus.com/tutorials/android/logcat_android-sdk/] | * Android Essentials: Application Logging [http://mobile.tutsplus.com/tutorials/android/logcat_android-sdk/] | ||
*Basic Android Debugging with Logs [http://www.androiddesignpatterns.com/2012/05/intro-to-android-debug-logging.html] | *Basic Android Debugging with Logs [http://www.androiddesignpatterns.com/2012/05/intro-to-android-debug-logging.html] | ||
* 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 ] |