Home
last modified time | relevance | path

Searched refs:mLog (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseWrapper.java46 private final boolean mLog; field in DatabaseWrapper
83 mLog = LogUtil.isLoggable(LogUtil.BUGLE_DATABASE_PERF_TAG, LogUtil.VERBOSE); in DatabaseWrapper()
150 if (mLog) { in endTransaction()
160 if (mLog) { in endTransaction()
169 if (mLog) { in yieldTransaction()
173 if (wasYielded && mLog) { in yieldTransaction()
181 if (mLog) { in insertWithOnConflict()
191 if (mLog) { in insertWithOnConflict()
256 if (mLog) { in query()
261 if (mLog) { in query()
[all …]
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java111 private final SharedLog mLog; field in DhcpServer
260 mLog = log; in DhcpServer()
263 mLeaseRepo = deps.makeLeaseRepository(mServingParams, mLog, mClock); in DhcpServer()
355 mLog.e("Invalid parameters sent to DhcpServer", e); in updateParams()
379 mLog.e("Could not send status back to caller", e); in maybeNotifyStatus()
428 mLog.e("Starting DHCP server more than once is not supported."); in enter()
436 mLog.e("Fail to start DHCP Packet Listener, rollback to StoppedState"); in enter()
462 mLog.e("ALERT: START received in StartedState. Please fix caller."); in processMessage()
478 mLog.logf("DHCP Packet Listener stopped"); in exit()
497 mLog.log("Received packet of type " + packet.getClass().getSimpleName()); in processPacket()
[all …]
DDhcpLeaseRepository.java71 private final SharedLog mLog; field in DhcpLeaseRepository
136 mLog = log; in DhcpLeaseRepository()
201 mLog.log("Offering extended lease " + newLease); in getOffer()
205 mLog.log("Offering requested lease " + newLease); in getOffer()
208 mLog.log("Offering new generated lease " + newLease); in getOffer()
310 mLog.logf("DHCPREQUEST assignedLease %s, reqAddr=%s, sidSet=%s: created/renewed lease %s", in requestLease()
370 mLog.w("Could not release unknown lease for " + inet4AddrToString(addr)); in releaseLease()
374 mLog.log("Released lease " + currentLease); in releaseLease()
378 mLog.w(String.format("Not releasing lease %s: does not match client (cid %s, hwAddr %s)", in releaseLease()
395 mLog.e("Could not send lease callback", e); in notifyLeasesChanged()
[all …]
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DCameraCommandExecutor.java51 mLog.d("Executing command: " + mCommand + " START"); in run()
53 mLog.d("Executing command: " + mCommand + " END"); in run()
63 mLog.d("Interrupted while executing command: " + mCommand); in run()
66 mLog.d("Unable to connect to camera while executing command: " + mCommand); in run()
70 mLog.d("Unable to connect to capture session while executing command: " + in run()
73 mLog.e("Exception when executing command: " + mCommand, e); in run()
78 private final Logger mLog; field in CameraCommandExecutor
89 mLog = loggerFactory.create(new Log.Tag("CommandExecutor")); in CameraCommandExecutor()
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
DFastCameraReset.java39 private final Logger mLog; field in FastCameraReset
48 mLog = logFactory.create(new Log.Tag("FastCameraReset")); in FastCameraReset()
61 mLog.w("beginning reset()"); in run()
63 mLog.w("abortCaptures()"); in run()
70 mLog.w("flushing existing camera commands"); in run()
72 mLog.w("restarting the preview"); in run()
74 mLog.w("finished reset()"); in run()
DRepeatFailureDetector.java38 private final Logger mLog; field in RepeatFailureDetector
82 mLog = logFactory.create(new Log.Tag("RepeatFailureDtctr")); in RepeatFailureDetector()
112 mLog.e(String.format("onCaptureFailed() REASON_ERROR: Consecutive error count = %d x" + in onFailed()
118 mLog.e(String.format("onCaptureFailed() REASON_ERROR: Repeat failure " + in onFailed()
DFramerateJankDetector.java41 private final Logger mLog; field in FramerateJankDetector
53 mLog = logFactory.create(new Tag("FrameJank")); in FramerateJankDetector()
71 mLog.v("JANK! Time between frames (" + deltaMillis + "ms) increased by " + in onCompleted()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DFlashBasedPhotoCommand.java34 private final Logger mLog; field in FlashBasedPhotoCommand
45 mLog = logFactory.create(new Log.Tag("FlashBasedPhotoCmd")); in FlashBasedPhotoCommand()
59 mLog.i("running flash-on command: " + mFlashOnCommand); in run()
62 mLog.i("running flash-auto command: " + mFlashAutoCommand); in run()
65 mLog.i("running flash-off command: " + mFlashOffCommand); in run()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
DNetlinkMonitor.java54 protected final SharedLog mLog; field in NetlinkMonitor
74 mLog = log.forSubComponent(tag); in NetlinkMonitor()
114 mLog.e("unparsable netlink msg: " + hexify(byteBuffer)); in handlePacket()
119 mLog.e("netlink error: " + nlMsg); in handlePacket()
125 mLog.e("Error handling netlink message", e); in handlePacket()
DInterfaceController.java46 private final SharedLog mLog; field in InterfaceController
51 mLog = log; in InterfaceController()
209 mLog.e(String.format(fmt, args)); in logError()
DIpNeighborMonitor.java133 mLog.e("non-rtnetlink neighbor msg: " + nlMsg); in processNetlinkMessage()
141 mLog.e("RtNetlinkNeighborMessage without ND message header!"); in processNetlinkMessage()
/packages/modules/NetworkStack/src/android/net/ip/
DConnectivityPacketTracker.java73 private final LocalLog mLog; field in ConnectivityPacketTracker
84 mLog = log; in ConnectivityPacketTracker()
154 mLog.log(msg); in onStart()
163 mLog.log(msg); in onStop()
173 mLog.log(entry); in addLogEntry()
DIpClient.java187 private final SharedLog mLog; field in IpClient.IpClientCallbacksWrapper
195 mLog = log; in IpClientCallbacksWrapper()
200 mLog.log(PREFIX + msg); in log()
204 mLog.e(PREFIX + msg, e); in log()
464 private final SharedLog mLog; field in IpClient
582 mLog = sSmLogs.get(mInterfaceName); in IpClient()
586 mCallback = new IpClientCallbacksWrapper(callback, mLog, mShim); in IpClient()
591 mInterfaceCtrl = new InterfaceController(mInterfaceName, mNetd, mLog); in IpClient()
605 config, mLog) { in IpClient()
639 getHandler().post(() -> mLog.log("OBSERVED " + msg)); in IpClient()
[all …]
DIpReachabilityMonitor.java185 private final SharedLog mLog;
215 mLog = log.forSubComponent(TAG);
234 mIpNeighborMonitor = mDependencies.makeIpNeighborMonitor(h, mLog,
244 mLog.w("ALERT neighbor went from: " + prev + " to: " + event);
419 mLog.log(String.format("put neighbor %s into NUD_PROBE state (rval=%d)",
/packages/apps/Camera2/src/com/android/camera/one/v2/
DLoggingImageReader.java49 private final Logger mLog; field in LoggingImageReader
54 mLog = logFactory.create(new Tag("LoggingImageReader")); in LoggingImageReader()
81 mLog.d("Closing: " + toString()); in close()
88 mLog.e(String.format("Open Image Count (%d) exceeds maximum (%d)!", in incrementOpenImageCount()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
DAutoFlashZslImageFilter.java62 private final Logger mLog; field in AutoFlashZslImageFilter
71 mLog = logFactory.create(new Log.Tag("AutoFlashZslImgFltr")); in AutoFlashZslImageFilter()
155 mLog.i("Flash required"); in update()
161 mLog.i("Flash not required"); in update()
DZslImageCaptureCommand.java55 private final Logger mLog; field in ZslImageCaptureCommand
69 mLog = logFactory.create(new Log.Tag("ZSLImageCaptureCmd")); in ZslImageCaptureCommand()
168 mLog.i("ZSL image available"); in run()
172 mLog.i("No ZSL image available, using fallback: " + mFallbackCommand); in run()
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DUsbAoapHostActivity.java49 private TextView mLog; field in UsbAoapHostActivity
56 mLog = (TextView) findViewById(R.id.usb_log); in onCreate()
57 mLog.setMovementMethod(new ScrollingMovementMethod()); in onCreate()
107 mLog.setText(TextUtils.join("\n", mLogMessages)); in addLog()
/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java306 mLog.e("Error obtaining INetd version", e); in NetworkStackConnector()
315 mLog.e("Error registering observer on Netd", e); in NetworkStackConnector()
338 private final SharedLog mLog = new SharedLog(TAG); field in NetworkStackService.NetworkStackConnector
351 mLog.forSubComponent(ifName + ".DHCP")); in makeDhcpServer()
353 mLog.e("Invalid DhcpServingParams", e); in makeDhcpServer()
357 mLog.e("Unknown error starting DhcpServer", e); in makeDhcpServer()
428 mLog.dump(fd, pw, args); in dump()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java109 @Mock IpConnectivityLog mLog; field in ApfTest
922 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterPcapFile()
1135 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in setupApfFilter()
1173 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv4()
1225 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv6()
1267 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterMulticast()
1328 apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterMulticast()
1513 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterArp()
1573 final TestApfFilter apfFilter = new TestApfFilter(mContext, config, cb, mLog); in testApfFilterKeepaliveAck()
1766 final TestApfFilter apfFilter = new TestApfFilter(mContext, config, cb, mLog); in testApfFilterNattKeepalivePacket()
[all …]
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DInterfaceControllerTest.java53 @Mock private SharedLog mLog; field in InterfaceControllerTest
61 mController = new InterfaceController(TEST_IFACE, mNetd, mLog); in setUp()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpLeaseRepositoryTest.java95 private SharedLog mLog; field in DhcpLeaseRepositoryTest
118 mLog = new SharedLog("DhcpLeaseRepositoryTest"); in initDhcpLeaseRepositoryWithOption()
123 TEST_IP_PREFIX, TEST_EXCL_SET, TEST_LEASE_TIME_MS, clientAddr, mLog, mClock); in initDhcpLeaseRepositoryWithOption()