I am writing a Java application that talks to a C++ application using named pipes. When the C++ application dies, the Java gets SIGPIPE and the Java application dies.
On C/C++ I know how to catch that signal and ignore it. Is it possible to do something similar on Android/Java?