I would like to have a simplified form of aLogcat. So, I am trying to
use the logic in
http://code.google.com/p/android-random/source/browse/trunk/Logcat/src/org/devtcg/tools/logcat/LogcatProcessor.java.

however, when I run the same command: logcatProc =
Runtime.getRuntime().exec(
                                        new String[] { "logcat", "-v", "time",  
"*:V" });

The inputStreamReader always gets 0 lines.There are no errors logged.
app uses_permission ReadLogs is specified in the manifest.

Why do I get 0 lines all the time?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to