Hotfix: Abnormal number of requests on some phones

更新时间:
复制 MD 格式

Hotfix: Abnormal number of requests on some phones

The following behavior is observed on the OPPO R9s phone model:

  • The app's main process performs a patch query on startup.
  • The main process restarts automatically after it is killed. This is likely caused by a keepalive logic that repeatedly restarts the process in response to external factors. These factors include the device's ROM, the system environment (such as security settings and installed security software), and user actions (such as testing).

To resolve this issue, remove the process keepalive logic.