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() {
343343  public  synchronized  void  onActivityCreated (Activity  activity , Bundle  savedInstanceState ) {
344344    if  (isStartedFromBackground () || onCreateTime  != null  // An activity already called onCreate() 
345345    ) {
346-       AndroidLogger .getInstance ()
347-           .debug ("onActivityCreated: isStartedFromBackground - "  + isStartedFromBackground ());
348346      return ;
349347    }
350348
@@ -597,8 +595,6 @@ public void run() {
597595      // if no activity has ever been created. 
598596      if  (trace .onCreateTime  == null ) {
599597        trace .mainThreadRunnableTime  = new  Timer ();
600-         AndroidLogger .getInstance ()
601-             .debug ("StartFromBackgroundThreadRunnable: "  + trace .onCreateTime );
602598        trace .isStartedFromBackground  = true ;
603599      }
604600    }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments