Can anyone tell me how can we get adb logs using eggPlant automation tool.Actually i want to have adb logs for my device when running eggPlant scripts.
Please help me out in this situation.
Actually, the previous answer is incorrect as adb command support does exist in eggPlant. There are ways to get adb logs in eggPlant. Here's how:
adb logcat
is the command that enables getting adb logs. (Warning: This will print a ton of info!)adb logcat
within eggPlant. This is accomplished using the shell
command shell
command to a file and then read the file back into a variable.