mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Added notes for debugging
This commit is contained in:
		
							parent
							
								
									2daf4d3db6
								
							
						
					
					
						commit
						87df022431
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -102,7 +102,7 @@ public class CategoryContentProvider extends ContentProvider { | |||
| 
 | ||||
|     @Override | ||||
|     public int bulkInsert(Uri uri, ContentValues[] values) { | ||||
|         Log.d("Commons", "Hello, bulk insert!"); | ||||
|         Log.d("Commons", "Hello, bulk insert! (CategoryContentProvider)"); | ||||
|         int uriType = uriMatcher.match(uri); | ||||
|         SQLiteDatabase sqlDB = dbOpenHelper.getWritableDatabase(); | ||||
|         sqlDB.beginTransaction(); | ||||
|  |  | |||
|  | @ -116,7 +116,7 @@ public class ContributionsContentProvider extends ContentProvider{ | |||
| 
 | ||||
|     @Override | ||||
|     public int bulkInsert(Uri uri, ContentValues[] values) { | ||||
|         Log.d("Commons", "Hello, bulk insert!"); | ||||
|         Log.d("Commons", "Hello, bulk insert! (ContributionsContentProvider)"); | ||||
|         int uriType = uriMatcher.match(uri); | ||||
|         SQLiteDatabase sqlDB = dbOpenHelper.getWritableDatabase(); | ||||
|         sqlDB.beginTransaction(); | ||||
|  |  | |||
|  | @ -100,7 +100,7 @@ public class ModificationsContentProvider extends ContentProvider{ | |||
| 
 | ||||
|     @Override | ||||
|     public int bulkInsert(Uri uri, ContentValues[] values) { | ||||
|         Log.d("Commons", "Hello, bulk insert!"); | ||||
|         Log.d("Commons", "Hello, bulk insert! (ModificationsContentProvider)"); | ||||
|         int uriType = uriMatcher.match(uri); | ||||
|         SQLiteDatabase sqlDB = dbOpenHelper.getWritableDatabase(); | ||||
|         sqlDB.beginTransaction(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan