You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final isInstabugSDKBuilt =awaitInstabug.isBuilt();
66
76
if (!isInstabugSDKBuilt) {
67
77
InstabugLogger.I.e(
@@ -73,7 +83,7 @@ class ScreenLoadingManager {
73
83
return isInstabugSDKBuilt;
74
84
}
75
85
76
-
/// @nodoc
86
+
/// Resets the flag indicating a screen loading trace has been reported.
77
87
@internal
78
88
voidresetDidReportScreenLoading() {
79
89
// Allows reporting a new screen loading capture trace in the same ui trace even if one was reported before by resetting the flag which is used for checking.
@@ -84,7 +94,7 @@ class ScreenLoadingManager {
84
94
);
85
95
}
86
96
87
-
/// @nodoc
97
+
/// Starts a new UI trace with a given screen name.
88
98
@internal
89
99
voidresetDidExtendScreenLoading() {
90
100
// Allows reporting a new screen loading capture trace in the same ui trace even if one was reported before by resetting the flag which is used for checking.
0 commit comments