Project

General

Profile

trace debug posibilities

Added by Meindert Oldenburger over 9 years ago

Could someone tell me how i can make more detaild traces?

Where is this information described? tvheadend --help shows only --trace, but not all the options.

Jaroslav Kysela ask me for "Provide whole HTSP log (login, create DVR entry, close) and according dvr lines.."


Replies (3)

RE: trace debug posibilities - Added by Prof Yaffle over 9 years ago

A quick grep of the code for tvhtrace() give you...

access
mpegts
bouquet
dvbcam
capmt
descrambler
cwc
dvr
epg
epggrab
eit
opentv
fsmonitor
htsp
httpc
idnode
tsfile
satip
linuxdvb
en50221
diseqc
scanfile
tvhdhomerun
sdt
fastscan
psi
gtimer
main
pass
mkv
parser
transcode
satips
service
service_mapper
subscription
tcp
timeshift
time
upnp
settings
thread

... plus, I believe, 'all'

RE: trace debug posibilities - Added by Meindert Oldenburger over 9 years ago

Thanks, and this is the way to execute tvheadend?

sudo /usr/local/bin/tvheadend -u hts -g video --trace htsp,descrambler,cwc,capmt -l /tmp/tmp

RE: trace debug posibilities - Added by Prof Yaffle over 9 years ago

Yes, that looks about right - you'd create a file 'tmp' in /tmp with all log output.

You can also add modules at run-time through Configuration -> Debugging

I think trace also needs you to compile with --enable-trace, although I saw some recent commits that might have changed this.

Try it and see.

    (1-3/3)