I have come accross code for AirBrakeNotifier in an app. However, Before that i should know what it does. All i have come to know is that it tracks error. I could not find a documentation on it. Can anyone please tell? Thanks
Asked
Active
Viewed 404 times
0
-
1Doesn't AirBrake work with ROR and iOS, if this is what you are referring too? https://airbrake.io/pages/home. – Siddharth Lele Oct 17 '12 at 06:27
-
It works for android too, but the question is, why is it used when we have `logcat` to see exceptions generated in an application? – ashi Oct 17 '12 at 06:31
-
11. The website itself does not mention compatibility with Android. 2. Logcat is useful when you are testing the app. Once your app is deployed, you no longer have access to users logcat except crash reports that the user may or may not submit. Services like AirBrake will gather those reports and email them across to your registered email address. NOTE: It is highly recommended that you comment out or delete any and all log statements in you app. You risk displaying information that may or may not be sesitive. – Siddharth Lele Oct 17 '12 at 06:36
-
Thanks, that's what i wanted, a high level description – ashi Oct 17 '12 at 06:40
-
Then, I am glad to have helped. ;-) – Siddharth Lele Oct 17 '12 at 07:03
-
y dont u go for Bugsnag? https://bugsnag.com/ – Amit Hooda Oct 17 '12 at 08:54
-
I was just reading a code which had Airbrake notifier. Thanks anyway! – ashi Oct 17 '12 at 09:14
1 Answers
2
It refers to this library
https://github.com/airbrake/airbrake-android
The original owner now works on https://bugsnag.com/ which may be another tool to track errors in your android application. If you have an API Key, we should be able to find the account as we may already have errors for your app.
Ben from Airbrake.

Ben Arent
- 1,017
- 8
- 8