Sharing Trio Logs¶
The "Share Logs" feature lets you export the app’s logs (from today and yesterday) and opens the iOS share sheet so you can transmit them to support channels, developers, or storage services for troubleshooting and record-keeping.
Check existing solutions
When you run into an issue and want to share your logs, please take a moment to check if it’s already been solved by browsing through Facebook or Discord first.
Follow the steps below to save and share the logs.
Export Logs¶
- From within the Trio app,
tap⚙️ Settings › Support & Communities › Share Logs - Use the standard iOS share sheet to send these files via Mail, cloud-storage apps, or any other destination available in the share sheet.
Once you've exported the logs, you can share them where needed.
Share Logs¶
Logs are most commonly shared in the following cases:
-
Community troubleshooting:
Post logs to the Trio#bug-reportschannel on Discord or relevant Facebook groups when volunteers ask for them to help diagnose an issue.Overcoming file size limits: Compress Logs
If Discord or Facebook complains about the file size when you upload the logs, compress them into an archive before sending.
-
Developer bug reports: When requested, attach logs to a GitHub issue so that developers can use them to reproduce, investigate, and resolve the problem.
Compressing Logs¶
Discord and Facebook will reject your file upload if it is larger than 25 MB.
In this case, you first need to compress the log files into an archive before sending.
The following sections describe how to do that on Windows and macOS.
Compress Logs on Windows¶
To compress the log files on Windows, you can use either a graphical application or the terminal.
Compress Logs on Windows with a Graphical Application¶
- Launch the Windows File Explorer
- Select Log Files
- Navigate to the folder containing the log files.
- Hold Ctrl and click
log.txt. - Hold Ctrl and click
log_prev.txt.
- Compression
- Right-click one selected file
- Select
Send toin the contextual menu.- Select
Compressed (zipped) folder.
- Select
- Name Archive
- Type
triologs.zipand press Enter.
- Type
Compress Logs on Windows in the Terminal¶
If you are not comfortable using the command line in a terminal on Windows, consider using a graphical application instead; otherwise, keep reading.
Choose your favorite Windows Shell below PowerShell or "Command Prompt (CMD)", then follow the instructions.
- Open PowerShell:
- Right-click the
Start menu - Select
Windows PowerShell.
- Right-click the
- Navigate to Log Folder:
Replace$HOME/Downloadswith the folder where you downloaded the log files. - Run Compression Command:
where:-Pathis followed by the files to compress.-DestinationPathis followed by the name of the ZIP archive file.
- Verify Archive:
A newtriologs.ziparchive file appears in the same folder.
- Open Command Prompt:
- Click the
Start menu - Type
cmd. - Press Enter.
- Click the
- Navigate to Log Folder:
Replace%USERPROFILE%\Downloadswith the folder where you downloaded the log files. - Run Compression Command:
where:taris the archiving utility.-aselects the archive format based on the file extension (.zipin this case).-ccreates a new archive.-fis followed by the name of the archive file.log.txt log_prev.txtare the files to include in the archive.
- Verify the Archive:
A newtriologs.ziparchive file appears in the same folder.
Compress Logs on macOS¶
To compress the log files on a Mac, you can use either a graphical application or the terminal.
Compress Logs on macOS with a Graphical Application¶
- Launch the
Finderapplication - Select Log Files:
- Hold Cmd and click
log.txt - Hold Cmd and click
log_prev.txt.
- Hold Cmd and click
- Compression :
- Right-click the blue highlighted lines.
- Select
Compressin the contextual menu.
- Name Archive:
- An
Archive.zipfile appears. - Rename it to
triologs.zip.
- An
Compress Logs on macOS in the Terminal¶
If you are not comfortable using the command line in a terminal on your Mac, consider using a graphical application instead; otherwise, keep reading:
- Launch Terminal:
- Press Cmd+Space
- Type
Terminal - Press Enter
- Navigate to Downloads Folder:
Replace~/Downloadswith the folder where you downloaded the log files. - Create Archive:
To create the archive, you can use
ziportar. If this method does not work becausezipis not installed, you can install it like so: You can also use the tar gzip alternative method to compress the log files: