You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
427 B
18 lines
427 B
This document list the command you can use.
|
|
|
|
XBUG V3.0 (2020-06-01) log catcher tool.
|
|
usage: xbug [-A/-L/-h] [COMMAND] [-N] [NAME]
|
|
|
|
-h Help
|
|
-N Test case name
|
|
-p pid info logs
|
|
-L Linux logs
|
|
-A Android logs
|
|
clean_prepare: clean and prepare
|
|
all: dump all logs
|
|
logcat: all logcat logs
|
|
|
|
example: xbug -A clean_prepare
|
|
example: xbug -A all -N 001
|
|
|