LogCat
LogCat copied to clipboard
A simple adb logcat viewer for Mac OS X written in Objective-C
when trying to run LogCat for the first time on my machine i ran into an exception. This pull request fixes that exception for me
In order for individuals to use or modify this project legally, it must have a license. Relevant links: * [Choose an open source license](https://choosealicense.com/) * [GitHub Help: Licensing a repository](https://help.github.com/articles/licensing-a-repository/)...
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...
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]; }
Hi there, would be good if you can compile it and release it as .app, so users without xcode can use it too.
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...
error: more than one device and emulator add some choosing dialog or something
Njhyhh