Reduced adb log level to root out the problem

This commit is contained in:
Akash Agrawal
2016-05-11 00:46:34 +05:30
parent bd48e2da49
commit 1e2a991b37

View File

@ -209,7 +209,7 @@ module.exports = {
},
shell: {
collectAndroidLog: {
command: "./expect.exp " + "'adb logcat' " + localCfg.outFile,
command: "./expect.exp " + "'adb logcat *:D' " + localCfg.outFile,
options: {
execOptions: {
maxBuffer: Infinity