标签:android apk

Android Runtime.getRuntime().exec()调用命令问题

 try { String  cmd5=”dmesg”; Process process = Runtime.getRuntime().exec(cmd5); Log.i(TAG,”cmd dmesg success–“); InputStream in1 = process.getInputStr……