mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Reduced adb log level to root out the problem
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user