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

1234567891011>>

/frameworks/compile/libbcc/lib/
H A DLog.h22 # include <log/log.h>
H A DAssert.h36 # include <log/log.h>
/frameworks/base/cmds/incidentd/src/
H A DLog.h19 * occasionally include log.h, and if LOG_TAG isn't set when that happens
27 #include <log/log.h>
29 // Use the local value to turn on/off debug logs instead of using log.tag.properties.
H A Dsection_list.h21 #include <log/log_event_list.h> // include log_id_t enums.
/frameworks/base/cmds/statsd/src/
H A DLog.h19 * occasionally include log.h, and if LOG_TAG isn't set when that happens
27 #include <log/log.h>
29 // Use the local value to turn on/off debug logs instead of using log.tag. properties.
/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttMetricsTest.java73 WifiMetricsProto.WifiRttLog log;
76 log = mDut.consolidateProto();
77 checkMainStats("No requests", log, 0, 0);
78 checkPeerStats("No requests: AP", log.rttToAp, 0, 0, 0, 0, 0, 0, 0, 0);
79 checkPeerStats("No requests: Aware", log.rttToAware, 0, 0, 0, 0, 0, 0, 0, 0);
109 log = mDut.consolidateProto();
110 checkMainStats("Sequence AP-only", log, 10, 0);
112 checkPeerStats("Sequence AP-only: AP", log.rttToAp, 10, 41, 2, 2, 4, 0, 0, 5);
115 log.rttToAp.histogramNumRequestsPerApp[0], 1, 10, 1);
117 log
528 checkMainStats(String msgPrefix, WifiMetricsProto.WifiRttLog log, int numRequests, int histogramOverallStatusLength) argument
536 checkPeerStats(String msgPrefix, WifiMetricsProto.WifiRttLog.RttToPeerLog log, int numRequests, int numIndividualRequests, int numApps, int histogramNumRequestsPerAppLength, int histogramNumPeersPerRequestLength, int histogramIndividualStatusLength, int histogramDistanceLength, int histogramRequestIntervalMsLength) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java131 private String convertProtoToBase64String(TelephonyLog log) throws Exception { argument
137 return (String) method.invoke(null, log);
146 TelephonyLog log = buildProto();
147 assertEquals(1000, log.events.length);
148 assertEquals(0, log.callSessions.length);
149 assertEquals(0, log.smsSessions.length);
150 assertTrue(log.eventsDropped);
151 assertEquals(1, log.events[0].dataStallAction);
159 TelephonyLog log = buildProto();
161 assertEquals(1, 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...]
/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/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java64 Log log = new Log();
69 if (!processArgs(log, args, osJarPath, osDestJar)) {
70 log.error("Usage: layoutlib_create [-v] output.jar input.jar ...");
71 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
76 System.exit(listDeps(osJarPath, log));
79 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
86 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
87 log.info("Output: %1$s", osDestJar);
89 log.info("Input : %1$s", path);
95 AsmGenerator agen = new AsmGenerator(log, osDestJa
170 listDeps(ArrayList<String> osJarPath, Log log) argument
193 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/native/opengl/libs/EGL/
H A DCallStack.h19 #include <log/log.h>
27 static void log(const char* logtag) noexcept {
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h24 #include <log/log.h>
/frameworks/av/media/mtp/
H A DMtpDebug.h23 #include <log/log.h>
/frameworks/base/libs/hwui/debug/
H A DFatalBaseDriver.cpp19 #include <log/log.h>
/frameworks/base/libs/hwui/utils/
H A DGLUtils.h21 #include <log/log.h>
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Ddebug.h7 #include <log/log.h>
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_warnings.py15 '''Redirect the Python warnings into the log.'''
27 '''Redirect all warnings issued by warnings::warn to the log.
42 log = util_log.get_logger()
46 log.warn(warnings.formatwarning(*args).rstrip())
/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
/frameworks/base/core/java/android/net/metrics/
H A DIpConnectivityLog.java65 * @param ev the event to log. If the event timestamp is 0,
69 public boolean log(ConnectivityMetricsEvent ev) { method in class:IpConnectivityLog
95 public boolean log(long timestamp, Parcelable data) { method in class:IpConnectivityLog
98 return log(ev);
107 public boolean log(String ifname, Parcelable data) { method in class:IpConnectivityLog
110 return log(ev);
121 public boolean log(int netid, int[] transports, Parcelable data) { method in class:IpConnectivityLog
125 return log(ev);
133 public boolean log(Parcelable data) { method in class:IpConnectivityLog
134 return log(makeE
[all...]
/frameworks/base/libs/hwui/
H A DGammaFontRenderer.h48 void dumpMemoryUsage(String8& log) const {
50 mRenderer->dumpMemoryUsage(log);
52 log.appendFormat("FontRenderer doesn't exist.\n");
/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/base/cmds/statsd/src/logd/
H A DLogListener.cpp19 #include <log/log_read.h>

Completed in 716 milliseconds

1234567891011>>