mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Reduced adb log level to root out the problem
This commit is contained in:
@ -209,7 +209,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
shell: {
|
shell: {
|
||||||
collectAndroidLog: {
|
collectAndroidLog: {
|
||||||
command: "./expect.exp " + "'adb logcat' " + localCfg.outFile,
|
command: "./expect.exp " + "'adb logcat *:D' " + localCfg.outFile,
|
||||||
options: {
|
options: {
|
||||||
execOptions: {
|
execOptions: {
|
||||||
maxBuffer: Infinity
|
maxBuffer: Infinity
|
||||||
|
Reference in New Issue
Block a user