摘要:
object SuShell { private const val SU_CMD = "su" fun exec(cmd: String): Result<String> { val process = Runtime.getRuntime().exec(SU_CMD) val writer = 阅读全文
摘要:
原因:IDE crashes due to "chrome-sandbox is owned by root and has mode" error when IDE is launching the JCEF in a sandbox 解决方案:关闭 ide.browser.jcef.sandbo 阅读全文