History log of /frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e630c08296ec6cc311cc4e1c397f7ca50a1a735 16-May-2016 Jorim Jaggi <jjaggi@google.com> Fix transition delay tracking when starting activity from recents

- Move logic to determine app switch etc. into ActivityMetricsLogger.
- Make sure the notify the tracker in startActivityFromRecentsInner

Bug: 27295491
Change-Id: Ic68058c88917e3f37183dded2f13cb35055323ee
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
f970410afef518003c84eef022194848b2a4f606 06-May-2016 Jorim Jaggi <jjaggi@google.com> Don't crash the system when detecting a transient wrong state

Bug: 28616824
Change-Id: I124f7196d709c33fe70137541b650788af83b3b3
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
be67c90f4c2255cab3bc036ecdc8d9636ed5e4b5 12-Apr-2016 Jorim Jaggi <jjaggi@google.com> Don't log transition time if no process switch

If the process of an activity that is launching has another
non-stopped activity, the data is not that interesting,
so remove the logging in these cases.

Bug: 27295491
Change-Id: I65d4a0e01b1e634a589ce8ecbbab337f0e6497ca
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
8051c5c89060906f5a3a1ca4adb3b53bb423e56b 04-Mar-2016 Wale Ogunwale <ogunwale@google.com> Don't make home stack visible if starting activity isn't translucent

We allow the home stack to be visible right behind the fullscreen
stack if all the activities fullscreen stack are translucent and
visible. However, if we are starting an acitvity it isn't visible
yet so our check for translucent activities in the fullscreen
stack will return true since there is nothing visible. This will
cause the home stack to the visible and the visiblilty of its app
token set to true in window manager and it been factored into the
transition animation.

In addition to checking if the activity is visible, we now also
check if it is the starting activity when trying to determine if
the stack is translucent.

Bug: 27448511
Change-Id: Icbbd57c0632cc5389c7ac894800a41f75d4bc450
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
275561a74677f9d6c8f3f2cebc3cfea416ca586d 23-Feb-2016 Jorim Jaggi <jjaggi@google.com> App transition delay tracking

Add TRON logging for all kinds aspects when we execute an app transition.

Bug: 27295491
Change-Id: Icb0cbdb92d4d5fbfedadd40a017a50eb217058aa
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
0e381e278a2c2a3a7c86c9951ac5cbcdc3a186f4 15-Jan-2016 Filip Gruszczynski <gruszczy@google.com> Fix visible-behind not visible for translucent activity in fullscreen stack.

Bug: 26471802
Change-Id: Ide9945c4478805902ca0df92dc2043359a751600
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
ae255ee61b5e174c2164e58389b8a7ff8a95e14d 04-Jan-2016 Chris Wren <cwren@android.com> fix ActivityMetricsLogger counter names

Change-Id: I49e4785fdecfdbb60fc168539e654bcb7847d1dd
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
caae14e478e115d01f9b32890cb31231575e65dd 16-Dec-2015 Filip Gruszczynski <gruszczy@google.com> If pinned stack is focused, look for the one below for logging.

Bug: 26230638
Change-Id: Ibe0b993286c4669e0f565bd2d4af6077553a29e2
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java
77d9448e2d6dd8a45c5fedef43c8a1cf4afd28b9 11-Dec-2015 Filip Gruszczynski <gruszczy@google.com> Log window mode to tron.

Bug: 26013430
Change-Id: I45d397d956a66f407218047dc10581553f906077
/frameworks/base/services/core/java/com/android/server/am/ActivityMetricsLogger.java