Closed BigWavelet closed 8 years ago
Hi there, func (c _Device) Stat(path string) (_DirEntry, error), this function takes almost 2 seconds to stat a file on device. while it takes only serveral ms for "adb shell test -f xxx.x". Could this function be optimized?
Hi there, func (c _Device) Stat(path string) (_DirEntry, error), this function takes almost 2 seconds to stat a file on device. while it takes only serveral ms for "adb shell test -f xxx.x". Could this function be optimized?