Home | History | Annotate | Download | only in com.example.android.basicsyncadapter

Lines Matching refs:Log

33 import android.util.Log;
137 Log.i(TAG, "Beginning network synchronization");
143 Log.i(TAG, "Streaming data from network: " + location);
154 Log.e(TAG, "Feed URL is malformed", e);
158 Log.e(TAG, "Error reading from network: " + e.toString());
162 Log.e(TAG, "Error parsing feed: " + e.toString());
166 Log.e(TAG, "Error parsing feed: " + e.toString());
170 Log.e(TAG, "Error updating database: " + e.toString());
174 Log.e(TAG, "Error updating database: " + e.toString());
178 Log.i(TAG, "Network synchronization complete");
207 Log.i(TAG, "Parsing stream as Atom feed");
209 Log.i(TAG, "Parsing complete. Found " + entries.size() + " entries");
221 Log.i(TAG, "Fetching local entries for merge");
225 Log.i(TAG, "Found " + c.getCount() + " local entries. Computing merge solution...");
251 Log.i(TAG, "Scheduling update: " + existingUri);
259 Log.i(TAG, "No action: " + existingUri);
265 Log.i(TAG, "Scheduling delete: " + deleteUri);
274 Log.i(TAG, "Scheduling insert: entry_id=" + e.id);
283 Log.i(TAG, "Merge solution ready. Applying batch update");