diff --git a/build/run-testsapp.grunt.js b/build/run-testsapp.grunt.js index 7ffd381dc..285a3ac7c 100644 --- a/build/run-testsapp.grunt.js +++ b/build/run-testsapp.grunt.js @@ -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