Hi,
I am new at using appium. I am using it to automate tests for running tests on an app in Android device. After my test cases successfully completes, I see this debug message in the Appium logs. Is this just a warning message? Where can I find the logcat messages stored for the last test case run? I tried digging through the old posts, but couldn't find. Can anyone let me know how do I retrieve the adb logcat messages of a test case run.
> debug: Pressing the HOME button
> debug: executing: "C:\Android\android-sdk\platform-tools\adb.exe" -s 26a6b6ed shell "input keyevent 3"
> debug: Stopping logcat capture
> debug: Logcat terminated with code null, signal SIGTERM
Appreciate any help.
Thanks,
Ganesh