-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing showing up in the Bugs tab #60
Comments
Please don't post logs in images, use
Those logs are only showing selects, no inserts. |
I have realized that ACRA is probably not sending anything as the Acrarium log doesn't show any inserts. So this probably is the wrong place for this error. Would the HTTP sender URI being HTTPS be a problem? I followed the BasicSetup but that is all I changed. |
https is fully supported on both sides. Acra will log a message when it fails to send a report. |
ACRA isn't logging anything, Only that it caught an Exception to send. Thank you for your awesome help, If only we had people like you for iOS. |
Should be fixed in 155bfad released as 0.10.7 |
Thank you! Everything is working properly now. Hope better support for smaller screens is added soon. |
Which issues do you have on smaller screens? Acrarium is intended as desktop application, so no plans to change the UI. |
Hello @F43nd1r, The issues I was talking about was things like cut-off buttons and general bad visibility (Like things being too big). And the stacktrace being cut off. |
The cut-off button only happens when the grid is empty. It is probably an issue for upstream (vaadin grid flow or vaadin grid), but I consider it very low priority, as the button isn't needed when the grid is empty. I guess I could hide it in that case. Which things are too big in your opinion? |
I'm not sure if this is a problem with ACRA or with Acrarium, And I might just be stupid. I have set up ACRA correctly and it shows in logcat that it has caught an exception. I can also clearly see that it is inserting stuff into the database in the Acrarium logs.
I'm probably just doing something wrong, But thought to report it here anyways since I can't find anything in the documentation.
The text was updated successfully, but these errors were encountered: