After the IPC device is successfully exported, the App is returned to the background, stays for a while, and then returns to the foreground. The App crashes. What should I do?
Last Updated on:2025-02-27 10:19:31
1. Check whether the cause of the error shows Terminated due to signal 13
2. When entering the background, you need to stop the video playback and disconnect the p2p connection
3. Refer to this to process the sigpipe signal:https://stackoverflow.com/questions/18935446/program-received-signal-sigpipe-broken-pipe/18963142#18963142