Searched refs:log (Results 51 - 75 of 643) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java92 if (DBG) log("IsimUiccRecords X ctor this=" + this);
97 log("Disposing " + this);
135 log("EVENT_ISIM_AUTHENTICATE_DONE");
137 log("Exception ISIM AKA: " + ar.exception);
141 log("ISIM AKA: auth_rsp = " + auth_rsp);
143 log("Failed to parse ISIM AKA contents: " + e);
183 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested);
207 if (DUMP_RECORDS) log("EF_IMPI=" + mIsimImpi);
217 if (DBG) log("EF_IMPU record count: " + impuList.size());
222 if (DUMP_RECORDS) log("EF_IMP
492 protected void log(String s) { method in class:IsimUiccRecords
[all...]
H A DUiccPkcs15.java77 log("Creating FileHandler, pkcs15Path: " + pkcs15Path);
82 log("loadFile: " + fileId);
95 log("EF based");
104 log("EF based");
110 log("handleMessage: " + msg.what);
113 log("Error: " + ar.exception);
128 log("IccIoResult: " + response + " payload: " + result);
135 log("Unknown event" + msg.what);
155 log("handleMessage: " + msg.what);
163 log("mChannelI
331 private static void log(String msg) { method in class:UiccPkcs15
[all...]
H A DSIMRecords.java229 if (DBG) log("SIMRecords X ctor this=" + this);
247 if (DBG) log("Disposing SIMRecords this=" + this);
259 if (DBG) log("finalized");
267 log("setting0 mMncLength" + mMncLength);
286 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null");
287 log("update icc_operator_numeric=" + null);
351 if(DBG) log("Set MSISDN: " + mNewMsisdnTag + " " + /*mNewMsisdn*/
511 if (DBG) log(" VoiceMessageCount from SIM MWIS = " + countVoiceMessages);
523 if (DBG) log(" VoiceMessageCount from SIM CPHS = " + countVoiceMessages);
558 log("setVoiceCallForwardingFla
2090 protected void log(String s) { method in class:SIMRecords
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java113 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
115 log("simulate detaching");
118 log("simulate attaching");
121 log("inject simulated conference event package");
125 log("handle test dialog event package intent");
128 log("handle test supp svc failed intent");
131 log("handle handover fail test intent");
134 log("handle supp service notification test intent");
137 if (DBG) log("onReceive: unknown action=" + action);
152 log("registe
177 private static void log(String s) { method in class:TelephonyTester
[all...]
H A DCarrierActionAgent.java72 /** local log for carrier actions */
104 if (DBG) log("Creating CarrierActionAgent");
115 log("SET_METERED_APNS_ENABLED: " + mCarrierActionOnMeteredApnEnabled);
116 mMeteredApnEnabledLog.log("SET_METERED_APNS_ENABLED: "
123 log("SET_RADIO_ENABLED: " + mCarrierActionOnRadioEnabled);
124 mRadioEnabledLog.log("SET_RADIO_ENABLED: " + mCarrierActionOnRadioEnabled);
130 log("CARRIER_ACTION_REPORT_AT_DEFAULT_NETWORK_STATUS: "
132 mReportDefaultNetworkStatusLog.log("REGISTER_DEFAULT_NETWORK_STATUS: "
138 log("CARRIER_ACTION_RESET");
142 log("EVENT_APM_SETTINGS_CHANGE
284 private void log(String s) { method in class:CarrierActionAgent
[all...]
H A DDeviceStateMonitor.java128 log("received: " + intent, true);
135 log("Power Save mode " + ((msg.arg1 == 1) ? "on" : "off"), true);
151 log("Tethering " + (isTetheringOn ? "on" : "off"), true);
156 log("Unexpected broadcast intent: " + intent, false);
182 log("DeviceStateMonitor mIsPowerSaveOn=" + mIsPowerSaveOn + ",mIsScreenOn="
231 log("handleMessage msg=" + msg, false);
300 log("RIL connected.", true);
329 log("send type: " + deviceTypeToString(type) + ", state=" + state, true);
341 log("old filter: " + mUnsolicitedResponseFilter + ", new filter: " + newFilter, true);
386 log("Scree
402 private void log(String msg, boolean logIntoLocalLog) { method in class:DeviceStateMonitor
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java93 log("E ctor");
98 log("X ctor");
121 log("dispose: call quiteNow()");
137 log("addActiveDcByCid dc.mCid < 0 dc=" + dc);
149 log("removeActiveDcByCid removedDc=null dc=" + dc);
190 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
194 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
203 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" +
221 log("onDataStateChanged: mDcListAll=" + mDcListAll);
236 if (DBG) log("onDataStateChange
413 protected void log(String s) { method in class:DcController
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp19 #include <log/log.h>
46 GLchar log[infoLen]; local
47 glGetProgramInfoLog(programId, infoLen, 0, &log[0]);
48 ALOGE("%s", log);
106 GLchar log[512]; local
107 glGetShaderInfoLog(shader, sizeof(log), 0, log);
108 ALOGE("Error while compiling shader: \n%s\n%s", source, log);
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py89 log = util_log.get_logger()
96 log.debug("skipping non-wimpy test in wimpy mode:%r", obj)
104 log.debug("Found the following tests %r", test_methods)
112 log.info("running test %r", test.__name__)
167 log = util_log.get_logger()
170 log.info('[Command] {0}'.format(cmd))
186 log.debug('[Output] {0}'.format(output.rstrip()))
209 log = util_log.get_logger()
228 if log.getEffectiveLevel() > logging.DEBUG:
229 log
[all...]
H A Dtest_base_remote.py99 log = util_log.get_logger()
103 log.fatal(err1.GetCString())
117 log.error(err2.GetCString())
120 log.warning('Connection to lldb server was refused. '
129 log.fatal('Not trying again, maximum retries exceeded.')
141 log.fatal(err3.GetCString())
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java73 if (DBG) log("new SipPhone: " + hidePii(profile.getUriString()));
103 if (DBG) log("takeIncomingCall: ret=null, not a SipAudioCall");
107 if (DBG) log("takeIncomingCall: ret=null, ringingCall not alive");
116 log("takeIncomingCall: ret=null," + " foreground and background both alive");
123 if (DBG) log("takeIncomingCall: taking call from: "
132 if (DBG) log(" takeIncomingCall: call cancelled !!");
142 if (DBG) log(" takeIncomingCall: exception e=" + e);
145 if (DBG) log("takeIncomingCall: NOT taking !!");
155 if (DBG) log("acceptCall: accepting");
161 log("acceptCal
434 private void log(String s) { method in class:SipPhone
737 private void log(String s) { method in class:SipPhone.SipCall
1009 private void log(String s) { method in class:SipPhone.SipConnection
1076 private void log(String s) { method in class:SipPhone.SipAudioCallAdapter
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthWcdma.java120 if (DBG) log("getLevel=" + level);
138 if (DBG) log("getDbm=" + dBm);
153 if (DBG) log("getAsuLevel=" + level);
193 if (DBG) log("writeToParcel(Parcel, int): " + toString());
205 if (DBG) log("CellSignalStrengthWcdma(Parcel): " + toString());
230 * log
232 private static void log(String s) { method in class:CellSignalStrengthWcdma
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java113 mLogger.log("Waiting for accessory display source to be attached to USB...");
146 mLogger.log("USB device attached: " + device);
153 mLogger.log("USB device detached: " + device);
166 mLogger.log("Prompting the user for access to the device.");
190 mLogger.log("Connecting to accessory...");
197 mLogger.log("Protocol version: " + protocolVersion);
206 mLogger.log(String.format("Bulk IN endpoint: %d", i));
211 mLogger.log(String.format("Bulk OUT endpoint: %d", i));
221 mLogger.log("Connected");
238 mLogger.log("Attemptin
474 public void log(final String message) { method in class:SinkActivity.TextLogger
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMap.java161 if (VDBG) log("getState()");
171 if (DBG) log(Log.getStackTraceString(new Throwable()));
183 if (VDBG) log("getClient()");
193 if (DBG) log(Log.getStackTraceString(new Throwable()));
204 if (VDBG) log("isConnected(" + device + ")");
214 if (DBG) log(Log.getStackTraceString(new Throwable()));
224 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
236 if (DBG) log("disconnect(" + device + ")");
276 if (DBG) log("getConnectedDevices()");
296 if (DBG) log("getDevicesMatchingState
402 private static void log(String msg) { method in class:BluetoothMap
[all...]
H A DBluetoothSap.java197 if (VDBG) log("getState()");
207 if (DBG) log(Log.getStackTraceString(new Throwable()));
220 if (VDBG) log("getClient()");
230 if (DBG) log(Log.getStackTraceString(new Throwable()));
242 if (VDBG) log("isConnected(" + device + ")");
252 if (DBG) log(Log.getStackTraceString(new Throwable()));
263 if (DBG) log("connect(" + device + ")" + "not supported for SAPS");
276 if (DBG) log("disconnect(" + device + ")");
297 if (DBG) log("getConnectedDevices()");
318 if (DBG) log("getDevicesMatchingState
421 private static void log(String msg) { method in class:BluetoothSap
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java113 if (DBG) log("SipService: started!");
169 if (DBG) log("open3: incomingCallPendingIntent cannot be null; "
173 if (DBG) log("open3: " + obfuscateSipUri(localProfile.getUriString()) + ": "
209 if (DBG) log("only creator or radio can close this profile");
230 if (DBG) log("only creator or radio can query on the profile");
245 if (DBG) log("only creator or radio can query on the profile");
261 if (DBG) log("only creator can set listener on the profile");
268 if (DBG) log("createSession: profile" + localProfile);
274 if (DBG) log("createSession: mNetworkType==-1 ret=null");
342 if (DBG) log("notif
619 private void log(String s) { method in class:SipService.SipSessionGroupExt
786 private void log(String s) { method in class:SipService.SipKeepAliveProcessCallback
1120 private void log(String s) { method in class:SipService.SipAutoReg
1278 private void log(String s) { method in class:SipService
[all...]
/frameworks/base/libs/common_time/
H A Dutils.h53 // Send a log message to logcat as well as storing it in the ring buffer.
54 void log(int prio, const char* tag, const char* fmt, ...);
56 // Add a log message the ring buffer, do not send the message to logcat.
57 void log(const char* fmt, ...);
59 // Dump the log to an fd (dumpsys style)
/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp25 #include <log/log.h>
H A DGpuMemoryTracker.h21 #include <log/log.h>
H A DProfileDataContainer.cpp19 #include <log/log.h>
/frameworks/base/libs/hwui/debug/
H A DGlesErrorCheckWrapper.cpp19 #include <log/log.h>
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java29 * A logger that prevents spammy log. For the same log message, it logs once every 20seconds.
50 // Key (String): log message.
51 // Value (Pair(Long, Integer)): a pair of last log time millis and the number of logMessage.
65 String log = updateLog(mWarningTimingCache, logMessage);
66 if (!log.isEmpty()) {
67 Slog.w(TAG, log);
76 String log = updateLog(mErrorTimingCache, logMessage);
77 if (!log.isEmpty()) {
78 Slog.e(TAG, log);
[all...]
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java37 public static void log(String message) { method in class:System_Delegate
41 public static void log(String message, Throwable th) { method in class:System_Delegate
/frameworks/minikin/libs/minikin/
H A DMinikinInternal.cpp23 #include <log/log.h>
/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp23 #include <log/log.h>

Completed in 1301 milliseconds

1234567891011>>