https://github.com/joelambert/droidlog
  
  
    A console/error logger for Android PhoneGap apps 
    https://github.com/joelambert/droidlog
  
        Last synced: 7 months ago 
        JSON representation
    
A console/error logger for Android PhoneGap apps
- Host: GitHub
- URL: https://github.com/joelambert/droidlog
- Owner: joelambert
- Created: 2012-02-14T15:27:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-15T13:54:56.000Z (over 13 years ago)
- Last Synced: 2025-03-20T12:11:20.368Z (7 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          #DroidLog
DroidLog is a small Python script that displays all log & error messages produced by a PhoneGap app running on an Android device or emulator.
# How to use
To use, attach you Android device or launch the emulator, then run the script:
	python droidlog.py
The script will then listen for PhoneGap console messages and output them to the screen.
	
You could alternatively make the script executable:
	chmod u+x droidlog.py
	
Then run using:
	./droidlog.py
# License
DroidLog is Copyright © 2012 [Joe Lambert](http://www.joelambert.co.uk) and is licensed under the terms of the [MIT License](http://joelambert.mit-license.org/).