An open API service indexing awesome lists of open source software.

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.

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).

![Demo](https://user-images.githubusercontent.com/45510/54993365-a96c5680-4fe7-11e9-9d05-c2d87bdda089.png)

Building yourself
=================

1. `npm install`
2. `npm run serve` to test locally
3. `npm run build` to Building