Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/logcollect.py
Commit message (Collapse)AuthorAgeFilesLines
* logcollect: collect previous Sugar session logsJames Cameron2014-09-241-11/+27
| | | | | | Log collections only included the current Sugar session. Change to collect previous logs as well.
* logcollect: missing newline after dateJames Cameron2014-09-241-1/+1
| | | | Log collections showed meminfo on same line as date.
* logcollect: collect firmware version not BVJames Cameron2014-09-241-7/+29
| | | | | | | | | Log collections showed wrong firmware version. Cause was use of the BV tag instead of openprom/model. The BV tag is the base version of firmware used in manufacturing. openprom/model is the current version of firmware. Also separated null trimming into a separate method.
* Collector adds user's logs and activities SL #3240Manuel Kaufmann2012-06-011-3/+6
| | | | | | | | | When the user creates a zipfile with the log collector utility, all his installed activities are listed in info.txt (inside the zipfile) and all the sugar logs of the session are attached. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Adding another path for lookup of mfg-data directory - OLPC #11116Manuel QuiƱones2011-11-231-5/+13
| | | | | | | The mfg-data directory is located in another path for some builds, so the activity has to check in both places for existence. Signed-off-by: Manuel QuiƱones <manuq@laptop.org>
* disable default server for log submission, #2277James Cameron2011-05-261-4/+3
| | | | | | | | In the logcollect.py script, disable the command line option for sending the logs to a default server. This option is not used by the activity, but was present for command line usage. Signed-off-by: James Cameron <quozl@laptop.org>
* CleanupSimon Schampijer2008-09-131-2/+0
| | | | | | - add copying from fedora packaging request - removed empty README - remove instruction sfor non executables
* Relicense logcollect.py MITOLPC Developer2007-11-051-13/+20
|
* Harden logcollect.py with try...exceptPascal Scheffers2007-11-031-58/+80
|
* Change default URL and fix commandline use after file renaming.OLPC Developer2007-11-021-9/+13
|
* Add collector menu (testing)Eduardo Silva2007-11-021-0/+523