-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|