Giter Club home page Giter Club logo

logcat's People

Contributors

qhm123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

logcat's Issues

More advance feature support

Yanoushek,

I've gotten a little addicted to this project. I hope you don't mind but I am going to try and implement the features on the roadmap. My first step will be to refactor adb out of the AppDelegate class. I will do this by creating a LogcatDatasource class and trying to move filtering, search, adb etc into it. I think this will make things a lot easier in the long run. Maybe I will pull the to tableviews into their own class too.?.

Here is the list of items on the roadmap and a few comments about them:

1. Support for more than 1 device at a time.

I will start by allowing user to select from a list of devices (if multiple connected) and view the log for the selected device. How did you envision this to work? I foresee having one window per device log (maybe I can hack together a demo of this after the refactor). Or being able to select a threadID and open its view into another window. This way you could look at two threads side by side.

2. Automatically generated filters for all the tags, types etc.

I added ability to add a filter by right clicking on the row/column. In my opinion this is better than auto generating filters. I do think it would be useful to be able to import and export filters. If we start using predicates this will probably need to get a lot smarter.

3. Better and easier filter definitions with NSPredicateEditor.

I've worked with NSPredicate a few times. As I do the refactor I will consider changing to NSPredicate for the filtering

4. RegExp searching and filtering.

No plan to solve this during this refactor

5. Autodetection of adb location (or bundling the adb within LogCat?).

Is this still a plan since ADB is packaged with the app? I could see an argument for preferring the users ADB and if it can't be found than use the pre packaged one.

6. A better solution for reading and parsing adb output.

I think it will be a lot more efficient if we use "adb logcat -v threadtime" and parse with NSScanner. I am going to test this out and see what the most efficient way to do this is. I wan to optimize the initial launch because it take several seconds before we get through the cached log.

How to use it on mac

where is app/setup for this application. I am new to mac and don't have xcode installed.
Please can you provide a build so I can install it.
I am on slow internet connection and don't want to install xcode (it is huge).

Preferences window crush

Line 18: self.tfAdbPath.stringValue = [[NSUserDefaults standardUserDefaults] objectForKey:PREFS_ADB_PATH];

if [[NSUserDefaults standardUserDefaults] objectForKey:PREFS_ADB_PATH] returns nil, application crushes.

My workaround:
if([[NSUserDefaults standardUserDefaults] objectForKey:PREFS_ADB_PATH] != nil) {
self.tfAdbPath.stringValue = [[NSUserDefaults standardUserDefaults] objectForKey:PREFS_ADB_PATH];
}

Compile and Release

Hi there,

would be good if you can compile it and release it as .app, so users without xcode can use it too.

Yanoushek, Thank you

Yanoushek,

Sorry this is not really and issues. I just wanted to say thank you for sharing LogCat. Many of us are using it every single day and rely on it very heavily to get their job done faster and easier.

Do you still use it?

-- Yepher

How to connect to my logcat?

Ok, this might be obvious... but I cannot find a way to link the application to my logcat's output. How do you do this?

Update: AH, I see I do not need to actually give it the location of my android sdk. In fact, I just needed to unplug and replug my device. Thanks for this tool!

Packaging ADB with app causes crashes

I updated my ADK. Now when I launch LogCat that has ADB pre-packaged ADB crashes.

I think the user has to be able to select their $ANDROID_HOME/platform_tool adb for this to be stable.

Or maybe when the app runs the first time the user should be given to use the built in ADB or select a custom adb version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.