diff --git a/README.md b/README.md index d57cdc7..86f3fcb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,17 @@ Connect a device and click on the suitable button `Android` or `iOS`. Give it a nickname and click "Scan now". (**Please connect one device at a time.**) It will take a few seconds for the scan to complete. We are working to have all scan results done at once on Android, but for the time being please leave the device plugged in when clicking on apps on the scan results table. -If there are errors, please send your server error output to . +## Debugging tips +If there are errors, please send your server error output to . If you feel confident enough in the codebase to try to fix them yourself, do so, but don't push to this repo until emailing Sam. +Inspect apps on the device manually if you cannot resolve a failure. + + +### Android tips +In the terminal of the computer, run `adb devices` to see if the device is connected properly. + + +### iOS tips +In the terminal of the computer, run `idevice_id -l` to see if the device is connected properly. ## Dependencies @@ -105,9 +115,6 @@ application. I don't konw how to get install date, resource usage, etc. * `phone_dumps/` folder will contain the data recorded from the phone. -## Debug tips - -In the terminal of the computer, run `adb devices` to see if the device is connected properly. ## TODO