# How does an app crash affect cloud recording? (/en/api-reference/faq/integration/abnormal_exit)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

If an app integrated with cloud recording crashes, the recording session is not affected. You can continue to use the original resource ID and recording ID to control the recording instance, such as to query recording status or stop recording.

<CalloutContainer type="info">
  <CalloutDescription>
    Do not call `acquire` or `start` again with the same App ID, channel name, and UID. Doing so may cause an error or create a new recording instance.
  </CalloutDescription>
</CalloutContainer>
