Hi All,
I am looking into Andriod Cts source code,to trace Appstartup and teststartup function which are mentioned in Performance2 test plan for to test performance of Music .
I am able to trace teststartup which loops 10 times in application doing same acticity for 10 times and everytime it note down start time and end time then finds average time, finally this average time used to decide performance
But i am stuck in tracing function Activity a = getInstrumentation().startActivitySync(i)
So its pain tracing like this, so if you provide me Spec or manual of functions used and its small Description it ll be gr8 help
Thanks in advance,
Veeresh
I am looking into Andriod Cts source code,to trace Appstartup and teststartup function which are mentioned in Performance2 test plan for to test performance of Music .
I am able to trace teststartup which loops 10 times in application doing same acticity for 10 times and everytime it note down start time and end time then finds average time, finally this average time used to decide performance
But i am stuck in tracing function Activity a = getInstrumentation().startActivitySync(i)
So its pain tracing like this, so if you provide me Spec or manual of functions used and its small Description it ll be gr8 help
Thanks in advance,
Veeresh