HomeSort by relevance Sort by last modified time
    Searched defs:Log (Results 226 - 250 of 7302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/location/
ContextHubClientManager.java 26 import android.util.Log;
97 Log.e(TAG, "Failed to attach death recipient to client");
102 Log.d(TAG, "Registered client with host endpoint ID " + broker.getHostEndPointId());
116 Log.v(TAG, "Received " + clientMessage);
126 Log.e(TAG, "Cannot send message to unregistered client (host endpoint ID = "
142 Log.d(TAG, "Unregistered client with host endpoint ID " + hostEndPointId);
144 Log.e(TAG, "Cannot unregister non-existing client with host endpoint ID "
  /frameworks/base/services/core/java/com/android/server/os/
SchedulingPolicyService.java 25 import android.util.Log;
84 //Log.i(TAG, "requestPriority(pid=" + pid + ", tid=" + tid + ", prio=" + prio + ")");
102 Log.e(TAG, "Failed setThreadGroup: " + e);
111 Log.e(TAG, "Failed setThreadScheduler: " + e);
127 Log.e(TAG, "requestCpusetBoost: can't find media.codec process");
161 Log.i(TAG, "Moving " + pid + " to group " + Process.THREAD_GROUP_TOP_APP);
169 Log.e(TAG, "Failed enableCpusetBoost: " + e);
197 Log.i(TAG, "Moving " + pid + " back to group default");
200 Log.w(TAG, "Couldn't move pid " + pid + " back to group default");
  /frameworks/base/services/net/java/android/net/util/
SharedLog.java 21 import android.util.Log;
47 // The tag to use for output to the system log. This is not output to the
50 // The component (or subcomponent) of a system that is sharing this log.
82 // Methods that both log an entry and emit it to the system log.
86 Log.e(mTag, record(Category.ERROR, e.toString()));
90 Log.e(mTag, record(Category.ERROR, msg));
94 Log.i(mTag, record(Category.NONE, msg));
98 Log.w(mTag, record(Category.WARN, msg));
102 // Methods that only log an entry (and do NOT emit to the system log)
105 public void log(String msg) { method in class:SharedLog
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
MockPriorityJobService.java 22 import android.util.Log;
33 Log.e(TAG, "Created test service.");
38 Log.i(TAG, "Test job executing: " + params.getJobId());
46 Log.i(TAG, "Test job stop executing: " + params.getJobId());
49 Log.d(TAG, "stop reason: " + String.valueOf(reason));
52 Log.d(TAG, "preempted " + String.valueOf(params.getJobId()));
  /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
TestJobService.java 30 import android.util.Log;
59 Log.i(TAG, "Service created");
65 Log.i(TAG, "Service destroyed");
77 Log.e(TAG, "Error passing service object back to activity.");
84 Log.i(TAG, "on start job: " + params.getJobId()
104 Log.i(TAG, "on stop job: " + params.getJobId());
122 Log.d(TAG, "Scheduling job " + job);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SarManager.java 31 import android.util.Log;
96 Log.d(TAG, "Registering Listeners for the SAR Manager");
120 Log.e(TAG, "Invalid Cell State: " + state);
150 Log.d(TAG, "Inside enableVerboseLogging: " + verbose);
167 Log.i(TAG, "Registering for telephony call state changes");
182 Log.d(TAG, "Received Phone State Change: " + state);
208 Log.d(TAG, "Sending SAR Scenario #" + scenarioToString(newSarScenario));
222 Log.e(TAG, "Failed to set TX power scenario");
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpNativeInterface.java 29 import android.util.Log;
54 Log.wtfStack(TAG, "No Bluetooth Adapter Available");
149 Log.w(TAG, "Event ignored, service not available: " + event);
164 Log.d(TAG, "onConnectionStateChanged: " + event);
175 Log.d(TAG, "onAudioStateChanged: " + event);
190 Log.d(TAG, "onCodecConfigChanged: " + event);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidNativeInterface.java 27 import android.util.Log;
51 Log.wtfStack(TAG, "No Bluetooth Adapter Available");
132 Log.e(TAG, "Event ignored, service not available: " + event);
147 Log.d(TAG, "onConnectionStateChanged: " + event);
160 Log.d(TAG, "onDeviceAvailable: " + event);
  /packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java 23 import com.android.camera.debug.Log;
31 private static final Log.Tag TAG = new Log.Tag("LcyLocProvider");
59 Log.d(TAG, "No location received yet.");
77 Log.d(TAG, "disconnect");
83 Log.v(TAG, "starting location updates");
95 Log.i(TAG, "fail to request location update, ignore", ex);
97 Log.d(TAG, "provider does not exist " + ex.getMessage());
106 Log.i(TAG, "fail to request location update, ignore", ex);
108 Log.d(TAG, "provider does not exist " + ex.getMessage())
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
Camera2OneCameraManagerImpl.java 26 import com.android.camera.debug.Log;
27 import com.android.camera.debug.Log.Tag;
56 Log.e(TAG, "camera2.CameraManager is not available.");
76 Log.e(TAG, "Unable to read camera list.", ex);
94 Log.e(TAG, "Unable to read camera list.", ex);
134 Log.d(TAG, "Getting First BACK Camera");
137 Log.w(TAG, "No back-facing camera found.");
144 Log.d(TAG, "Getting First FRONT Camera");
147 Log.w(TAG, "No front-facing camera found.");
165 Log.w(TAG, "Unable to get camera ID", ex)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 37 import com.android.camera.debug.Log;
38 import com.android.camera.debug.Log.Tag;
46 /** Log all requests; otherwise will only log long requests. */
48 /** Log requests if this threshold is exceeded. */
86 Log.e(TAG, "Could not get the CAMERA_SERVICE");
139 Log.w(TAG, "Warning: providing system service " + service + " took " +
142 Log.v(TAG, "Provided system service " + service + " in " + duration + "ms");
  /packages/apps/Car/Radio/src/com/android/car/radio/platform/
RadioTunerExt.java 30 import android.util.Log;
66 Log.i(TAG, "Car connected, executing postponed operation: "
71 Log.e(TAG, "Car is not connected", e);
94 Log.i(TAG, "Car not connected yet, postponing operation: "
106 Log.e(TAG, "Tuner source \"" + HARDCODED_TUNER_ADDRESS
110 Log.d(TAG, "Creating audio patch for " + HARDCODED_TUNER_ADDRESS);
114 Log.d(TAG, "Releasing audio patch");
120 Log.e(TAG, "Can't (un)mute - car is not connected", e);
  /packages/apps/Dialer/java/com/android/incallui/
InCallCameraManager.java 109 Log.v(this, "initializeCameraList");
115 Log.e(this, "Could not get camera service.");
127 Log.d(this, "Could not access camera: " + e);
152 Log.v(this, "initializeCameraList : done");
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
SharedMinimal.java 37 import android.util.Log;
55 public static final boolean VERBOSE = DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
119 Log.d(TAG, "getUriPermission() for volume " + storageVolume.dump() + ", directory "
126 if (DEBUG) Log.d(TAG, "root access requested on primary volume");
135 Log.e(TAG, "Could not get canonical file for volume " + storageVolume.dump()
152 Log.d(TAG, "Directory '" + directory + "' is not standard (full path: '"
166 if (DEBUG) Log.d(TAG, "Number of volumes: " + volumes.size());
172 if (DEBUG) Log.d(TAG, "Converting " + root + " to " + internalRoot);
180 Log.w(TAG, "No volume description for " + volume + "; using " + volumeLabel)
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MouseInputHandler.java 21 import android.util.Log;
57 if (VERBOSE) Log.v(TAG, "Delegated onDown event.");
80 if (VERBOSE) Log.v(TAG, "Ignoring onSingleTapUp, previously handled in onDown.");
86 if (DEBUG) Log.d(TAG, "Tap not associated w/ model item. Clearing selection.");
93 if (DEBUG) Log.d(TAG, "Ignoring middle click");
123 if (VERBOSE) Log.v(TAG,
134 if (DEBUG) Log.d(TAG, "Ignoring Confirmed Tap on non-item.");
139 if (DEBUG) Log.d(TAG, "Ignoring middle click");
145 Log.w(TAG, "Ignoring Confirmed Tap. No document details associated w/ event.");
163 if (DEBUG) Log.d(TAG, "Ignoring DoubleTap on non-model-backed item.")
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
MoveJob.java 31 import android.util.Log;
99 Log.e(TAG, "Failed to create srcParent.", e);
125 Log.w(TAG, "Failed to obtain client for %s" + src.derivedUri + ".", e);
159 Log.e(TAG, "Provider side move failed for: " + src.derivedUri
163 if (DEBUG) Log.d(TAG, "Fallback to byte-by-byte move for: " + src.derivedUri);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetsRestoredReceiver.java 13 import android.util.Log;
29 Log.d(TAG, "Widget ID map received for host:" + hostId);
47 Log.e(TAG, "Invalid host restored received");
59 Log.e(TAG, "Skipping widget ID remap as widgets not supported");
66 Log.e(TAG, "Skipping widget ID remap as DB already in use");
68 Log.d(TAG, "Deleting widgetId: " + widgetId);
77 Log.i(TAG, "Widget state restore id " + oldWidgetIds[i] + " => " + newWidgetIds[i]);
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 27 import android.util.Log;
61 Log.e(TAG, "Failed to write image", e);
96 Log.e(TAG, "Failed to write MediaStore" + th);
107 Log.d(TAG, "External storage state=" + state);
125 Log.i(TAG, "Fail to access external storage", e);
137 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 33 import android.util.Log;
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
115 Log.w(TAG, "Got search intent with no query.");
144 Log.w(TAG, "Error", e);
152 Log.i(TAG, "Launching intent: " + intent.toUri(0));
155 Log.w(TAG, "No activity found to handle: " + intent);
164 Log.i(TAG, "Pending intent cancelled: " + pending);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 19 import android.util.Log;
43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
68 if (!mClosed) Log.w(TAG, "Worker exited before close");
84 if (DBG) Log.d(TAG, "Running task " + task.getName());
86 if (DBG) Log.d(TAG, "Task " + task.getName() + " complete");
88 Log.e(TAG, "Task " + task.getName() + " failed", ex);
  /packages/apps/Settings/src/com/android/settings/
AppWidgetLoader.java 25 import android.util.Log;
63 Log.i(TAG, "EXTRA_CUSTOM_INFO not present.");
72 Log.e(TAG, "error using EXTRA_CUSTOM_INFO index=" + i);
80 Log.e(TAG, "EXTRA_CUSTOM_INFO without EXTRA_CUSTOM_EXTRAS");
88 Log.e(TAG, "list size mismatch: EXTRA_CUSTOM_INFO: " + customInfoSize
99 Log.e(TAG, "error using EXTRA_CUSTOM_EXTRAS index=" + i);
105 if (LOGD) Log.d(TAG, "Using " + customInfo.size() + " custom items");
  /packages/apps/TV/tests/common/src/com/android/tv/input/
TunerHelper.java 21 import android.util.Log;
76 Log.i(TAG, "No available tuners. tuner count: " + mTunerCount);
95 if (DEBUG) Log.d(TAG, "Removed tuner for tune");
126 Log.w(TAG, "Tuner found for " + channelUri + ", but not used for recording");
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/instrument/
TestSetupInstrumentation.java 23 import android.util.Log;
59 Log.e(TAG, errMsg);
87 Log.i(
93 Log.i(TAG, "Running setup for " + testSetupMode + " tests.");
122 Log.w(
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsPackageMonitor.java 28 import android.util.Log;
81 Log.v(TAG, "Starting... user="
123 Log.w(TAG, "Empty package name detected.");
126 if (VERBOSE_LOGGING) Log.d(TAG, "onPackageChanged: Scanning package: " + packageName);
137 if (VERBOSE_LOGGING) Log.v(TAG, "Calling PendingResult.finish()...");
147 if (VERBOSE_LOGGING) Log.d(TAG, "Cleaning up data for package: " + packageName);
  /packages/services/Car/car-lib/src/android/car/drivingstate/
CarDrivingStateManager.java 32 import android.util.Log;
87 Log.v(TAG, "registerCarDrivingStateEventListener(): null listener");
94 Log.d(TAG, "Listener already registered");
106 Log.e(TAG, "Could not register a listener to Driving State Service " + e);
109 Log.e(TAG, "Could not register a listener to Driving State Service " + e);
122 Log.d(TAG, "Listener was not previously registered");
131 Log.e(TAG, "Could not unregister listener from Driving State Service " + e);
147 Log.e(TAG, "Could not get current driving state " + e);

Completed in 827 milliseconds

1 2 3 4 5 6 7 8 91011>>