Open auermich93 opened 2 years ago
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")
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 correspondingemulator-5554_logcat.txt
file shows the following:I would have expect a complete crash stack trace. Is this a false positive?