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

fix(android): overflow due to incorrect data type for time #1014

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Aug 8, 2024

Use (long long) instead of long for timestamp in C when reporting ANR timestamp.

closes #1013

@abhaysood abhaysood self-assigned this Aug 8, 2024
Copy link

vercel bot commented Aug 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
measure-web-app ⬜️ Ignored (Inspect) Visit Preview Aug 8, 2024 11:30am

@abhaysood abhaysood requested a review from detj August 8, 2024 11:30
@abhaysood abhaysood added the bug something isn't working label Aug 8, 2024
@abhaysood abhaysood merged commit 7fcf771 into main Aug 8, 2024
9 checks passed
@abhaysood abhaysood deleted the fix-anr-timestamp branch August 8, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug(android): ANR timestamp is invalid
2 participants