Skip to content
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

Version 3.3.2 - ANR detection fix #60

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Conversation

konraddysput
Copy link
Collaborator

@konraddysput konraddysput commented Feb 25, 2021

Backtrace Unity version 3.3.2

Updated hang detection algorithm to be aware of game pause activities.

Testing strategy

Bug reproduction

  1. Pause game
  2. Check Backtrace after ~10 seconds
  3. If report is available in Backtrace it means that we were able to reproduce issue

Fix testing strategy

Shouldn't report ANR

  • Pause game,
  • Check if game reported ANR
    Result: Game didn't report ANR

Should report ANR

  • Pause a game,
  • start ANR,
  • Check if game reported ANR
    Result: Game reported ANR

Should report ANR

  • Don't pause game,
  • start ANR
  • Check if game reported ANR
    Result: Game reported ANR

@konraddysput konraddysput merged commit dfe56b1 into master Feb 25, 2021
@konraddysput konraddysput deleted the bugfix/invalid-anr-timeout branch February 28, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants