Skip to content

Commit 160c09a

Browse files
[Fireperf][AASA] Experiment time-to-initial-display 3 (#4457)
* revert uptime and add androidx ProcessLifecycleOwner * comments and style improvements * gjf * counters and attributes * fix background attribute * names * reorganized subtraces * downgrade androidx.lifecycle:lifecycle-process for firebase compatibility * predraw foq and cleaner code * fix CI tests * fix test * add comments * onDrawCount and systemBackgroundCheck * fix typo * fix tests * fix bug with experiment not sending under API 24
1 parent 7d219cb commit 160c09a

File tree

6 files changed

+273
-162
lines changed

6 files changed

+273
-162
lines changed

firebase-perf/firebase-perf.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ dependencies {
109109
implementation "com.google.android.gms:play-services-tasks:18.0.1"
110110
implementation 'androidx.appcompat:appcompat:1.2.0'
111111
implementation "androidx.annotation:annotation:1.1.0"
112+
implementation "androidx.lifecycle:lifecycle-process:2.3.1"
112113

113114
// 3rd Party Deps
114115
implementation 'com.squareup.okhttp3:okhttp:3.12.1'

0 commit comments

Comments
 (0)