Process process = Runtime.getRuntime().exec("logcat");
InputStream is = process.getInputStream();

On May 6, 8:50 am, manoj <[email protected]> wrote:
> Hi All,
>
> can we write an android application which runs adb commands like adb
> logcat? I mean, in an activity,
>
> I want to execute the "adb logcat". Is it possible? if so how?
>
> thanks,
> Manoj.

-- 
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