Lines Matching refs:TAG

113     private static final String TAG = "BackupAgent";
464 Log.w(TAG, "Unable to obtain canonical paths");
472 Log.w(TAG, "lib, cache, code_cache, and no_backup files are not backed up");
494 Log.w(TAG, "File " + filePath + " is in an unsupported location; skipping");
501 if (DEBUG) Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
549 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
560 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
566 if (DEBUG) Log.w(TAG, "Error scanning file " + file + " : " + e);
710 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
725 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
731 Log.e(TAG, "Cross-domain restore attempt: " + outPath);
739 if (DEBUG) Log.i(TAG, "[ skipping file " + path + "]");
773 private static final String TAG = "BackupServiceBinder";
783 if (DEBUG) Log.v(TAG, "doBackup() invoked");
789 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
792 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
816 if (DEBUG) Log.v(TAG, "doRestore() invoked");
821 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
824 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
845 if (DEBUG) Log.v(TAG, "doFullBackup() invoked");
854 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
857 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
870 Log.e(TAG, "Unable to finalize backup stream!");
891 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
894 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
914 Log.d(TAG, "onRestoreFile (" + BackupAgent.this.getClass().getName() + ") threw", e);
935 Log.d(TAG, "onRestoreFinished (" + BackupAgent.this.getClass().getName() + ") threw", e);