Codementor Events

12 Terms Every Beginner Game Tester Should Know About Crash Management

Published May 11, 2024
12 Terms Every Beginner Game Tester Should Know About Crash Management

Understanding the terminology used for error and crash management in app performance analysis is crucial for effective monitoring and optimization. Here are some common terms you might encounter when doing crash analysis:

Exception An exception refers to any anomaly that occurs while an app is running. This could be a crash, lag, ANR (Application Not Responding), or error.

Crash A crash happens when an app stops functioning correctly and unexpectedly exits during use.

Jank A Jank refers to a slow response from an app during use. By default, a lag is considered a Jank if it lasts for 5 seconds. This duration can be customized.

ANR ANR stands for "Application Not Responding". It is a prompt that appears when an app stops responding during use. This term is specific to Android.

Error An error is an actively reported exception or a script error (like C#, Lua, JS, etc.).

Count The count refers to the total number of times an exception has occurred and been reported.

Affected User An affected user is a device where an exception occurs. Each device where an exception happens increases the affected users count by one.

User Exception Rates User exception rates, such as user crash rate, user lag rate, user ANR rate, and user error rate, are the ratios of affected users to users online.

Exception Count Rates Exception count rates, like crash count rate, lag count rate, ANR count rate, and error count rate, are the ratios of occurrence count to internet connection count.

Connection Count The connection count is the sum of activation count and interday connection count.

Launch Count The launch count is the number of times the app is launched. This could be when the app is restarted after fully exiting it, or when the app is brought to the foreground after being in the background for 30 seconds.

Online Users Online users refer to the number of devices with an internet connection. Each device with an internet connection increases the online users count by one.

By understanding these terms, you can better interpret the data provided by tools like CrashSight, enabling you to make more informed decisions when optimizing your app's performance.

kappframework-Kzsrgl(1)(1).png

CrashSight is a powerful crash analysis tool supporting all platforms (mobile, PC, and consoles) and providing professional services, including crash/exception detection, reporting, analysis, and solutions. It helps developers locate and address problems more efficiently, continually improving the user experience of their products.

微信截图_20240409095447.png

For more information, checkout WeTest CrashSight

Discover and read more posts from WeTest
get started