Searched refs:log (Results 1 - 25 of 291) 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/base/core/java/android/net/
H A DLinkSocket.java42 if (DBG) log("LinkSocket() EX");
50 if (DBG) log("LinkSocket(notifier) EX");
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
69 if (DBG) log("LinkProperties() EX");
82 if (DBG) log("setNeeds() EX");
90 if (DBG) log("getNeeds() EX");
98 if (DBG) log("getCapabilities() EX");
111 if (DBG) log("getCapabilities(capabilities) EX");
121 if (DBG) log("setTrackedCapabilities(capabilities) EX");
128 if (DBG) log("getTrackedCapabilitie
273 protected static void log(String s) { method in class:LinkSocket
[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/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java61 Log log = new Log();
66 if (!processArgs(log, args, osJarPath, osDestJar)) {
67 log.error("Usage: layoutlib_create [-v] [-p] output.jar input.jar ...");
68 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
73 System.exit(listDeps(osJarPath, log));
76 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
83 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
84 log.info("Output: %1$s", osDestJar);
86 log.info("Input : %1$s", path);
92 AsmGenerator agen = new AsmGenerator(log, osDestJa
167 listDeps(ArrayList<String> osJarPath, Log log) argument
190 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/
H A DTelephonyTester.java46 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
48 log("simulate detaching");
51 log("simulate attaching");
54 if (DBG) log("onReceive: unknown action=" + action);
66 log("register for intent action=" + mPhone.getActionDetached());
69 log("register for intent action=" + mPhone.getActionAttached());
81 private static void log(String s) { method in class:TelephonyTester
H A DRetryManager.java117 if (VDBG) log("constructor");
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
183 if (VDBG) log("configure: '" + configStr + "'");
189 if (VDBG) log("configure: not empty");
197 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
201 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
204 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
237 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
249 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount);
252 if (VDBG) log("configur
442 private void log(String s) { method in class:RetryManager
[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
430 private void log(String s) { method in class:DcAsyncChannel
[all...]
H A DDcController.java80 log("E ctor");
85 log("X ctor");
95 log("dispose: call quiteNow()");
110 log("addActiveDcByCid dc.mCid < 0 dc=" + dc);
118 log("removeActiveDcByCid removedDc=null dc=" + dc);
155 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
159 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
168 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" +
186 log("onDataStateChanged: mDcListAll=" + mDcListAll);
201 if (DBG) log("onDataStateChange
332 protected void log(String s) { method in class:DcController
[all...]
H A DDcRetryAlarmController.java54 log("onReceive: ignore empty action='" + action + "'");
67 log("onReceive: action=" + action
73 if (DBG) log("onReceive: unknown action=" + action);
87 log("DcRetryAlarmController: register for intent action=" + mActionRetry);
96 if (DBG) log("dispose");
118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed");
121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it");
127 if (DBG) log("getSuggestedRetryTime: retry is needed");
129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed");
134 log("getSuggestedRetryTim
166 private void log(String s) { method in class:DcRetryAlarmController
[all...]
H A DDcTracker.java120 if (DBG) log("GsmDCT.constructor");
172 if (DBG) log("GsmDCT.dispose");
221 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " +
231 if(DBG) log("finalize");
242 log("initApnContexts: E");
281 log("initApnContexts: skipping unknown type=" + networkConfig.type);
284 log("initApnContexts: apnContext=" + apnContext);
286 log("initApnContexts: X mApnContexts=" + mApnContexts);
295 if (DBG) log("return link properites for " + apnType);
299 if (DBG) log("retur
2350 protected void log(String s) { method in class:DcTracker
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java58 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString);
65 if (DBG) log("setState: state=" + state);
88 if (VDBG) log("getCreateTime: ret=" + mCreateTime);
94 if (VDBG) log("getConnectTime: ret=" + mConnectTime);
100 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime);
114 if (VDBG) log("getDurationMillis: ret=" + dur);
127 if (VDBG) log("getHoldDurationMillis: ret=" + dur);
133 if (VDBG) log("getDisconnectCause: ret=" + mCause);
138 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
144 if (VDBG) log("getPostDialStat
178 private void log(String msg) { method in class:SipConnectionBase
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java111 log("ConnectivityReceiver: onReceive() is called with " + intent);
136 log("mNetworkInfo: " + mNetworkInfo.toString());
138 log("mOtherNetworkInfo: " + mOtherNetworkInfo.toString());
154 log("scan results are available");
159 log("mWifiNetworkInfo: " + mWifiNetworkInfo.toString());
193 log("Failed to establish AsyncChannel connection");
217 log("Disable soft ap");
237 log("Clear Wifi before we start the test.");
252 log("Initialize network state for " + networkType + ": " +
259 log("recor
667 private void log(String message) { method in class:ConnectivityManagerTestBase
[all...]
/frameworks/base/services/input/
H A DInputApplication.cpp21 #include <cutils/log.h>
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DAsyncChannelTest.java35 if (DBG) log("test1");
40 protected void log(String s) { method in class:AsyncChannelTest
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java57 log("airplane is not disabled, disable it.");
89 private void log(String message) { method in class:ConnectivityManagerMobileTest
135 log("the state for WIFI is changed");
136 log("reason: " +
141 log("the state for MOBILE is changed");
142 log("reason: " +
170 log("wifi state is enabled");
180 log("Wifi state transition validation failed.");
181 log("reason: " +
187 log("Mobil
[all...]
H A DWifiConnectionTest.java65 log("==== print network configurations parsed from XML file ====");
66 log("number of access points: " + networks.size());
68 log(config.toString());
95 log("config.SSID = " + config.SSID);
96 log("mWifiManager.getConnectionInfo.getSSID()" +
110 private void log(String message) { method in class:WifiConnectionTest
118 log("-- START Wi-Fi connection test to : " + ssid + " --");
122 log("-- END Wi-Fi connection test to " + ssid + " -- ");
/frameworks/base/core/tests/overlaytests/
H A Druntests.sh13 rm $log
15 echo "There were errors, please check log at $log"
19 log=$(mktemp)
27 ONE_SHOT_MAKEFILE="$android_mk" make -C "../../../../../" files | tee -a $log
45 echo "mkdir_if_needed: error: path '$path' does not begin with /" | tee -a $log
65 echo "mkdir_if_needed: file '$path' exists, but is not a directory" | tee -a $log
91 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log
97 $adb remount | tee -a $log
103 $adb sync data | tee -a $log
[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/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h20 #include <cutils/log.h>
/frameworks/base/core/java/com/android/internal/os/
H A DAndroidPrintStream.java22 * Print stream which log lines using Android's logging system.
35 * @param tag to log
46 protected void log(String line) { method in class:AndroidPrintStream
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java89 log(String.format("mReconnectIterations(%d), mSsid(%s), mPassword(%s),"
96 log("Enable wi-fi before stress tests.");
107 log("tearDown()");
115 log("write message: " + s);
117 log("no writer attached to file " + OUTPUT_FILE);
124 log("failed to write output.");
128 public void log(String message) { method in class:WifiStressTest
150 log("testWifiScanning: iteration: " + i);
188 log("size of scan result list: " + netList.size());
191 log(Strin
[all...]

Completed in 697 milliseconds

1234567891011>>