Quote:
Originally Posted by fastrobot
Does anyone know how to find out for sure?
I tried to use strace on nickel in rcS -- and although it doesn't complain, the screen doesn't draw properly and I'm not getting a trace. Has anyone successfully straced nickel, and if so -- what command did you use,
|
The command I am using is
Code:
$ksmroot/tools/strace -t -ff -o $logfile /usr/local/Kobo/nickel -platform kobo -skipFontLoad
Quote:
Originally Posted by fastrobot
and where did you execute it ?
|
I shifted the whole business of calling nickel (including exporting variables, calling on-animator.sh and so on) to another script and call it only after rcS is finished. Calling strace against nickel from telnet should also work.