标签: ios swift
我不明白为什么火炬不会持续开启 它在开始时闪烁并立即熄灭 我也锁定并解锁了。
我添加了部分代码,我认为这与此处的问题有关。
fork() setsid() close(0) /* and /dev/null as fd 0, 1 and 2 */ close(1) close(2) fork()