Git Product home page Git Product logo

acra-reporter's People

Contributors

mwinters-stuff avatar

acra-reporter's Issues

Reports not being marked as Fixed or Looked At

What steps will reproduce the problem?
1. Open any NEW error report
2. Tick Fixed check mark (or looked at)
3. Reload the page, it's still under NEW and Fixed check mark is unchecked

What is the expected output? What do you see instead?
Once report is marked as Fixed, it should not be under NEW

What version of the product are you using? On what operating system?
Latest from trunk

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jun 2013 at 6:03

Clear All Reports Feature

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

It would be awesome to be able to delete all reports with one click. 

Original issue reported on code.google.com by [email protected] on 29 Apr 2013 at 1:39

Reports screen renders some elements off screen on 1440x900 display

What steps will reproduce the problem?
1. Open reports screen for an app and view the android Version section in the 
header
2.
3.

What is the expected output? What do you see instead?
Expect to see the android version for the crash shown on right of screen in 
header section. Instead see just "And" before the rest is off screen.

What version of the product are you using? On what operating system?
Latest version (r48). Windows 7 home premium 64 bit on Chrome browser.
Built with GWT 2.5.1 and GAE 1.7.7 (as cannot find 1.7.6 any more)

Please provide any additional information below.
On a higher resolution display the Android version is visible.

Original issue reported on code.google.com by [email protected] on 19 Apr 2013 at 6:36

Acrareporter fails to send report to appengine when customReportContent

What steps will reproduce the problem?


Acra code annotations:

@ReportsCrashes(formKey = "", formUri 
="http://androidacrasetup.appspot.com/acrareport",
socketTimeout = 30000,
formUriBasicAuthLogin = "testwork",
formUriBasicAuthPassword = "testwork",
customReportContent = {ReportField.APP_VERSION_CODE, 
ReportField.APP_VERSION_NAME, ReportField.LOGCAT},
mode = ReportingInteractionMode.TOAST,
resToastText = R.string.crash_toast_text)


Full Log / Stacktrace after acra tries custom report :

04-18 11:51:02.238: D/ACRA(1141): #checkAndSendReports - finish
04-18 11:51:02.257: D/ACRA(1141): Sending request to 
http://androidacrasetup.appspot.com/acrareport
04-18 11:51:03.472: E/ACRA(1141): Failed to send crash report for 
1366285843000-approved.stacktrace
04-18 11:51:03.472: E/ACRA(1141): org.acra.sender.ReportSenderException: Error 
while sending report to Http Post Form.
04-18 11:51:03.472: E/ACRA(1141): at 
org.acra.sender.HttpPostSender.send(HttpPostSender.java:139)
04-18 11:51:03.472: E/ACRA(1141): at 
org.acra.SendWorker.sendCrashReport(SendWorker.java:178)
04-18 11:51:03.472: E/ACRA(1141): at 
org.acra.SendWorker.checkAndSendReports(SendWorker.java:141)
04-18 11:51:03.472: E/ACRA(1141): at org.acra.SendWorker.run(SendWorker.java:77)
04-18 11:51:03.472: E/ACRA(1141): Caused by: java.io.IOException: Host returned 
error code 403
04-18 11:51:03.472: E/ACRA(1141): at 
org.acra.util.HttpRequest.sendPost(HttpRequest.java:139)
04-18 11:51:03.472: E/ACRA(1141): at 
org.acra.sender.HttpPostSender.send(HttpPostSender.java:136)
04-18 11:51:03.472: E/ACRA(1141): ... 3 more
04-18 11:51:03.472: D/ACRA(1141): #checkAndSendReports - finish
04-18 11:51:05.175: D/ACRA(1141): Wait for Toast + worker ended. Kill 
Application ? true
04-18 11:51:05.183: E/ACRA(1141): com.example.androidacrasetup fatal error : 
unable to parse '' as integer
04-18 11:51:05.183: E/ACRA(1141): java.lang.NumberFormatException: unable to 
parse '' as integer
04-18 11:51:05.183: E/ACRA(1141): at 
java.lang.Integer.parseInt(Integer.java:362)
04-18 11:51:05.183: E/ACRA(1141): at 
java.lang.Integer.parseInt(Integer.java:332)
04-18 11:51:05.183: E/ACRA(1141): at 
com.example.androidacrasetup.MainActivity$1.onClick(MainActivity.java:32)
04-18 11:51:05.183: E/ACRA(1141): at 
android.view.View.performClick(View.java:2485)
04-18 11:51:05.183: E/ACRA(1141): at 
android.view.View$PerformClick.run(View.java:9080)
04-18 11:51:05.183: E/ACRA(1141): at 
android.os.Handler.handleCallback(Handler.java:587)
04-18 11:51:05.183: E/ACRA(1141): at 
android.os.Handler.dispatchMessage(Handler.java:92)
04-18 11:51:05.183: E/ACRA(1141): at android.os.Looper.loop(Looper.java:123)
04-18 11:51:05.183: E/ACRA(1141): at 
android.app.ActivityThread.main(ActivityThread.java:3687)
04-18 11:51:05.183: E/ACRA(1141): at 
java.lang.reflect.Method.invokeNative(Native Method)
04-18 11:51:05.183: E/ACRA(1141): at 
java.lang.reflect.Method.invoke(Method.java:507)
04-18 11:51:05.183: E/ACRA(1141): at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
04-18 11:51:05.183: E/ACRA(1141): at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
04-18 11:51:05.183: E/ACRA(1141): at dalvik.system.NativeStart.main(Native 
Method)
04-18 11:51:05.183: I/Process(1141): Sending signal. PID: 1141 SIG: 9



