Hi, how would I check if logs are existing? I see the export file and i see a txt file deleted in /private/var/mobile/Containers/Data/Application/30869F15-796E-48E5-AD36-7BXXX0BE8D3/Library/Application%20Support/Logs/Log-2022-01.txt on iOS when I call FlutterLogs.clearLogs(); What is the recommended way to check if logs are there at all?
Hi, how would I check if logs are existing? I see the export file and i see a txt file deleted in
/private/var/mobile/Containers/Data/Application/30869F15-796E-48E5-AD36-7BXXX0BE8D3/Library/Application%20Support/Logs/Log-2022-01.txt
on iOS when I callFlutterLogs.clearLogs();
What is the recommended way to check if logs are there at all?