10000 Reduced adb log level to root out the problem · hbcodeXCI/NativeScript@1e2a991 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e2a991

Browse files
committed
Reduced adb log level to root out the problem
1 parent bd48e2d commit 1e2a991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/run-testsapp.grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = {
209209
},
210210
shell: {
211211
collectAndroidLog: {
212-
command: "./expect.exp " + "'adb logcat' " + localCfg.outFile,
212+
command: "./expect.exp " + "'adb logcat *:D' " + localCfg.outFile,
213213
options: {
214214
execOptions: {
215215
maxBuffer: Infinity

0 commit comments

Comments
 (0)
0