【发布时间】:2011-05-08 12:42:52
【问题描述】:
我正在为 Android 2.2 和 LG Black 设备开发应用程序。 当我在我的 LG 设备上运行应用程序时,我得到以下 SocketException,这在其他设备上永远不会发生!
Broken pipe
java.net.SocketException: Broken pipe
at org.apache.harmony.luni.platform.OSNetworkSystem.writeSocketImpl(Native Method)
at org.apache.harmony.luni.platform.OSNetworkSystem.write(OSNetworkSystem.java:723)
at org.apache.harmony.luni.net.PlainSocketImpl.write(PlainSocketImpl.java:578)
at org.apache.harmony.luni.net.SocketOutputStream.write(SocketOutputStream.java:59)
如何解决? 谢谢。
【问题讨论】:
-
您将需要提供更多上下文,例如破坏的套接字类型以及在什么条件下的详细信息。
标签: android socketexception broken-pipe lg