File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
firebase-perf/src/main/java/com/google/firebase/perf/application Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ protected AppStateUpdateHandler(@NonNull AppStateMonitor appStateMonitor) {
45
45
appStateCallback = new WeakReference <AppStateCallback >(this );
46
46
}
47
47
48
+ /** @hide */
48
49
protected void registerForAppState () {
49
50
if (isRegisteredForAppState ) {
50
51
return ;
@@ -54,6 +55,7 @@ protected void registerForAppState() {
54
55
isRegisteredForAppState = true ;
55
56
}
56
57
58
+ /** @hide */
57
59
protected void unregisterForAppState () {
58
60
if (!isRegisteredForAppState ) {
59
61
return ;
@@ -62,6 +64,7 @@ protected void unregisterForAppState() {
62
64
isRegisteredForAppState = false ;
63
65
}
64
66
67
+ /** @hide */
65
68
protected void incrementTsnsCount (int count ) {
66
69
appStateMonitor .incrementTsnsCount (count );
67
70
}
You can’t perform that action at this time.
0 commit comments