[Libreoffice] Fresh run of Callcatcher (this time with the attachment compressed)

Julien Nabet serval2412 at yahoo.fr
Sun Jan 9 03:31:49 PST 2011


Hello,

I run the whole process for retrieving a fresh report of callcatchers.
I hope having using callcatcher in the right way and that it will help

Here is the process I used in <source>/libo/clone :
find . -mindepth 2 -maxdepth 2 -type d | grep -v git > directories.txt

for i in  `cat directories.txt`;do cd $i;j=`basename ${i}`;callanalyse 
unxlngi6.pro/lib/*.so unxlngi6.pro/bin/* > 
${j}_callanalyse_report.txt;cd ../../;done

find . -name *callanalyse_report* -size +1 > reports.txt

for i in `cat reports.txt`;do j=`basename $i|cut -f1 -d_`;echo -e 
"MODULE $j\n" >> full_reports.txt;cat $i >> full_reports.txt;echo -e 
"\n\n" >> full_reports.txt;done

There should be something simpler to do but i just wanted something that 
worked :-)

Julien.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110109/bb35e233/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: full_reports.txt.zip
Type: application/zip
Size: 116555 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110109/bb35e233/attachment-0001.zip>


More information about the LibreOffice mailing list