Questions tagged [bugfender]

Bugfender is a cloud service to collect mobile application logs. Developers can control log sending programmatically and manually for each device. Logs are available at the Bugfender console.

Bugfender is a cloud service that allows developers to upload their application logs, combined with a web console to view the logs once uploaded.

For Android It provide an SDK via Maven with a customer Logger that makes it very easy and powerful to send the logs to Bugfender. Bugfender has more advanced features than Android default logging system, such programmatically deciding if logs need to be sent to the server or alerting the developer of an error condition that needs to be investigated.

For iOS It an SDK via CocoaPods with a better logger than NSLog that makes it very easy and powerful to send the logs to Bugfender. The integration usually takes less than 15 minutes. The SDK has a very small footprint, it requires a very small memory and your app performance will be the same as without it. Bugfender has more advanced features than iOS log system with NSLog, such programmatically deciding if logs need to be sent to the server or alerting the developer of an error condition that needs to be investigated.

4 questions
13
votes
11 answers

Android: Bug with ThreadSafeClientConnManager downloading images

For my current application I collect images from different "event providers" in Spain. Bitmap bmp=null; HttpGet httpRequest = new HttpGet(strURL); long t = System.currentTimeMillis(); HttpResponse response = (HttpResponse)…
znq
  • 44,613
  • 41
  • 116
  • 144
2
votes
1 answer

`Bugfender SDK` Invalid bitcode version issue

I have added Bugfender SDK in my iOS app, app runs successfully in device but while archiving it gives me following error: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1000.11.45.2_0' Reader:…
Shruti Thombre
  • 989
  • 4
  • 11
  • 27
1
vote
3 answers

Bugfender: ReferenceError: Can't find variable: BroadcastChannel

I am using bugfender in my vue js application, which works fine in Chrome but doesn't work in my Safari Mac. Safari Version 15.3 (17612.4.9.1.5) @bugfender/sdk: 2.2.2 Error in browser console: ReferenceError: Can't find variable: BroadcastChannel I…
Prachit Patil
  • 413
  • 5
  • 9
1
vote
0 answers

Problems with Bugfender, Xamarin

I have a problem with Bugfender while building my app also i can't run unit test enter image description here