From c465bbb85d43a90167df18ba3ce515ae77077ea7 Mon Sep 17 00:00:00 2001 From: hunterk Date: Mon, 29 Jul 2024 19:14:41 -0500 Subject: [PATCH] fix misleading bit about logging on iOS --- docs/guides/generating-retroarch-logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/generating-retroarch-logs.md b/docs/guides/generating-retroarch-logs.md index c6b6661726..8fc51c469f 100644 --- a/docs/guides/generating-retroarch-logs.md +++ b/docs/guides/generating-retroarch-logs.md @@ -84,10 +84,10 @@ There is a range of variation in the logging systems available to Android device _Based on Stackexchange posts by Leandros and Nicolas Raoul._ #### Generating Logs via Android App -Gathering log files in Android requires a third-party app that can interface with the `logcat` system. Many free apps are available via Android's "Play Store" system. +Gathering log files in Android requires a third-party app that can interface with the `logcat` system. Many free apps are available via Android's "Play Store" system. You can still generate RetroArch logs from the menu. ### Generating Logs in iOS -At the moment there are no logging docs available for iOS. Please feel free to post about your situation in the libretro forums. +You can generate RetroArch logs from the menu, and App Store installations can opt to send crash logs to the RetroArch developers for analysis, if desired. ### Generating Logs with Nintendo Switch