Difference between revisions of "Debugging and Testing Android Code"

From CDOT Wiki
Jump to: navigation, search
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)
 
* 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:08, 25 September 2013

  • Reading and Writing Logs [1]
  • An Example from the Textbook (Chapter 2, p. 38)
  • Filter Tags in LogCat [2]