Difference between revisions of "Development Team/Environment"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
== Developer Environment ==
 
== Developer Environment ==
 
Currently we are going to replace the current developer console with a new developer environment, composed by:
 
  
 
'''Analyze Activity'''<br>
 
'''Analyze Activity'''<br>
Line 14: Line 12:
 
Allow to see the activities log files and system logs as /var/log/messages. It will allow to send reports about a given activity or general system to a central server as reports.<br>
 
Allow to see the activities log files and system logs as /var/log/messages. It will allow to send reports about a given activity or general system to a central server as reports.<br>
 
URL: [http://dev.laptop.org/git?p=projects/log-activity http://dev.laptop.org/git?p=projects/log-activity]
 
URL: [http://dev.laptop.org/git?p=projects/log-activity http://dev.laptop.org/git?p=projects/log-activity]
 
'''''NOTE''''': As of build 650 (and perhaps earlier), the Developer Console no longer exists as a single entity.  Its functionality has been split out into different activities and tools.
 
 
* Log Viewer is now a separate [[Log Viewer]] activity.
 
* Terminal is now a separate [[Terminal]] activity.
 
* Memphis is ... partly covered by the [[Analyze]] activity.
 
 
* While build 650 has no trivial in-GUI way to find your build number, it can be learned via the [[Terminal]] activity.
 
  
 
[[Category:DevelopmentTeam]]
 
[[Category:DevelopmentTeam]]

Revision as of 04:42, 9 June 2008

Developer Environment

Analyze Activity
An activity that get useful resources information as: memory usage by activities running, X Server mapped pixmaps, Network interfaces traffic, presence service, etc
URL: http://dev.laptop.org/git?p=projects/analyze-activity

Terminal Activity
A Terminal-Shell activity, where the developer or kid can use the Linux shell
URL: http://dev.laptop.org/git?p=projects/terminal-activity

Log Activity
Allow to see the activities log files and system logs as /var/log/messages. It will allow to send reports about a given activity or general system to a central server as reports.
URL: http://dev.laptop.org/git?p=projects/log-activity