Skip to content

abasile/Loggy

 
 

Repository files navigation

Loggy

What is it?

Loggy is a root developer tool that lets you view your logcat in a browser.

How does it work?

Loggy comes packaged with a lightweight webserver that supports websockets. A logcat process is run and piped to the browser via a WebSocket.

FAQ

Q: Hey bro, why does Loggy need root?

A: Well bra, it's because as of JellyBean, apps can only access their own logs, and not the system log or other app logs. So root is required to see the full log. https://plus.google.com/103583939320326217147/posts/2Yb5wgrx5ib

Dependencies

Loggy depends on the AndroidAsync project available here:

Loggy packages the following projects:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.9%
  • Java 37.1%