Skip to content

Commit

Permalink
Update FindEmulator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsoo committed Dec 20, 2013
1 parent 4fac493 commit 70951b4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public class FindEmulator {

// Need to check the format of these
// Android emulator support up to 16 concurrent emulator
// The console of the first emulator instance running on a given
// machine uses console port 5554
// Subsequent instances use port numbers increasing by two
private static String[] known_numbers = {
"15555215554", // Default emulator phone numbers
"15555215556",
Expand Down

0 comments on commit 70951b4

Please sign in to comment.