When you work with android ... at runtime you will not find much help for the log.
The best way to get your data is to send the necessary data to some external server.
I run my web application on the server ... to get log information, I run another tomcat server and got log information there.
use dojo.xhrPOSt method ...
try{ var xhrArgs = { url: "/mum/proxy/http/9.182.241.35:8080/com.error.android.mashup/xmlContentReader", postData: ans, handleAs: "text", load: function(data) {
here / mum / proxy was used bcz my application was running on a different server and I am collecting the result on another server ... hope this helps ....
source share