mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Moar logging
This commit is contained in:
		
							parent
							
								
									6ce2b7c40e
								
							
						
					
					
						commit
						c0cf76e23c
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -125,6 +125,7 @@ public class NearbyMapFragment extends DaggerFragment { | ||||||
|     @Override |     @Override | ||||||
|     public void onCreate(Bundle savedInstanceState) { |     public void onCreate(Bundle savedInstanceState) { | ||||||
|         super.onCreate(savedInstanceState); |         super.onCreate(savedInstanceState); | ||||||
|  |         Timber.d("Nearby map fragment created"); | ||||||
| 
 | 
 | ||||||
|         controller = new ContributionController(this); |         controller = new ContributionController(this); | ||||||
|         directUpload = new DirectUpload(this, controller); |         directUpload = new DirectUpload(this, controller); | ||||||
|  | @ -162,7 +163,9 @@ public class NearbyMapFragment extends DaggerFragment { | ||||||
|     public View onCreateView(LayoutInflater inflater, ViewGroup container, |     public View onCreateView(LayoutInflater inflater, ViewGroup container, | ||||||
|                              Bundle savedInstanceState) { |                              Bundle savedInstanceState) { | ||||||
| 
 | 
 | ||||||
|  |         Timber.d("onCreateView called"); | ||||||
|         if (curLatLng != null) { |         if (curLatLng != null) { | ||||||
|  |             Timber.d("curLatLng found, setting up map view..."); | ||||||
|             setupMapView(savedInstanceState); |             setupMapView(savedInstanceState); | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan