~ubuntu-branches/ubuntu/vivid/qtcreator-plugin-ubuntu/vivid

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntudevice.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller
  • Date: 2015-01-27 12:51:55 UTC
  • mfrom: (1.1.79)
  • Revision ID: package-import@ubuntu.com-20150127125155-wrv73fyjmsal3edh
Tags: 3.1.1+15.04.20150127-0ubuntu1
[ Benjamin Zeller ]
More descriptive messages when waiting for the device to be ready
LP:#1400843 (LP: #1400843)

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    enum ProcessState {
127
127
        NotStarted,
128
128
        WaitForEmulatorStart,
 
129
        WaitForBootAdbAccess,
 
130
        WaitForBootDeviceLock,
129
131
        WaitForBoot,
130
132
        DetectDeviceVersion,
131
133
        DetectNetworkConnection,