https://github.com/paulkinlan/quicklogcat
Runs Android Quicklog from the web.
https://github.com/paulkinlan/quicklogcat
Last synced: about 1 month ago
JSON representation
Runs Android Quicklog from the web.
- Host: GitHub
- URL: https://github.com/paulkinlan/quicklogcat
- Owner: PaulKinlan
- License: apache-2.0
- Created: 2019-03-25T10:47:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:24:58.000Z (about 6 years ago)
- Last Synced: 2025-04-15T19:17:43.819Z (about 1 month ago)
- Language: JavaScript
- Size: 29.4 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick LogCat
============A simple tool that will connect to your Android Device and run logcat.
This is useful for debugging Android devices from a browser such as Chrome OS, or if you don't want to debug any Android device
without having to install ADB.*Warning*: Use at your own risk. There are no warranties or guarentees with this site. It uses ADB.JS and some of my own code, and everything is done in browser. The ADB protocol is a debbuging protocol and as such it could be possible to get access to all of your data. If you don't trust this tool, your machine, or extensions in this browser, don't use this site.
This site uses the awesome [webadb.js](https://github.com/webadb/webadb.js).
Building yourself
=================1. `npm install`
2. `npm run serve` to test locally
3. `npm run build` to Building