OBTAIN THE KNOW-HOW TO TROUBLESHOOT COMMON ERRORS IN PERFDOGSERVICE WITH THIS INVALUABLE RESOURCE.
Below are solutions to some common errors encountered while using PerfDogService.
Error: "Unable to initialize the mobile device"
- Add the red box code to filter out the WiFi settings.
Error: MacOS cannot open PDS, prompting malware
- Run init.sh. If that doesn't work, enter
sudo xattr -rd com.apple.quarantine /Applications/PerfDog.app
in the terminal.
Error: "Unable to stop testing"
- Call the stop test interface after initializing the device, or add the environment variable
GRPC_ENABLE_FORK_SUPPORT=1
.
Error: "Database disk image format error"
- Check whether the save directory has write permissions.
- Check whether the save directory is full.
- Delete the PerfDogService software directory cache directory and try again.
- Re-download PerfDogService, change the disk, and re-decompress it.
Python Tip: Fork supports only epoll1 and poll polling strategies
- Downgrade the Python grpcio library to 1.43.
M1 Chip Series Mac Deployment Java Error
- If Java reports errors, execute the following command in the terminal:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
.
Error: Can't connect to all addresses
For the new demo:
- The service and client cannot run simultaneously. If using the service for data collection, close the client.
- Check the path and ensure the configured service startup path is a file, not a directory.
- Turn off the firewall. If services are running, end the released services in the system.
- If the error persists, try starting the service manually and provide the error message and log output to PerfDog support.
For the old demo:
- Increase the sleep time after starting the script, as the login may be executed before the script opens.
By following these solutions, you can resolve common errors and issues encountered while using PerfDogService for performance testing.