Linux
From WebOS101
Viewing Log Information on Ubuntu
Be sure to have the VirtualBox emulator running first
For Ubuntu 9.04 on a fresh install you can view the log file following these steps
- 1) Open a terminal window
- 2) type "novaterm"
- 3) console should display "root@qemux86:/#"
- 4) type in log "com.yourapplication.testapp" from the app.json file whatever is listed for the id
If you want to view Mojo.Log.info events as well as errors be sure your application has a framework_config.json file with the following contents
{
"logLevel": "99"
}
For Ubuntu 9.10
- 1) Open a terminal window
- 2) type "ssh -p 5522 root@localhost"
- 3) Hit enter for a blank password
- 4) type in log "com.yourapplication.testapp" from the app.json file whatever is listed for the id