Searched refs:log (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DLogger.java20 public abstract void log(String message); method in class:Logger
23 log("ERROR: " + message);
/frameworks/compile/libbcc/include/bcc/Support/
H A DLog.h22 # include <cutils/log.h>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java122 private String convertProtoToBase64String(TelephonyLog log) throws Exception { argument
128 return (String) method.invoke(null, log);
137 TelephonyLog log = buildProto();
138 assertEquals(1000, log.events.length);
139 assertEquals(0, log.callSessions.length);
140 assertEquals(0, log.smsSessions.length);
141 assertTrue(log.hasEventsDropped());
142 assertTrue(log.getEventsDropped());
143 assertEquals(1, log.events[0].getDataStallAction());
151 TelephonyLog log
[all...]
/frameworks/base/libs/hwui/font/
H A DFontCacheHistoryTracker.cpp25 void FontCacheHistoryTracker::dumpCachedGlyph(String8& log, const CachedGlyph& glyph) { argument
26 log.appendFormat("glyph (texture %p, position: (%d, %d), size: %dx%d, gen: %d)", glyph.texture,
30 void FontCacheHistoryTracker::dumpRenderEntry(String8& log, const RenderEntry& entry) { argument
32 log.appendFormat(" glyph skipped in gen: %d\n", entry.glyph.generation);
34 log.appendFormat(" rendered ");
35 dumpCachedGlyph(log, entry.glyph);
36 log.appendFormat(" at (%d, %d)\n", entry.penX, entry.penY);
40 void FontCacheHistoryTracker::dumpUploadEntry(String8& log, const CachedGlyph& glyph) { argument
42 log.appendFormat(" cleared cachetexture %p in gen %d\n", glyph.texture,
45 log
[all...]
H A DFontCacheHistoryTracker.h37 void dump(String8& log) const;
54 static void dumpCachedGlyph(String8& log, const CachedGlyph& glyph);
55 static void dumpRenderEntry(String8& log, const RenderEntry& entry);
56 static void dumpUploadEntry(String8& log, const CachedGlyph& glyph);
/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java48 * a log.
53 * @param log - null to disable logging, non-null to enable logging.
79 public static GL wrap(GL gl, int configFlags, Writer log) { argument
83 if ( log != null ) {
86 gl = new GLLogWrapper(gl, log, logArgumentNames);
97 * @param log - null to disable logging, non-null to enable logging.
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { argument
101 if (log != null) {
102 egl = new EGLLogWrapper(egl, configFlags, log);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java63 Log log = new Log();
68 if (!processArgs(log, args, osJarPath, osDestJar)) {
69 log.error("Usage: layoutlib_create [-v] output.jar input.jar ...");
70 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
75 System.exit(listDeps(osJarPath, log));
78 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
85 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
86 log.info("Output: %1$s", osDestJar);
88 log.info("Input : %1$s", path);
94 AsmGenerator agen = new AsmGenerator(log, osDestJa
168 listDeps(ArrayList<String> osJarPath, Log log) argument
191 processArgs(Log log, String[] args, ArrayList<String> osJarPath, String[] osDestJar) argument
[all...]
H A DLogAbortException.java29 public void error(Log log) { argument
30 log.error(mFormat, mArgs);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java55 if (DBG) log("SipConnectionBase: ctor dialString=" + SipPhone.hidePii(dialString));
62 if (DBG) log("setState: state=" + state);
85 if (VDBG) log("getCreateTime: ret=" + mCreateTime);
91 if (VDBG) log("getConnectTime: ret=" + mConnectTime);
97 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime);
111 if (VDBG) log("getDurationMillis: ret=" + dur);
124 if (VDBG) log("getHoldDurationMillis: ret=" + dur);
129 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
140 if (DBG) log("proceedAfterWaitChar: ignore");
145 if (DBG) log("proceedAfterWildCha
155 private void log(String msg) { method in class:SipConnectionBase
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java51 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
54 log("Send DEACTIVATE to all Dcc's");
60 if (DBG) log("onReceive: mDcc is null, ignoring");
63 if (DBG) log("onReceive: unknown action=" + action);
76 log("register for intent action=" + sActionDcTesterDeactivateAll);
79 log("register for intent action=" + mPhone.getActionDetached());
91 private static void log(String s) { method in class:DcTesterDeactivateAll
H A DDcTesterFailBringUpAll.java57 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
62 log("simulate detaching");
68 log("simulate attaching");
72 if (DBG) log("onReceive: unknown action=" + action);
83 log("register for intent action=" + mActionFailBringUp);
86 log("register for intent action=" + mPhone.getActionDetached());
89 log("register for intent action=" + mPhone.getActionAttached());
105 private void log(String s) { method in class:DcTesterFailBringUpAll
H A DDcAsyncChannel.java125 if (DBG) log("reqIsInactive");
135 if (DBG) log("rspIsInactive=" + retVal);
150 log("rspIsInactive error response=" + response);
165 if (DBG) log("reqCid");
176 if (DBG) log("rspCid=" + retVal);
190 log("rspCid error response=" + response);
205 if (DBG) log("reqApnSetting");
216 if (DBG) log("rspApnSetting=" + retVal);
232 log("getApnSetting error response=" + response);
247 if (DBG) log("reqLinkPropertie
427 private void log(String s) { method in class:DcAsyncChannel
[all...]
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
412 protected void log(String s) { method in class:DcController
[all...]
/frameworks/base/libs/hwui/
H A DGammaFontRenderer.h51 void dumpMemoryUsage(String8& log) const {
53 mRenderer->dumpMemoryUsage(log);
55 log.appendFormat("FontRenderer doesn't exist.\n");
H A DDeviceInfo.cpp21 #include <log/log.h>
H A DCaches.cpp166 void Caches::dumpMemoryUsage(String8 &log) { argument
168 log.appendFormat("Current memory usage / total memory usage (bytes):\n");
169 log.appendFormat(" TextureCache %8d / %8d\n",
171 log.appendFormat(" LayerCache %8d / %8d (numLayers = %zu)\n",
178 log.appendFormat(" Layer size %dx%d; isTextureLayer()=%d; texid=%u fbo=%u; refs=%d\n",
184 log.appendFormat(" Layers total %8d (numLayers = %zu)\n",
188 log.appendFormat(" RenderBufferCache %8d / %8d\n",
190 log.appendFormat(" GradientCache %8d / %8d\n",
192 log.appendFormat(" PathCache %8d / %8d\n",
194 log
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DPolicySubsystemBuilder.cpp24 void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary *subsystemLibrary, core::log::Logger& logger)
/frameworks/native/services/inputflinger/
H A DInputApplication.cpp21 #include <cutils/log.h>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java39 log("DebugService:");
50 log("Collecting telephony metrics..");
55 log("Dump telephony.");
59 private static void log(String s) { method in class:DebugService
/frameworks/native/cmds/installd/
H A Dotapreopt_slot.sh24 log -p i -t otapreopt_slot "Moving A/B artifacts for slot ${SLOT_SUFFIX}."
31 log -p i -t otapreopt_slot "Moved ${NEW_SIZE} over ${OLD_SIZE}"
33 log -p i -t otapreopt_slot "No A/B artifacts found for slot ${SLOT_SUFFIX}."
37 log -p w -t otapreopt_slot "Slot property empty."
/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.cpp33 void ServiceLog::add(const String8 &log) { argument
38 mLogs.add(String8::format("%s %s", buf, log.string()));
44 for (const auto& log : mLogs) {
45 addLine(log.string(), linePrefix, &result);
55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const { argument
59 result->append(log);
H A DServiceLog.h35 void add(const String8 &log);
43 void addLine(const char *log, const char *prefix, String8 *result) const;
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java114 log("close - already closed; ignoring");
145 log("close - completed");
177 log("acquire lock early aborted (already closed)");
197 log("acquire lock unblocked aborted (already closed)");
212 log("acquired lock (local own count = " + ownedLocks + ")");
245 log("acquire exclusive lock early aborted (already closed)");
270 log("acquire exclusive lock unblocked aborted (already closed)");
285 log("acquired exclusive lock (local own count = " + ownedLocks + ")");
338 log("released lock (local lock count " + ownedLocks + ")");
342 private void log(Strin method in class:CloseableLock
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java104 * @param log Set true if you want trace output
106 public void initServer(boolean log) throws Exception { argument
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
113 * @param log Set true if you want trace output
115 public void initServer(int port, boolean log) throws Exception { argument
116 initServer(port, DEFAULT_TIMEOUT, log);
124 * @param log Set true if you want trace output
126 public void initServer(int port, int timeout, boolean log) throws Exception { argument
129 mLog = log;
140 * Print to the log fil
143 protected void log(String s) { method in class:TestWebServer
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSap.java197 if (VDBG) log("getState()");
204 if (DBG) log(Log.getStackTraceString(new Throwable()));
217 if (VDBG) log("getClient()");
224 if (DBG) log(Log.getStackTraceString(new Throwable()));
236 if (VDBG) log("isConnected(" + device + ")");
243 if (DBG) log(Log.getStackTraceString(new Throwable()));
254 if (DBG) log("connect(" + device + ")" + "not supported for SAPS");
267 if (DBG) log("disconnect(" + device + ")");
288 if (DBG) log("getConnectedDevices()");
308 if (DBG) log("getDevicesMatchingState
410 private static void log(String msg) { method in class:BluetoothSap
[all...]

Completed in 685 milliseconds

1234567891011>>