HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 76 - 100 of 6843) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
EnrollmentUtil.java 28 import android.util.Log;
98 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel", e);
117 Log.e(TAG, "Keyphrase must have a valid ID");
125 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
129 Log.w(TAG, "No models present for the gien keyphrase ID");
145 Log.e(TAG, "Keyphrase must have a valid ID");
153 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
160 Log.e(TAG, "KeyphraseSoundModel must be non-null");
164 Log.e(TAG, "KeyphraseSoundModel must have a UUID");
168 Log.e(TAG, "KeyphraseSoundModel must have data")
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
SystemProperties.java 19 import com.android.ex.camera2.portability.debug.Log;
27 private static final Log.Tag TAG = new Log.Tag("SysProps");
44 Log.e(TAG, "Exception while getting system property: ", e);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
UnimplementedWebViewApi.java 19 import android.util.Log;
41 Log.w(TAG, "Unimplemented WebView method called in: " +
42 Log.getStackTraceString(new Throwable()));
48 Log.w(TAG, "Unimplemented WebView method " + unimplementedMethod.getMethodName() +
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingServiceManager.java 22 import com.android.camera.debug.Log;
34 private static final Log.Tag TAG = new Log.Tag("ProcessingSvcMgr");
84 Log.d(TAG, "Task added. Queue size now: " + mQueue.size());
101 Log.d(TAG, "Popping a session. Remaining: " + (mQueue.size() - 1));
104 Log.d(TAG, "Popping null. On hold? " + mHoldProcessing);
128 Log.d(TAG, "Suspend processing");
132 Log.d(TAG, "Not able to suspend processing.");
141 Log.d(TAG, "Resume processing. Queue size: " + mQueue.size());
  /packages/apps/Camera2/src_pd/com/android/camera/app/
LocationManager.java 22 import com.android.camera.debug.Log;
30 private static final Log.Tag TAG = new Log.Tag("LocationManager");
35 Log.d(TAG, "Using legacy location provider.");
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticationService.java 22 import android.util.Log;
30 Log.v(TestauthConstants.LOG_TAG, this + " Service started.");
36 Log.v(TestauthConstants.LOG_TAG, this + " Service stopped.");
41 Log.v(TestauthConstants.LOG_TAG, this + " getBinder() intent=" + intent);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProvisionLogger.java 20 import android.util.Log;
34 * Log the message at DEBUG level.
38 Log.d(getTag(), message);
43 * Log the message at DEBUG level.
47 Log.d(getTag(), message, t);
52 * Log the message at DEBUG level.
56 Log.d(getTag(), "", t);
61 * Log the message at VERBOSE level.
65 Log.v(getTag(), message);
70 * Log the message at VERBOSE level
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CameraThread.java 22 import android.util.Log;
37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 Log.w(TAG, "Looper thread already started");
57 if (VERBOSE) Log.v(TAG, "start loopRun");
65 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
69 if (VERBOSE) Log.v(TAG, "start waiting for looper");
81 Log.w(TAG, "Looper thread doesn't start yet");
85 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 26 import android.util.Log;
103 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
105 if (VDBG) Log.d(TAG,"Unbinding service...");
111 Log.e(TAG,"",re);
118 if (VDBG) Log.d(TAG,"Binding service...");
122 Log.e(TAG,"",re);
149 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
175 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
184 Log.e(TAG, e.toString());
187 Log.w(TAG, "Proxy not attached to service")
567 private static void log(String msg) { method in class:BluetoothHealth
    [all...]
BluetoothA2dp.java 28 import android.util.Log;
120 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
122 if (VDBG) Log.d(TAG,"Unbinding service...");
128 Log.e(TAG,"",re);
135 if (VDBG) Log.d(TAG,"Binding service...");
139 Log.e(TAG,"",re);
159 Log.e(TAG,"",e);
172 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
185 Log.e(TAG,"",e);
195 Log.e(TAG,"",re)
552 private static void log(String msg) { method in class:BluetoothA2dp
    [all...]
BluetoothPan.java 27 import android.util.Log;
137 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
141 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
157 if (VDBG) log("close()");
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
174 Log.e(TAG,"",re);
191 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
193 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called")
384 private static void log(String msg) { method in class:BluetoothPan
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
logging.cc 29 Log::Level g_log_level = Log::kWarning;
33 // Array indices are the Log::Level enum values.
43 const char* LevelToName(Log::Level level) {
44 const int index = level - Log::kAll;
52 Log::Level level;
56 {"ALL", Log::kAll},
57 {"DEBUG", Log::kDebug},
58 {"INFO", Log::kInfo},
59 {"WARNING", Log::kWarning}
255 WebDriverLog* log = new WebDriverLog(type, Log::kAll); local
    [all...]
  /external/chromium_org/v8/src/
log-utils.cc 7 #include "src/log-utils.h"
14 const char* const Log::kLogToTemporaryFile = "&";
15 const char* const Log::kLogToConsole = "-";
18 Log::Log(Logger* logger)
26 void Log::Initialize(const char* log_file_name) {
29 // --log-all enables all the log flags.
40 // --prof implies --log-code.
43 // If we're logging anything, we need to open the log file
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 3 import android.util.Log;
128 if (Log.isLoggable(TAG, Log.DEBUG)) {
129 Log.d(TAG, "Unknown segmentId=" + segmentId);
139 if (Log.isLoggable(TAG, Log.DEBUG)) {
140 Log.d(TAG, "Found MARKER_EOI in exif segment");
149 if (Log.isLoggable(TAG, Log.DEBUG)) {
150 Log.d(TAG, "Unable to skip enough data for type=" + segmentType)
    [all...]
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 19 import android.util.Log;
33 * Implements a {@link java.util.logging.Logger} handler that writes to the Android log. The
35 * the log tag. Only the log levels need to be converted appropriately. For
87 * Holds the formatter for all Android log handlers.
108 * Constructs a new instance of the Android log handler.
128 if (!Log.isLoggable(tag, level)) {
134 Log.println(level, tag, message);
136 Log.e("AndroidHandler", "Error logging message.", e);
143 if (!Log.isLoggable(tag, priority))
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 27 import android.util.Log;
73 if (DBG) Log.d(TAG, "starting connection thread");
84 if (DBG) Log.d(TAG, "read " + size + " bytes");
94 if (DBG) Log.d(TAG, "connection broken by IOException", e);
100 if (DBG) Log.d(TAG, "got message " + msg.toString());
105 Log.e(TAG, "badly formatted NDEF message, ignoring", e);
108 if (DBG) Log.d(TAG, "about to close");
114 if (DBG) Log.d(TAG, "finished connection thread");
131 if (DBG) Log.d(TAG, "about create LLCP service socket");
138 if (DBG) Log.d(TAG, "failed to create LLCP service socket")
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AllUsersActivity.java 20 import android.util.Log;
34 Log.i(TAG, "Roger that!");
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src/com/android/cts/monkey/
MonkeyActivity.java 22 import android.util.Log;
32 Log.i(TAG, ActivityManager.isUserAMonkey() ? "@(>.<)@" : "(^_^)");
  /cts/hostsidetests/usb/SerialTestApp/src/com/android/cts/usb/serialtest/
UsbSerialTest.java 21 import android.util.Log;
31 Log.e(TAG, Build.SERIAL);
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 26 import com.example.android.common.logger.Log;
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 26 import com.example.android.common.logger.Log;
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 20 import android.util.Log;
39 Log.e(TAG, "", e);
FailingInjectorService.java 20 import android.util.Log;
47 Log.e(TAG, "", e);
MyInjectorService.java 20 import android.util.Log;
39 Log.e(TAG, "", e);
SlowInjectorService.java 20 import android.util.Log;
39 Log.e(TAG, "", e);

Completed in 1852 milliseconds

1 2 34 5 6 7 8 91011>>