HomeSort by relevance Sort by last modified time
    Searched defs:Logging (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 21 public class Logging {
25 * Set this to 'true' to enable as much Email logging as possible.
30 * If this is enabled then logging that normally hides sensitive information
36 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
Camera2Enumerator.java 43 import org.webrtc.Logging;
75 Logging.d(TAG, "Get supported formats for camera index " + cameraId + ".");
82 Logging.e(TAG, "getCameraCharacteristics(): " + ex);
117 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done."
CameraEnumerator.java 33 import org.webrtc.Logging;
60 Logging.d(TAG, "Get supported formats for camera index " + cameraId + ".");
65 Logging.d(TAG, "Opening camera with index " + cameraId);
69 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e);
93 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e);
97 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done."
GlShader.java 32 import org.webrtc.Logging;
49 Logging.e(TAG, "Could not compile shader " + shaderType + ":" +
76 Logging.e(TAG, "Could not link program: " +
128 Logging.d(TAG, "Deleting shader.");
CameraEnumerationAndroid.java 38 import org.webrtc.Logging;
136 Logging.e(TAG, "getCameraInfo failed on index " + index,e);
168 Logging.d(TAG, "Supported formats for camera " + id + ": "
188 Logging.w(TAG, "No supported preview fps range");
222 Logging.e(TAG, "getCameraInfo() failed on index " + i, e);
VideoCapturerAndroid.java 39 import org.webrtc.Logging;
120 Logging.e(TAG, errorMessage);
136 Logging.d(TAG, "Camera fps: " + cameraFps +".");
141 Logging.e(TAG, "Camera freezed.");
228 Logging.d(TAG, "VideoCapturerAndroid stacks trace:");
230 Logging.d(TAG, stackTrace.toString());
249 Logging.w(TAG, "Ignoring camera switch request.");
340 Logging.d(TAG, "VideoCapturerAndroid isCapturingToTexture : " + isCapturingToTexture);
352 Logging.d(TAG, "lookupDeviceName: " + deviceName);
370 Logging.d(TAG, "release")
    [all...]
VideoRendererGui.java 45 import org.webrtc.Logging;
161 Logging.d(TAG, "YuvImageRenderer.Create id: " + id);
188 Logging.d(TAG, " YuvImageRenderer.createTextures " + id + " on GL thread:" +
211 Logging.d(TAG, "ID: " + id + ". AdjustTextureCoords. Allowed display size: "
222 Logging.d(TAG, " Adjusted display size: " + displayLayout.width() + " x "
227 Logging.d(TAG, " AdjustTextureCoords done");
301 Logging.d(TAG, "ID: " + id + ". Type: " + rendererType +
305 Logging.d(TAG, "Duration: " + (int)(timeSinceFirstFrameNs / 1e6) +
307 Logging.d(TAG, "Draw time: " +
318 Logging.d(TAG, "ID: " + id + ". YuvImageRenderer.setScreenSize: "
    [all...]
EglBase14.java 40 import org.webrtc.Logging;
59 Logging.d(TAG, "SDK version: " + CURRENT_SDK_VERSION
  /frameworks/base/telecomm/java/android/telecom/Logging/
Runnable.java 17 package android.telecom.Logging;
22 * Encapsulates session logging in a Runnable to reduce code duplication when continuing subsessions
49 * Creates a new Telecom Runnable that incorporates Session Logging into it. Useful for carrying
50 * Logging Sessions through different threads as well as through handlers.
72 * Creates a Runnable and a logging subsession that can be used in a handler/thread. Be sure to
TimedEvent.java 17 package android.telecom.Logging;
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioUtils.java 22 import org.webrtc.Logging;
87 Logging.w(TAG, "Overriding default behavior; now using WebRTC AEC!");
93 Logging.w(TAG, "Overriding default behavior; now using WebRTC AGC!");
99 Logging.w(TAG, "Overriding default behavior; now using WebRTC NS!");
184 Logging.d(tag, "Android SDK: " + Build.VERSION.SDK_INT + ", "
WebRtcAudioEffects.java 21 import org.webrtc.Logging;
94 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AEC usage!");
105 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AGC usage!");
116 Logging.w(TAG, Build.MODEL + " is blacklisted for HW NS usage!");
169 Logging.d(TAG, "canUseAcousticEchoCanceler: "
184 Logging.d(TAG, "canUseAutomaticGainControl: "
199 Logging.d(TAG, "canUseNoiseSuppressor: " + canUseNoiseSuppressor);
207 Logging.w(TAG, "API level 16 or higher is required!");
214 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
222 Logging.d(TAG, "setAEC(" + enable + ")")
    [all...]
WebRtcAudioManager.java 22 import org.webrtc.Logging;
90 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
106 Logging.d(TAG, "init" + WebRtcAudioUtils.getThreadInfo());
110 Logging.d(TAG, "audio mode is: " + AUDIO_MODES[audioManager.getMode()]);
116 Logging.d(TAG, "dispose" + WebRtcAudioUtils.getThreadInfo());
131 Logging.e(TAG, Build.MODEL + " is blacklisted for OpenSL ES usage!");
180 Logging.d(TAG, "Running emulator, overriding sample rate to 8 kHz.");
186 Logging.d(TAG, "Default sample rate is overriden to " +
198 Logging.d(TAG, "Sample rate is set to " + sampleRateHz + " Hz");
WebRtcAudioRecord.java 25 import org.webrtc.Logging;
73 Logging.d(TAG, "AudioRecordThread" + WebRtcAudioUtils.getThreadInfo());
83 Logging.e(TAG,"AudioRecord.read failed: " + bytesRead);
93 Logging.d(TAG, "bytesRead[" + durationInMs + "] " + bytesRead);
100 Logging.e(TAG,"AudioRecord.stop failed: " + e.getMessage());
117 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
127 Logging.d(TAG, "enableBuiltInAEC(" + enable + ')');
129 Logging.e(TAG,"Built-in AEC is not supported on this platform");
136 Logging.d(TAG, "enableBuiltInAGC(" + enable + ')');
138 Logging.e(TAG,"Built-in AGC is not supported on this platform")
    [all...]
WebRtcAudioTrack.java 23 import org.webrtc.Logging;
65 Logging.d(TAG, "AudioTrackThread" + WebRtcAudioUtils.getThreadInfo());
75 Logging.e(TAG, "AudioTrack.play failed: " + e.getMessage());
99 Logging.e(TAG, "AudioTrack.write failed: " + bytesWritten);
117 Logging.e(TAG, "AudioTrack.stop failed: " + e.getMessage());
145 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
156 Logging.d(TAG, "initPlayout(sampleRate=" + sampleRate + ", channels="
161 Logging.d(TAG, "byteBuffer.capacity: " + byteBuffer.capacity());
175 Logging.d(TAG, "AudioTrack.getMinBufferSize: " + minBufferSizeInBytes);
193 Logging.d(TAG, e.getMessage())
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
Logging.java 26 package java.util.logging;
33 * Logging is the implementation class of LoggingMXBean.
47 class Logging implements LoggingMXBean {
51 /** Constructor of Logging which is the implementation class
54 Logging() {
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_interface.h 150 Status Logging(const LoggingRequest* request, LoggingResponse* response) {
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 40 import org.webrtc.Logging;
128 Logging.d(TAG, "Set error callback");
147 Logging.d(TAG, "Trying to find HW decoder for mime " + mime);
163 Logging.d(TAG, "Found candidate decoder " + name);
181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
187 Logging.d(TAG, "Found target decoder " + name +
194 Logging.d(TAG, "No HW decoder found for mime " + mime);
214 Logging.d(TAG, "MediaCodecVideoDecoder stacks trace:");
216 Logging.d(TAG, stackTrace.toString());
255 Logging.d(TAG, "Java initDecode: " + type + " : "+ width + " x " + height
    [all...]
MediaCodecVideoEncoder.java 41 import org.webrtc.Logging;
137 Logging.d(TAG, "Set error callback");
163 Logging.w(TAG, "Model: " + Build.MODEL + " has black listed H.264 encoder.");
183 Logging.v(TAG, "Found candidate encoder " + name);
199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
206 Logging.d(TAG, "Found target encoder for mime " + mime + " : " + name +
255 Logging.d(TAG, "MediaCodecVideoEncoder stacks trace:");
257 Logging.d(TAG, stackTrace.toString());
276 Logging.d(TAG, "Java initEncode: " + type + " : " + width + " x " + height +
308 Logging.d(TAG, "Color format: " + colorFormat)
    [all...]
PeerConnectionFactory.java 205 Logging.d(TAG, threadName + " stacks trace:");
207 Logging.d(TAG, stackTrace.toString());
220 Logging.d(TAG, "onWorkerThreadReady");
225 Logging.d(TAG, "onSignalingThreadReady");
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 28 Logging Logging::g_Logging;
36 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) {
37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled);
40 Logging::Context::Context(const std::string& name, int64_t timestamp_ms,
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
45 Logging::Context::Context(const char* name, int64_t timestamp_ms,
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
50 Logging::Context::~Context() {
51 Logging::GetInstance()->PopState()
    [all...]
bwe_test_logging.h 14 // To enable BWE logging, run this command from trunk/ :
21 // BWE logging allows you to insert dynamically named log/plot points in the
54 // Set a thread-global base logging context. This name will be prepended to all
59 // Thread-globally allow/disallow logging.
63 // Insert a (hierarchical) logging context.
67 // Allow/disallow logging down the call tree from this point. Logging must be
132 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
137 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
142 webrtc::testing::bwe::Logging::Context
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 27 import org.webrtc.Logging;
89 Logging.w(TAG, "creating OpenGL ES 2.0 context");
106 Logging.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
197 Logging.w(TAG, String.format("%d configurations", numConfigs));
199 Logging.w(TAG, String.format("Configuration %d:\n", i));
281 Logging.w(TAG, String.format(" %s: %d\n", name, value[0]));
283 // Logging.w(TAG, String.format(" %s: failed\n", name));
ViESurfaceRenderer.java 28 import org.webrtc.Logging;
62 Logging.d(TAG, "ViESurfaceRender::surfaceChanged");
66 Logging.d(TAG, "ViESurfaceRender::surfaceChanged" +
84 Logging.d(TAG, "ViESurfaceRender::surfaceCreated" +
103 Logging.d(TAG, "ViESurfaceRenderer::surfaceDestroyed");
109 Logging.d(TAG, "CreateByteBitmap " + width + ":" + height);
127 Logging.d(TAG, "CreateByteBuffer " + width + ":" + height);
137 Logging.d(TAG, "SetCoordinates " + left + "," + top + ":" +
  /external/webrtc/webrtc/base/java/src/org/webrtc/
Logging.java 16 import java.util.logging.Logger;
17 import java.util.logging.Level;
19 /** Java wrapper for WebRTC logging. */
20 public class Logging {
21 private static final Logger fallbackLogger = Logger.getLogger("org.webrtc.Logging");
30 // If native logging is unavailable, log to system log.
61 // Keep in sync with webrtc/base/logging.h:LoggingSeverity.

Completed in 622 milliseconds

1 2