Customer Cases
Pricing

Top 12 Terms Every Beginner Game Tester Should Know About Crash Management

EXPLORE CRUCIAL CRASH MANAGEMENT TERMINOLOGY TO ENHANCE YOUR GAME TESTING EXPERTISE.

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

  1. 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.

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

  3. 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.

  4. 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.

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

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

  7. 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.

  8. 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.

  9. 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.

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

  11. 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.

  12. 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 PerfDog, enabling you to make more informed decisions when optimizing your app's performance.

PD网络测试推广
Latest Posts
1Top Performance Bottleneck Solutions: A Senior Engineer’s Guide Learn how to identify and resolve critical performance bottlenecks in CPU, Memory, I/O, and Databases. A veteran engineer shares real-world case studies and proven optimization strategies to boost your system scalability.
2Comprehensive Guide to LLM Performance Testing and Inference Acceleration Learn how to perform professional performance testing on Large Language Models (LLM). This guide covers Token calculation, TTFT, QPM, and advanced acceleration strategies like P/D separation and KV Cache optimization.
3Mastering Large Model Development from Scratch: Beyond the AI "Black Box" Stop being a mere AI "API caller." Learn how to build a Large Language Model (LLM) from scratch. This guide covers the 4-step training process, RAG vs. Fine-tuning strategies, and how to master the AI "black box" to regain freedom of choice in the generative AI era.
4Interface Testing | Is High Automation Coverage Becoming a Strategic Burden? Is your automated testing draining efficiency? Learn why chasing "automation coverage" leads to a maintenance trap and how to build a value-oriented interface testing strategy.
5Introducing an LLMOps Build Example: From Application Creation to Testing and Deployment Explore a comprehensive LLMOps build example from LINE Plus. Learn to manage the LLM lifecycle: from RAG and data validation to prompt engineering with LangFlow and Kubernetes.