Hi All,
Currently i have automated one application under test.
i created a test application. I am using command prompt to run the
application.
Inside my test application , i have written code to print some logs
when it enters to each test methods.
e.g log.d("test1", "inside first test case");
Now i am running my application from command line:
adb shell am instrument -w < test application package>/
android.test.InstrumentationTestRunner
I want to do two things.
I want to see the messages that gets printed as logs. ( the message i
gave inside my code).
How can i see my custom log messages. I just want my custom log
messages to be shown to the end user.
i dont know if i can use " -e " option to print the messages to a
file.
Is it possible to only capture my custom message into a new file. How
can i do it from the command line.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en