Open AdrianAtGoogle opened 7 years ago
This fixes an issue where android-ndk-perf.py was assuming that 'adb shell ...' would combine STDOUT and STDERR. Code was pulling the last string of STDOUT to find the result of 'echo $? > &2', rather than STDERR
This fixes an issue where android-ndk-perf.py was assuming that 'adb shell ...' would combine STDOUT and STDERR. Code was pulling the last string of STDOUT to find the result of 'echo $? > &2', rather than STDERR