Back to project page ttt.
The source code is released under:
GNU General Public License
If you think the Android project ttt listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package ttt; /*from ww w. jav a 2 s .c om*/ import java.io.IOException; /** * * @author marcel */ public class Logcat { public static void main(String[] args) throws IOException{ String[] emucmd = {"emulator", "-avd", "andro22"}; Process emu = Runtime.getRuntime().exec(emucmd); fs.run("/opt/android-sdk/platform-tools/adb", "logcat"); } }