-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crash when navigating to a calendar event day #8
Comments
Can you capture android-logs by any chance? I can help you out if you need help. |
How to do that ? |
You need to install the "android debug bridge (adb)". You can either use the standalone tools if you are comfortable using the command line, or directly by installing android studio. I really do recommend to use android studio, it provides a gui to actually access the logs. After installing you need to enable usb-debugging on your device (possibly also enable developer tools first), and after connecting it to the pc with android studio, you can start the app so that it crashes, and then you should be able to copy the log. Feel free to ask questions when you are getting stuck at some point, i am glad to help. |
I used adb before to install custom ROM on my old smartphones. Never used to debug applications. I will try and come back to you. |
I'm connected to my device with adb, but can't figure how to launch the application and get the log. |
You can use the following:
the
The minimal example would be:
which should immediately start showing your device's logs if you have debug mode enabled. |
Log file attached |
Is it only an specific calendar? Or all of them? |
Did you use grep on the log? |
1 - I only tested with calendar. The application don't crash when the calendar is not added. |
Can you check if this also occurs with other calendars? Could you get a log without grep? I think it cut out some stuff. Thanks! |
Tested with one other calendar and it crashes. |
Can you test this build: TimedSilence-release-v3.1.2-debug.zip This should at least capture the exception itself, and log which calendar event breaks this. It's a bit hard to debug because i obviously dont have access to your device, but this will let us get a bit closer. The build is signed as the release, so you can just install it as an update, but i have not published it's sources. |
@newhinton : No more crashes with 3.1.2. |
@nizarus This is expected. You should now have more logging output, especially with the It should look something like this: Could you post that? Please check that reasonDescription does not contain sensitive private information! Thank you for your patience! |
@nizarus I have an idea what might cause this. Can you confirm that the event that is problematic starts at the selected day, but ends on the next one? |
It does fix it |
Sorry for the late reply. |
I successfully selected a calendar (see #7). When I return to the main window and navigate to a day containing an event from that calendar the application crashes.
With my calendar application I add an event to the selected calendar (today date) and the application crashes on start.
The text was updated successfully, but these errors were encountered: