Questions tagged [bugsense]

BugSense is a tool that collects and analyzes crash reports from mobile apps. Supports Windows Phone 7, Windows Phone 8, Windows 8, HTML5 Android and iOS.

The bugsense tool is split into two parts. One client part that is a framework/assembly/package that you can reference and easily hook up to the unhandled exception handler for the respective platform.

The other part is the server where you can analyze crashes. Most importantly sort them by occurrence for easy prioritization. It's also very easy to see the stacktrace in order to be able to fix crashes.

Bugsense is free to try.

57 questions
31
votes
1 answer

What is _mh_execute_header?

I'm getting '_mh_execute_header' as error position from production ios app (I'm using BugSense): I'd like to know what is it and what it means. During development we use testflight to release beta version to our testers and among team components:…
notsoux
  • 1,605
  • 3
  • 14
  • 19
9
votes
5 answers

Any replacement for Bugsense for ACRA

I am using Bugsense as backend for ACRA in Android. Bugsense is good and report presentation is very nice. The problem I am facing is it only allow 500 free reports per month. I am looking for a replacement which I can host on my server and have…
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
7
votes
3 answers

Does bugsense crash handler need to be called in each activities of an Android application?

My app has 3 activities A,B and C. From A (the "home") i can start B and from B i can start C. Do i have to call BugSenseHandler.setup(this, MY_API_KEY); only in A or also in B and C?
Davide
  • 75
  • 6
4
votes
1 answer

Edit Google spreadsheet automatically from command line

I´m trying to make a collection of scripts in php and bash that ask to bugsense for the errors in my app, make everything what I need and upload a couple of files to Google Docs so everyone in the company can see all the data up to date. I do this…
Nicolas Yuste
  • 673
  • 9
  • 15
3
votes
0 answers

Bugsense Doesn't Report Crash

I have setup Bugsense in a Xcode 5.1 iOS 7.0 iPad application. I get the following: 2014-04-04 00:35:45.801 ClearAsset[18858:1303] BugSense --> Posting analytics data... 2014-04-04 00:35:47.424 ClearAsset[18858:3c33] BugSense --> Server responded…
Lennie
  • 1,999
  • 4
  • 27
  • 42
3
votes
1 answer

ACRA custom log reporter

I'm using ACRA with bugsense.com in conjunction for taking bug reports. Can I use them to send my arbitrary messages from an app? I want it send user's wrong behavior to bugsense server. Is the only way to do this is generate Exception? I'm not sure…
dimetil
  • 3,851
  • 2
  • 29
  • 47
3
votes
1 answer

Symbolicate iOS Crash Stack Trace without Crash Log

I'm using BugSense to track crashes from an iOS App. Recently I noticed problems symbolicating stack traces from live usage. The problem is that Apple introduced address space randomization with iOS 4.3 so that the stack address of interest cannot…
sven.b
  • 65
  • 1
  • 6
2
votes
2 answers

iOS BugSense stack-trace for App startup crash

I recently enabled BugSense in my App to try and help gather crash reports. I'm seeing a lot of crashes that look like they are happening immediately upon startup of my App (I haven't been able to replicate on any of my own devices). The problem…
tthmok
  • 23
  • 3
2
votes
1 answer

Understanding BugSense usage in sending crash reports

I have come across BugSense which I had implemented in one of my recent APP by generating a API in BugSense site. I had followed the DOC provided by BugSense and configured the tool successfully in my APP. When I connect my device to my system and…
Santosh Gurram
  • 1,007
  • 3
  • 13
  • 22
2
votes
2 answers

Bugsense returns error: "list index out of range"

I'm currently developing a bugsense plugin for Corona. The function performing the request is: local function sendLog(request) local headers = {} headers["Content-Type"] = "application/json" headers["X-BugSense-Api-Key"] =…
2
votes
1 answer

Automate bugsense proguard mapping file upload using (apitoken/apikey)

Hi need to automate Bugsense proguard mapping file upload using python and api(apitoken /apikey) . I was trying with the code from("github.com/PanosJee/5004886") but not find anything getting uploaded . I am able to do curl to the urls specified in…
user3323241
  • 459
  • 2
  • 9
  • 21
2
votes
1 answer

How to send ACRA reports to multiple destinations?

I've this special case where in I need to send the crash reports from my app to both BugSense and my own server. And AdvancedUsage - ACRA/acra Wiki says : "You can even send reports to multiple destinations." But where and how exactly do I specify…
Vishnu
  • 2,024
  • 3
  • 28
  • 34
2
votes
1 answer

Robolectric NullPointerException with BugSense

I'm attempting to create a simple Robolectric unit test (using Gradle following to some extent the example here http://www.peterfriese.de/android-testing-with-robolectric/). Everything seems to be set up correctly, however I'm getting the following…
loeschg
  • 29,961
  • 26
  • 97
  • 150
2
votes
1 answer

Minimal bugsense code required for testing

I have been trying to use BugSense via a 15 day trial account, but for some reason I do not receive the logs online even after an application crash. I have trying things with minimal code changes, without any success. Here are the steps I have…
Vishal
  • 3,178
  • 2
  • 34
  • 47
2
votes
1 answer

Bugsense - Transmitting ping timed out

BugSense throws a little exception for me. It works (every time!?) and I still get email notifications when my app crashes in my hand. I want to know just in case, what is this error message? Does anybody know? Exception: W/BugSenseHandler(2881):…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222
1
2 3 4