Skip to content

Commit

Permalink
Disable XServer Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Jan 25, 2025
1 parent 24933b6 commit 88bcfea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ class MainActivity : AppCompatActivity() {
runningXServer = true

runCommand(
"env CLASSPATH=${getClassPath(this@MainActivity)} /system/bin/app_process / com.micewine.emu.CmdEntryPoint $display"
"env CLASSPATH=${getClassPath(this@MainActivity)} /system/bin/app_process / com.micewine.emu.CmdEntryPoint $display &> /dev/null"
)
}
}
Expand Down

0 comments on commit 88bcfea

Please sign in to comment.