Probably not related - bit I think I just found the cause of my app crash.
Reading the log files, it appears I rotated the phone 180 degrees, so it spits out a bunch of lines like
2026/05/09 21:32:06:712 ppOrientation:3
info :{
UIDeviceOrientationRotateAnimatedUserInfoKey = 1;
}
Milliseconds later its loses the IP connection:
2026/05/09 21:32:32:670 埋点数据服务服务心跳失败
2026/05/09 21:32:32:670 心跳失败,Socket手动断连一下,允许重连
2026/05/09 21:32:32:671 埋点数据服务服务连接失败1ipport10.0.0.1error(null)
2026/05/09 21:32:32:671 埋点数据服务服务连接失败2ip10.0.0.1error*(null)
2026/05/09 21:32:32:713 ppOrientation:3
... and this goes on for a bit before finally it crashes and I restarted the phone (and the app, and reconnected).