acra Questions

4

Solved

i've overloaded the Application class in my android app and i'm using the ACRA report system. My app looks like ( real source code here ) : public class MyApplication extends Application { @Over...
Vinny asked 9/10, 2012 at 23:10

4

Solved

Every once in a while I get: Unfortunately, MyApp has stopped. Problem is easy to solve if you have some logs, but in my case logcat has absolutely no message of error (it has normal messages ...
Kashakashden asked 8/9, 2015 at 10:41

3

Solved

Am trying to send crash report from my applicatio to my domain or Mail but failed still. To get the crash report in mail, I did @ReportsCrashes( formKey = "", mailTo = "[email&#160...
Emplane asked 4/7, 2013 at 6:26

2

Solved

I want to write the crash report in text file using latest Acra 4.9.0. I can,t example for this latest version. I tried using available documentation. Acra is enabled but it,s not writing in the f...
Electromyography asked 6/9, 2016 at 11:50

3

Solved

In my app ,i have integrated Crashlytics ,ACRA and Google Analytics for reporting crashes -> is there any side effect of one on others ? -> Which one is better to use. -> How crash reporting to...
Gigigigli asked 16/12, 2014 at 6:56

3

I am trying to install the ACRA crash report system to my android project. Now, my project is already extending a class, the Activity class. How can I implement the Acra project then? As they sta...
Pablo asked 11/9, 2012 at 8:29

3

ACRA itself is crashing with a odd problem: IllegalStateException: Cannot access ErrorReporter before ACRA#init I have an app with ACRA 4.3.0 that works perfectly. I changed the entire app to a l...
Aslam asked 21/10, 2012 at 18:5

3

Solved

When logging stack traces for unhandled exceptions in Java or Android (e.g. via ACRA), you usually get the stack trace as a plain long string. Now all services that offer crash reporting and analy...
Borstal asked 15/3, 2015 at 16:43

1

Solved

What are the significant diffs between: org.json.JSONObject and javax.json.JsonObject? Most importantly are they interchangeable from client to Webservice? ie. can I send JSONObject to Webservice...
Willodeanwilloughby asked 23/2, 2015 at 22:23

2

Solved

The application in question has already been deployed. I have found out about ACRA, and will be adding that in to find out why the application crashes are happening. My problem however, is that t...
Vries asked 16/11, 2011 at 16:30

1

Solved

I use ACRA 4.4.0 in my Android apps to receive crash reports from users. My IDE is ADT Build: v22.2.1-833290. Few days ago I've started using ProGuard for apps I'm going to publish on Google Play. ...
Erythroblast asked 28/4, 2014 at 12:19

2

So I'm using ACRA 4.4.0 with all defaults, and my logcat field is empty. My app has the <uses-permission android:name="android.permission.READ_LOGS" /> permissions, which should at leas...
Ruysdael asked 28/1, 2013 at 22:25

5

Solved

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 ...
Omophagia asked 7/2, 2013 at 21:35

2

Solved

I'm creating a gps app for the android! And now I've stumbled upon a problem. The app doesn't start at all... Any ideas of how to fix this? 04-05 12:54:50.877: D/dalvikvm(540): Not late-enabling ...
Acclaim asked 4/4, 2012 at 16:18

1

My app uses ACRA for error reporting, and I've got a couple of reports from my device with the error: Can only use lower 16 bits for requestCode.. Google shows this error occurring when using start...
Proposal asked 17/1, 2013 at 8:53

2

Solved

I have successfully implemented ACRA(Application Crash Report for Android) on my project and error reports are sent to Google docs correctly. But... when an exception happens on my app, it do...
Priebe asked 17/12, 2012 at 19:8

1

Solved

I am looking for a way to debug crashes happens on user devices. currently I see crashes in the play market. what I see there is a stack trace but no other details (for example: log before the cras...
Muckrake asked 30/5, 2012 at 20:40

1

Solved

I want to Create Text File of Crash Logs Information by ACRA Crash Report Instead Of EMail/GoogleDoc etc. so how can i achieve this goal?
Noeminoesis asked 23/5, 2012 at 9:15

2

I have C++ codebase running on Android, and want to have crash reports sent by users. I'm using ACRA library which works fine for Java code, but when something crashes in native code, I don't get ...
Heaviness asked 10/10, 2011 at 8:24
1

© 2022 - 2024 — McMap. All rights reserved.