Hlášení chyb ve Wammu a Gammu

Pro hlášení chyb nebo nápadů navylepšení používejte bug tracker. Prosím věnujte pozornost abyste poskytli všechny důležité informace, které vývojáři umožní analyzovat problém. Nejdůležitější věci jsou:

Získání ladicího záznamu

Debugging log contains transcription of communication between Gammu and your phone. As such it might contain your private data. If it is the case or you are not sure, you should mark the bug private, so that only developers are allowed to see the data in it, but it is not publicly accessible as other bug reports.

Aby Gammu vytvořilo ladicí log, musíte mu to říci. To je možné buď na příkazové řádce (gammu --debug textalldate --debug-file /tmp/gammu.log identify) nebo v konfiguračním souboru:

[gammu]
connection = your connection setting
port = your port name
logformat = textalldate
logfile = /tmp/gammu.log

Wammu automatically creates debugging log in temporary directory (/tmp on Unix systems or Windows it is usually placed under Application Data folder in your profile), where it is kept in case Wammu has crashed. You can also save the current debug log while running Wammu from Help menu.

Logování Gammu SMSD se nastavuje ve více úrovních. Pro logování všecho nastavte debuglevel na 255:

[smsd]
debuglevel = 255
logfile = /tmp/smsd.log