Difference between revisions of "Debugging and Testing Android Code"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
* Textbook - Appendix A
 
* 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)

Revision as of 13:14, 27 September 2013

  • Textbook - Appendix A
  • 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]