Difference between revisions of "Application:Lumberjack"

From WebOS Internals
Jump to navigation Jump to search
Line 29: Line 29:
  
 
For example an application will request GPS services, the log will show this request and how the service responds to the request.
 
For example an application will request GPS services, the log will show this request and how the service responds to the request.
 +
  
 
<h3>How do you write to logs?</h3>
 
<h3>How do you write to logs?</h3>
 
  
 
&bull; Mojo.log events to document and debug their apps. For more information on this technique see Palm's API documentation here [http://developer.palm.com/index.php?option=com_content&view=article&id=1864&Itemid=253 Mojo.Log]
 
&bull; Mojo.log events to document and debug their apps. For more information on this technique see Palm's API documentation here [http://developer.palm.com/index.php?option=com_content&view=article&id=1864&Itemid=253 Mojo.Log]

Revision as of 10:02, 17 October 2010

« Go Back to the Utilities application list
Lumberjack ss1.png

Lumberjack - 0.1.1 Beta


Summary

Icon WebOSInternals Lumberjack.png

Lumberjack is an on-device logging tool. It allows you to view and follow the logs for specific applications from the /var/log/messages file.

Its goal is to make debugging apps without a workstation better and easier.

FAQ

Main screen.png
Lumberjack logView.png

How is the "Retrieve Log" different from the "Follow Log"?

Applications are always logging, the Retrieve Log button gets the entire log since it was last cleared. Where as the Follow Log displays the log in real-time.

• The Follow Log displays logs in real-time.

• The Retrieve Log displays a static once look, but this can be updated by selecting the refresh button.


What is DBus Capture?

The DBus Capture button is to follow service requests in real time. It will show which applications are sending out requests and what the service returns.

For example an application will request GPS services, the log will show this request and how the service responds to the request.


How do you write to logs?

• Mojo.log events to document and debug their apps. For more information on this technique see Palm's API documentation here Mojo.Log

• Logging can also be displayed with javascripts alert() function

What's the difference between cleaned and raw log scene formats?

• Raw log, copies the exact row from the messages file

• Cleaned log is formatted



By default the device is at mojo.log.error level. so lumberjack changes LunaSysMgrJS to debug from error when it starts. then back to error when it closes.



Preferences screen.png