[fenix] For https://github.com/mozilla-mobile/fenix/issues/17816: add profiler marker...
commit315c2e266e7d2065a787ae1e8a7f89a836305d3f
authorMichael Comella <michael.l.comella@gmail.com>
Tue, 2 Feb 2021 01:51:09 +0000 (1 17:51 -0800)
committerMichael Comella <759372+mcomella@users.noreply.github.com>
Tue, 9 Feb 2021 01:46:32 +0000 (8 17:46 -0800)
tree74838020988ba48ca10db35ba490262082b3d2e5
parent482961d78cb0f5d988c9b0fa336d24110a2b794a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17816: add profiler marker for 2x Activity.onCreate.

The IntentReceiverActivity one is particularly useful to quickly determine
when we can begin executing code in the WARM VIEW case (i.e. "Set selection
begin here").

The HomeActivity one is useful for COLD start up analysis in similar
ways and to see the Activity transitions in WARM VIEW.
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/IntentReceiverActivity.kt