> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/send-logs-from-remote-desktop-manager-macos.md).

# Protokolle von Remote Desktop Manager macOS senden

### Sitzungsprotokolle

Befolgen Sie diese Schritte, um Sitzungsprotokolle an unser Kundensupport-Team zu senden, wenn ein Problem mit Remote Desktop Manager macOS auftritt.

1. Gehen Sie in Remote Desktop Manager macOS zum Abschnitt ***Hilfe*** und klicken Sie auf ***Sitzungsprotokolle***.

   ![](https://cdnweb.devolutions.net/docs/RDMM0000_2024_3.png)
2. ***Aktivieren*** Sie die Sitzungsprotokolle.

   ![](https://cdnweb.devolutions.net/docs/RDMM0001_2024_3.png)
3. Reproduzieren Sie das Problem und senden Sie die Protokolldatei zur Analyse an unser Kundensupport-Team unter <service@devolutions.net>.

{% hint style="info" %}
Die Sitzungsprotokollierung ist nicht persistent, das heißt, sie wird beim Schließen von Remote Desktop Manager automatisch deaktiviert.
{% endhint %}

### Absturzberichte

Dies ist in Fällen nützlich, in denen Remote Desktop Manager macOS abstürzt.

1. Beenden Sie Remote Desktop Manager macOS zwangsweise.
2. Öffnen Sie Remote Desktop Manager macOS.
3. Klicken Sie auf den Pfeil, um das Dropdown-Menü zu öffnen und weitere Details zum Absturz anzuzeigen.
4. Kopieren Sie den Fehlertext und klicken Sie auf ***Bericht nicht senden***.

   ![](https://cdnweb.devolutions.net/docs/RDMM0002_2024_3.png)
5. Senden Sie die Informationen an <service@devolutions.net>.

#### Erstellen und Senden eines Spindumps für Remote Desktop Manager

1. Gehen Sie zu ***Finder*** – ***Programme*** – ***Dienstprogramme*** – ***Aktivitätsanzeige***.

![](https://cdnweb.devolutions.net/docs/RDMM4025_2024_3.png)

2. Wählen Sie Remote Desktop Manager aus, klicken Sie auf die Auslassungspunkte-Schaltfläche (***...***) und wählen Sie ***Spindump*** (dies kann einige Minuten dauern und das System fordert möglicherweise ein Passwort an).

![](https://cdnweb.devolutions.net/docs/RDMM4026_2024_3.png)

3. Klicken Sie auf die Schaltfläche ***Speichern***.

![](https://cdnweb.devolutions.net/docs/RDMM4027_2024_3.png)

4. Kontaktieren Sie unser Kundensupport-Team unter <service@devolutions.net>, um einen sicheren Upload-Link zu erhalten, über den Sie ihnen die Datei senden können.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/send-logs-from-remote-desktop-manager-macos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
