The following adb log always present as pairs when a new activity is
started .
For example , activity named as MessagingActivity will be started when
openning message screen. The log will be :
Log1. INFO/ActivityManager(1132): Starting activity: Intent
{ act=actname cat=[catname] flg=... cmp=mPackageName/.
MessagingActivity }
Log2. INFO/ActivityManager(1132): Displayed activity mPackageName/.
MessagingActivity :500 ms
I suppose the method startActivity will trigger Log1. which one will
trigger Log2 ?
Does the time(500ms) indicates that it takes 500ms to make the
activity visible to user since the activity started ?
I am interested in this because I want to know whether i can use the
time to indicator the performance time of openning a new activity
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---