Customer Cases
Pricing

Troubleshooting Common Error Issues with PerfDog

OVERCOME COMMON ERRORS IN PERFDOG WITH EFFECTIVE SOLUTIONS TO ENSURE SMOOTH PERFORMANCE TESTING PROCESSES.

Here are some solutions to common error-related problems encountered when using PerfDog:

1. Error when saving test results to local storage

Ensure the installation path contains no Chinese or illegal characters.

2. "Failed to mount Symbol file for XXX" error on Windows

Make sure PerfDog is extracted properly.

3. "Failed to mount Symbol file for XXX" error on macOS

- Disable Xcode if it's enabled.

- Add PerfDog to the Full Disk Access Permissions list in System Preferences > Security & Privacy > Privacy.

4. Error when connecting mobile device with Wi-Fi

Disable wired connections and keep only the wireless connection in the "Network Connections" settings.

5. "ADB has defect" error

ADB is occupied by another program. Open Task Manager > Details, find the process with the specified PID, and kill it. Then, restart the PerfDog client.

6. "Failed to create ADB port forwarding 127.0.0.1:xxxxx" error

The port is occupied. Terminate the process occupying the port in Task Manager.

7. Error during performance data collection

Ensure the mobile phone connection remains stable during the testing process.

8. "Failed to obtain the information of mobile phone device" error

For Android, download a mobile phone assistant to check the connection. For iOS, download iTunes to check the connection.

9. "Network Error" reported

Check if the computer network is set with a proxy or if packet capture tools are enabled. Try restarting the computer.

10. "Start test failed" or "Failed to initialize mobile phone device" error

Refer to this link: https://perfdog.wetest.net/article_detail?id=21&issue_id=0&plat_id=1

11. "Get app failed" error

It's a network problem. Try creating a hotspot.

12. "Failed to launch the PerfDog server app" error

Refer to this link: https://perfdog.wetest.net/article_detail?id=21&issue_id=0&plat_id=1 or try upgrading the mobile phone system.

13. "The PerfDog service app has a problem" error

The mobile phone's background management policy may be strict, causing the data collection program to be killed by the system. Try using a similar mobile phone for testing.

By following these solutions, you should be able to resolve common error-related issues with PerfDog, ensuring a smooth and efficient testing process for your applications.

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.