Skip to content

Commit

Permalink
Set totalUtilizationTimeMilliSec + sessionStartTime for real iOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kandji-joel authored and saikrishna321 committed Oct 21, 2022
1 parent a709247 commit 88a98cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/device-managers/IOSDeviceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export default class IOSDeviceManager implements IDeviceManager {
realDevice: true,
deviceType: 'real',
platform: 'ios',
totalUtilizationTimeMilliSec: 0,
sessionStartTime: 0,
host: `http://127.0.0.1:${cliArgs.port}`,
})
);
Expand Down

0 comments on commit 88a98cf

Please sign in to comment.