From 1e2a991b372b4781c7686dfb92df3bd37475a874 Mon Sep 17 00:00:00 2001 From: Akash Agrawal Date: Wed, 11 May 2016 00:46:34 +0530 Subject: [PATCH] Reduced adb log level to root out the problem --- build/run-testsapp.grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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