Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: site/dev/testing/skialab.md

Issue 1185663003: SkiaLab doc: add another step for new Android devices (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/testing/skialab.md
diff --git a/site/dev/testing/skialab.md b/site/dev/testing/skialab.md
index cdb2449c4fad676c790adbbe36b17424e7f02c8b..10bdd8073e2a87e5dd0a6168a7455db13422aca7 100644
--- a/site/dev/testing/skialab.md
+++ b/site/dev/testing/skialab.md
@@ -133,19 +133,22 @@ behavior of the builder itself.
$ killall python
-3. Connect the device to the host machine, either through a powered USB hub or
+3. Disable MTP and PTP on the device. Some devices require one or the other to
+ be enabled; in that case, select PTP and choose to 'do nothing' when
+ attaching to the host machine.
+4. Connect the device to the host machine, either through a powered USB hub or
directly to the machine.
-4. Make sure that the device is in developer mode and that USB debugging is
+5. Make sure that the device is in developer mode and that USB debugging is
enabled.
-5. Authorize the device for USB debugging on the host machine by checking the
+6. Authorize the device for USB debugging on the host machine by checking the
"always allow" box on dialog box which appears on the Android device after
plugging it into the host.
-6. Ensure that the device appears as "connected" when you run the
+7. Ensure that the device appears as "connected" when you run the
`which_devices.py` script:
$ python buildbot/scripts/which_devices.py
-7. Reboot the machine to start the buildslave.
+8. Reboot the machine to start the buildslave.
### Bringing up a new machine from scratch
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698