As a result of commit 997c16be3659a09f0c11f317abf4e78abe4f7d55, the screenshots are now captured with adb and pulled from the device to the temp directory. Although this works fine in Linux, for some reason it does not on Windows. The following issues were discovered -
The screenshots are not generated in the states directory.
The screenshots, although removed at the end, are still shown by Explorer.
A WARNING:Device:saving state to dir failed: is logged. This is due to a [Error 2] The system cannot find the file specified exception thrown here
As a result of commit 997c16be3659a09f0c11f317abf4e78abe4f7d55, the screenshots are now captured with adb and pulled from the device to the
temp
directory. Although this works fine in Linux, for some reason it does not on Windows. The following issues were discovered -The screenshots are not generated in the
states
directory.The screenshots, although removed at the end, are still shown by Explorer.
A
WARNING:Device:saving state to dir failed:
is logged. This is due to a[Error 2] The system cannot find the file specified
exception thrown here