Lines Matching refs:Log
23 import android.util.Log;
189 if (Log.isLoggable(TAG, Log.DEBUG)) {
190 Log.d(TAG, String.format("Selected: %s, %d", sizeMeasure,
248 Log.d(TAG, "Unable to create file output stream");
267 Log.d(TAG, message);
273 Log.e(TAG, e.getMessage(), e);
291 if (Log.isLoggable(TAG, Log.DEBUG)) {
292 Log.d(TAG, "This file exists: " + file.getName());
304 if (Log.isLoggable(TAG, Log.DEBUG)) {
305 Log.d(TAG, "Invalid file size: " + sizeInBytesParamValue);
312 if (Log.isLoggable(TAG, Log.DEBUG)) {
313 Log.d(TAG, "Invalid file size: " + sizeInBytes);
324 if (Log.isLoggable(TAG, Log.DEBUG)) {
325 Log.d(TAG, "Invalid file storage: " + fileStorage);