Hi all.
I get the impression that not all packages defined are actually
launched by monkey.

Command:
adb shell monkey -p package1 -p package2 -p package3 -p package4 -p
package 5 -t 300 100000000
This will run monkey on four provided packages with throttle 300ms and
will run for a very long time (until it breaks)

Logs captured during run:
adb logcat -v threadtime -b events > eventlog.txt

This setup can run for everything in between 5 minutes and 5hrs or
more until device breaks, totally depending on what packages defined
and how many they are.

For this case, consider the setup to have run for 5 hrs without
problems.

When analysing the eventlog and grepping out the activity_launch_time
rows do i get a big list of events (packages) that has been launched
and with some sorting and magic i can easely count the times they have
been launched.

Analysing this data gives me the impression that not all of my
provided packages to monkey (in the parameters) has been launched ?


Anyone knows why?

* packages might not be launched correctly by monkey if they do not
contain a visible UI according to my conclusions, but what else?

* maybe activity_launch_time is the wrong thing to search for in the
logs?

please advice.

Br
Emil Billing

-- 
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

Reply via email to