Lines Matching refs:TAG

47     static final String TAG = "SystemConfig";
165 Slog.w(TAG, "No directory " + libraryDir + ", skipping");
170 Slog.w(TAG, "Directory " + libraryDir + " cannot be read");
184 Slog.i(TAG, "Non-xml file " + f + " in " + libraryDir + " directory, ignoring");
188 Slog.w(TAG, "Permissions library file " + f + " cannot be read");
206 Slog.w(TAG, "Couldn't find or open permissions file " + permFile);
244 Slog.w(TAG, "<group> without gid in " + permFile + " at "
253 Slog.w(TAG, "<permission> without name in " + permFile + " at "
264 Slog.w(TAG, "<assign-permission> without name in " + permFile + " at "
271 Slog.w(TAG, "<assign-permission> without uid in " + permFile + " at "
278 Slog.w(TAG, "<assign-permission> with unknown uid \""
297 Slog.w(TAG, "<library> without name in " + permFile + " at "
300 Slog.w(TAG, "<library> without file in " + permFile + " at "
303 //Log.i(TAG, "Got library " + lname + " in " + lfile);
319 Slog.w(TAG, "<feature> without name in " + permFile + " at "
322 //Log.i(TAG, "Got feature " + fname);
333 Slog.w(TAG, "<unavailable-feature> without name in " + permFile + " at "
344 Slog.w(TAG, "<allow-in-power-save-except-idle> without package in "
355 Slog.w(TAG, "<allow-in-power-save> without package in " + permFile + " at "
366 Slog.w(TAG, "<fixed-ime-app> without package in " + permFile + " at "
377 Slog.w(TAG, "<app-link> without package in " + permFile + " at "
390 Slog.w(TAG, "Got exception parsing permissions.", e);
392 Slog.w(TAG, "Got exception parsing permissions.", e);
399 Slog.d(TAG, "Removed unavailable feature " + fname);
431 Slog.w(TAG, "<group> without gid at "