What is the expected output? What do you see instead?
The report must be posted to the appengine published acrareporter app

What version of the product are you using? On what operating system?


Please provide any additional information below.

Testing on a Samsung Galaxy Tab , and no it is not behind a proxy.

Its is connected via a Wifi.

This does not work only for the "customReportContent" tag

Original issue reported on code.google.com by [email protected] on 18 Apr 2013 at 8:59

New App dialog not working

What steps will reproduce the problem?
1. Deployed acra-reporter Appengine project as a Single user
2. Clicked on "New app" button
3. Entered app information in the Package and App name fields
4. Pressed Ok

What is the expected output? What do you see instead?
The dialog would be dismissed and it would start recieving acra crash reports 
from the specified app.

What version of the product are you using? On what operating system?
Built from the latest available version of the source and using the latest 
build of ACRA.

I also setup my android app to send a report to the appengine project and it 
appears to have successfully sent the report (according to acra logcat 
messages).

Original issue reported on code.google.com by [email protected] on 27 Feb 2013 at 8:52

Suggestion: Combine reports with the same stacktrace

Often times, the same crash will be reported several (and by several I mean 
hundreds of) times. It would be nice, to be able to search for reports with the 
same stack trace and mark them all as fixed at once.

Original issue reported on code.google.com by [email protected] on 31 Mar 2014 at 10:46

Error grouping feature request

When receiving multiple similar reports, it would be very beneficial to have 
them grouped.

One could do this by generating a signature by hashing various components of 
the stack trace:
 - The root exception class (ex: NullPointerException)
 - The "interesting" class (ex: org.example.SomeClass)
 - The line number of the "interesting" class
 - The app version

The "interesting" class is defined as either (in prioritized order):
 - The top class from the root that lies in same package as the application
 - The class just below the top exception

Ideas about signatures can be found in:
https://github.com/ACRA/acralyzer/issues/2
http://support.hockeyapp.net/kb/about-general-faq/how-does-hockeyapp-group-crash
es

Original issue reported on code.google.com by [email protected] on 13 Aug 2013 at 5:37

Cannot see all shared preference settings values

What steps will reproduce the problem?
1. Upload an ACRA report from an app that has many shared preference values.
2.
3.

What is the expected output? What do you see instead?
Expect to be able to scroll through all uploaded shared preference values but 
instead only see the top few. Altering sort order shows that the preference 
values have all been uploaded as then the other values show.

What version of the product are you using? On what operating system?
Version r48 using Chrome browser on windows to view.


Please provide any additional information below.
Not sure if same issue is there with the other settings types (system settings 
etc.)

Original issue reported on code.google.com by [email protected] on 2 May 2013 at 8:40

How can I delete an app ?

What steps will reproduce the problem?
1. Create a new app
2. No delete button...
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?





Original issue reported on code.google.com by [email protected] on 20 Sep 2013 at 5:32

Error with logging in

What steps will reproduce the problem?
1. Edit Config
2. Deploy
3. Open up link to appspot

What is the expected output? What do you see instead?
The ability to login and then use the appengine app, what I see instead-- Look 
at attached image

What version of the product are you using? On what operating system?
idk..

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 4:35

Attachments:

Cant able to add the new app

What steps will reproduce the problem?
1. The form for new app showing
2. Fillin up the details 
3. on click of ok nothing happens..

What is the expected output? What do you see instead?
it should be adding the new app 

What version of the product are you using? On what operating system?


Please provide any additional information below.
it just doing nothing cant add new app.

Original issue reported on code.google.com by [email protected] on 28 Mar 2013 at 3:33

Backend should support IS_SILENT flag

Currently backend does not seem to support IS_SILENT flag sent by device, 
though this was possible to see in google docs crash reports. Could you also 
add it to your backend or hint how to do it myself?

Original issue reported on code.google.com by [email protected] on 28 May 2013 at 4:56

Memory Total/available display needs formatting in MBytes or similar

What steps will reproduce the problem?
1. Open an ACRA report
2.
3.

What is the expected output? What do you see instead?
Memory Total/available display is in bytes in engineering format and would be 
much easier to read in MBytes rounded to a sensible number of decimal places.

What version of the product are you using? On what operating system?
r48

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 May 2013 at 7:58

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.