jariz / Noti

Receive Android notifications on your mac. (w/PushBullet) ⛺
MIT License
910 stars 63 forks source link

Added basic logging to file #62

Closed ABeltramo closed 6 years ago

ABeltramo commented 6 years ago

We can now monitor log using OSX Console app. Logs are saved on ~/Library/Logs/Noti.log

jariz commented 6 years ago

LGTM, but the build crashing is kind of a problem, can you try this suggestion:
https://travis-ci.org/jariz/Noti/builds/314688720#L45

Basically edit .travis.yml as so:

-script: xcodebuild -workspace Noti.xcworkspace -scheme Noti
+script: brew update && xcodebuild -workspace Noti.xcworkspace -scheme Noti
jariz commented 6 years ago

Looks like it failed again 😞

https://docs.travis-ci.com/user/customizing-the-build/ I think you should use before_install instead. Sorry about this, the CI has been proved to be really valuable in the past so I kind of want to keep it working.

ABeltramo commented 6 years ago

Yep np! I'm just super busy at the moment. I tried to add the command "pod update" but maybe it's correct to "brew update". Will try later!

alperenduran commented 6 years ago

Guys Why I received these e-mails?

On 15 Dec 2017, at 01:53, ABeltramo notifications@github.com<mailto:notifications@github.com> wrote:

Yep np! I'm just super busy at the moment. I tried to add the command "pod update" but maybe it's correct to "brew update". Will try later!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/jariz/Noti/pull/62#issuecomment-351860961, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AV8FO7r1FgKl9uJtn0IKBnNfiJAZFX-1ks5tAabrgaJpZM4Q5Twx.

jariz commented 6 years ago

You're watching this project @alperenduran . Press the unwatch button on the github site. Also please keep discussion ontopic.

jariz commented 6 years ago

Sweet! I'll merge this and release 0.3 later today. Shame we couldn't really fix #35 but at least we have better debugging now and can ask users to try again and send their logs.