Log file: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(32 intermediate revisions by 8 users not shown)
Line 1: Line 1:
At some point during your foray into XBMC, you will likely come up against a problem that isn't made 100% clear from errors in the GUI. This is where the log file comes into play. XBMC writes all sorts of useful stuff to its log, which is why it should be included with every bug/problem report.
{{mininav| [[Troubleshooting]] | [[HOW-TO:Submit a bug report]] }}


==Tell me more==
__TOC__
<big>
*'''[[Log file/Easy]] -'''</big> Someone asked for the debug log, xbmc.log, or log file and you're not sure what to do next? Use this easy guide!




<big>
<section begin="intro" />At some point during your foray into Kodi, you will likely come up against a problem that isn't made 100% clear from errors in the GUI. This is where the log file comes into play. Kodi writes all sorts of useful stuff to its log, which is why it should be included with every bug/problem report.<section end="intro" />
*'''[[Log file/Advanced]] -'''</big> The original log file page with full technical explanation.




== Important Notes ==
*{{Big|'''Do NOT post your logs directly in a forum. Always use a paste site like https://paste.kodi.tv . Post the link to your pasted log in the forum.''' Details are in the following pages.}}
*{{big|'''Provide ''FULL'' Logs only. No Partial logs or snippets.'''}} The only redactions should be personal information.
* Be aware that the Logs are "Session Logs" only. The logs are written from Kodi startup to Kodi shutdown (or crash). The next time you start Kodi, the kodi.log is cleared, and a new log is created. The kodi.log that was there is renamed to kodi.old.log and the existing kodi.old.log is deleted. In effect you only ever have two logs available- the current one, and the previous one. Depending upon your situation and which of the following methods you use, be mindful of the following:
** If you have replicated the problem and are immediately using the Kodi LogUploader add-on, upload kodi.log
** If you are going to '''restart''' Kodi to use the uploader app, you need to upload kodi.old.log
** Before restarting, you can manually copy and paste the contents of the kodi.log to a pastebin site
== Basic Method ==
<big>* '''[[Log file/Easy]] -'''</big>
If Kodi is operational and you can still navigate through the menu system, use this method to create the Debugging Log.
== Advanced Method ==
<big>* '''[[Log file/Advanced]] -'''</big>
If your Kodi refuses to start, or crashes while attempting to start or while navigating the menu's, then use this method to create the Debugging Log.
{{updated|17}}
[[Category:Index]]
[[Category:Index]]
[[Category:XBMC Manual]]
[[Category:Manual]]
[[Category:Advanced topics]]

Revision as of 08:35, 2 October 2018

Home icon grey.png   ▶ Troubleshooting ▶ HOW-TO:Submit a bug report ▶ Log file


At some point during your foray into Kodi, you will likely come up against a problem that isn't made 100% clear from errors in the GUI. This is where the log file comes into play. Kodi writes all sorts of useful stuff to its log, which is why it should be included with every bug/problem report.


Important Notes

  • Do NOT post your logs directly in a forum. Always use a paste site like https://paste.kodi.tv . Post the link to your pasted log in the forum. Details are in the following pages.


  • Provide FULL Logs only. No Partial logs or snippets. The only redactions should be personal information.


  • Be aware that the Logs are "Session Logs" only. The logs are written from Kodi startup to Kodi shutdown (or crash). The next time you start Kodi, the kodi.log is cleared, and a new log is created. The kodi.log that was there is renamed to kodi.old.log and the existing kodi.old.log is deleted. In effect you only ever have two logs available- the current one, and the previous one. Depending upon your situation and which of the following methods you use, be mindful of the following:
    • If you have replicated the problem and are immediately using the Kodi LogUploader add-on, upload kodi.log
    • If you are going to restart Kodi to use the uploader app, you need to upload kodi.old.log
    • Before restarting, you can manually copy and paste the contents of the kodi.log to a pastebin site


Basic Method

* Log file/Easy - If Kodi is operational and you can still navigate through the menu system, use this method to create the Debugging Log.


Advanced Method

* Log file/Advanced - If your Kodi refuses to start, or crashes while attempting to start or while navigating the menu's, then use this method to create the Debugging Log.