java - How to redirect android logging to stdout? -
for testing android application, rely on logging saved xml file. want able direct standard android logging (android.util.log) saved in way. i'm able store system.out.print , system.err.print in xml format, easiest if there way redirect android logging stdout. possible?
Comments
Post a Comment