Skip to content

Commit

Permalink
Truthier statement based on image capture timings on a Galaxy Nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Feb 28, 2012
1 parent 79669e4 commit 0e6e47a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ private static void poseForScreenshotWithKeyValueString(String keyValueString) {
*/
Log.d(TAG, "{"+keyValueString+"}");

/* Wait for the development machine to take the screenshot (usually takes about
* half a second)
/* Wait for the development machine to take the screenshot (can take about
* 900ms)
*/
try { sleep(1000L); } catch (InterruptedException e) {}
}
Expand Down

0 comments on commit 0e6e47a

Please sign in to comment.