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

[QUESTION] Is the stack trace of a crash recorded? #21

Open
auermich93 opened this issue Oct 24, 2022 · 1 comment
Open

[QUESTION] Is the stack trace of a crash recorded? #21

auermich93 opened this issue Oct 24, 2022 · 1 comment

Comments

@auermich93
Copy link

I did some testing on a simple app (com.zola.bmi) and Stoat reports a bug event sequence in stoat_fsm_output/crashes/1/, but the corresponding emulator-5554_logcat.txt file shows the following:

--------- beginning of system
--------- beginning of main
10-24 22:34:55.335  1673  1700 E ActivityManager: applyOptionsLocked: Unknown animationType=0

I would have expect a complete crash stack trace. Is this a false positive?

@tingsu
Copy link
Owner

tingsu commented Oct 26, 2022

Yes, according to the log you provided, it is a false postive. A real app crash should include the app package name at least.

We will check all the stack traces reported by Stoat to exclude false positives (the rule is discussed in Stoat's paper, see Section 5.4, "Method of Calculating Unique Crashes")

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

No branches or pull requests

2 participants