Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the exact meaning of "App in Focus" shown in Crashlytics ? And is it nearly accurate?

I have seen the log in Crashlytics (In Fabric) that a specific crash has happened multiple times in the app.

But the issue report shows 3% for "App in focus" as shown in the image below, enter image description here
I want to know,

  • Whats the exact meaning of "App in focus" (In some places the meaning is "The percentage of times that the app was in focus when the crash occurred.")
  • Here what the term focus means ? Does it mean (App in completely background or App is open but some other controls like notification centre or Control centre is shown on top of the app ?

Can anyone give a clear meaning of it ?

like image 686
Bharath Avatar asked Oct 19 '17 06:10

Bharath


People also ask

What does it mean for an app to be in focus?

You can select apps you currently find distracting (like social media or games) and if you try to open them, Focus mode will remind you that app is paused. Focus mode will also silence those apps' notifications until you're ready to switch out of the mode.

Why use Crashlytics?

Resolve bugs quickly Firebase Crashlytics, a real time crash reporting tool, helps you prioritize and fix your most pervasive crashes based on the impact on real users. Crashlytics also easily integrates into your Android, iOS, macOS, tvOS, and watchOS apps.


1 Answers

An in-focus app means an app that is in the foreground and actively being used by a user at the time of a crash.

This answer is from engineer in fabric.

like image 171
songgeb Avatar answered Oct 19 '22 18:10

songgeb