Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
havron authored Dec 3, 2018
1 parent 28c2628 commit 3595a7b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>.
## Debugging tips
If there are errors, please send your server error output to <[email protected]>. 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3595a7b

Please sign in to comment.