Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelambert/droidlog
A console/error logger for Android PhoneGap apps
https://github.com/joelambert/droidlog
Last synced: about 2 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-15T13:54:56.000Z (almost 13 years ago)
- Last Synced: 2024-09-04T00:05:22.580Z (3 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/).