GetDeviceLog()
|
|
The device log will be downloaded to the directory where the report is located. In the report, the link to the device log is added. You can configure the GetDeviceLog command by the timeout from app property: "ios.device.log.timeout".
Name: ios.device.log.timeout
Value: time (in milliseconds)
The default time out of getting the device log is 300,000 milliseconds (5 minutes), it could be configured by the user by adding the property: ios.device.log.timeout to the app property file with the relevant time out in millisecond.
For example, Add this line to the app property for the configure time out of 2 minutes: ios.device.log.timeout=120000
String str4 = client.getDeviceLog();string str4 = client.GetDeviceLog();str9 = client.GetDeviceLog ( )Reportvar4 = self.client.getDeviceLog()my $str4 = $client->getDeviceLog();