Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 Intellij 上运行我的项目时, Consumer closed input channel or an error occured events=0x8 在 LogCat 中显示。它是什么,我该如何解决这个问题?
Consumer closed input channel or an error occured events=0x8
输入管道文件描述符(fd)已被某人关闭。要么窗口已关闭,因此客户端正确关闭了 fd,要么进程中的某些东西意外关闭了不应该关闭的 fd,或者进程崩溃并且 fd 被内核关闭。使用 Eclipse 调试器单步调试您的程序,以找出错误所在。