I launch a activity use:
am start -W -n
The console output:
tangbincheng@tangbinchengdeMacBook-Pro:~$ adb shell
shell@hwp6-t00:/ $ su
root@hwp6-t00:/ # am start -W -n com.book2345.reader/com.book2345.reader.MainA>
Starting: Intent { cmp=com.book2345.reader/.MainActivity }
Status: ok
Activity: com.book2345.reader/.MainActivity
ThisTime: 1554
TotalTime: 42815
Complete
what the ThisTime
and the TotalTime
mean?