Difference between revisions of "Debugging and Testing Android Code"
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * 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/] | ||
+ | *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 ] | ||
+ | *Android Application Testing Guide by Diego Torres Milano (Packt, 2011) - eBook at Seneca Library |
Latest revision as of 11:59, 12 November 2013
- Textbook - Appendix A
- An Example from the Textbook (Chapter 2, p. 38)
- Reading and Writing Logs [1]
- Android Essentials: Application Logging [2]
- Basic Android Debugging with Logs [3]
- Filter Tags in LogCat [4]
- Android Application Testing Guide by Diego Torres Milano (Packt, 2011) - eBook at Seneca Library