Difference between revisions of "Debugging and Testing Android Code"

From CDOT Wiki
Jump to: navigation, search
Line 2: Line 2:
 
* 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/]
 
* 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 ]

Revision as of 20:13, 25 September 2013

  • Reading and Writing Logs [1]
  • An Example from the Textbook (Chapter 2, p. 38)
  • Android Essentials: Application Logging [2]
  • Basic Android Debugging with Logs [3]
  • Filter Tags in LogCat [4]