File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
firebase-perf/src/main/java/com/google/firebase/perf/metrics Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -343,8 +343,6 @@ private boolean isStartedFromBackground() {
343
343
public synchronized void onActivityCreated (Activity activity , Bundle savedInstanceState ) {
344
344
if (isStartedFromBackground () || onCreateTime != null // An activity already called onCreate()
345
345
) {
346
- AndroidLogger .getInstance ()
347
- .debug ("onActivityCreated: isStartedFromBackground - " + isStartedFromBackground ());
348
346
return ;
349
347
}
350
348
@@ -597,8 +595,6 @@ public void run() {
597
595
// if no activity has ever been created.
598
596
if (trace .onCreateTime == null ) {
599
597
trace .mainThreadRunnableTime = new Timer ();
600
- AndroidLogger .getInstance ()
601
- .debug ("StartFromBackgroundThreadRunnable: " + trace .onCreateTime );
602
598
trace .isStartedFromBackground = true ;
603
599
}
604
600
}
You can’t perform that action at this time.
0 commit comments