Home
last modified time | relevance | path

Searched refs:mLog (Results 1 – 20 of 20) 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.java102 private final SharedLog mLog; field in DhcpServer
242 mLog = log; in DhcpServer()
245 mLeaseRepo = deps.makeLeaseRepository(mServingParams, mLog, mClock); in DhcpServer()
275 mLog.e("Invalid parameters sent to DhcpServer", e); in updateParams()
298 mLog.e("Attempting to send a command to stopped DhcpServer: " + what); in sendMessage()
345 mLog.e("Could not send status back to caller", e); in handleMessage()
355 mLog.logf("Ignored packet of type %s sent from client port %d", packetType, srcPort); in processPacket()
359 mLog.log("Received packet of type " + packetType); in processPacket()
362 mLog.log("Packet ignored due to wrong server identifier: " + sid); in processPacket()
374 mLog.e("Unknown packet type: " + packet.getClass().getSimpleName()); in processPacket()
[all …]
DDhcpLeaseRepository.java66 private final SharedLog mLog; field in DhcpLeaseRepository
125 mLog = log; in DhcpLeaseRepository()
180 mLog.log("Offering extended lease " + newLease); in getOffer()
184 mLog.log("Offering requested lease " + newLease); in getOffer()
187 mLog.log("Offering new generated lease " + newLease); in getOffer()
269 mLog.logf("DHCPREQUEST assignedLease %s, reqAddr=%s, sidSet=%s: created/renewed lease %s", in requestLease()
322 mLog.w("Could not release unknown lease for " + inet4AddrToString(addr)); in releaseLease()
327 mLog.log("Released lease " + currentLease); in releaseLease()
330 mLog.w(String.format("Not releasing lease %s: does not match client (cid %s, hwAddr %s)", in releaseLease()
337 mLog.logf("Not marking %s as declined: already declined or not assignable", in markLeaseDeclined()
[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/modules/NetworkStack/src/android/net/ip/
DIpNeighborMonitor.java137 private final SharedLog mLog; field in IpNeighborMonitor
142 mLog = log.forSubComponent(TAG); in IpNeighborMonitor()
184 mLog.e("unparsable netlink msg: " + hexify(byteBuffer)); in parseNetlinkMessageBuffer()
190 mLog.e("non-kernel source portId: " + Integer.toUnsignedLong(srcPortId)); in parseNetlinkMessageBuffer()
195 mLog.e("netlink error: " + nlMsg); in parseNetlinkMessageBuffer()
198 mLog.i("non-rtnetlink neighbor msg: " + nlMsg); in parseNetlinkMessageBuffer()
211 mLog.e("RtNetlinkNeighborMessage without ND message header!"); in evaluateRtNetlinkNeighborMessage()
DConnectivityPacketTracker.java68 private final LocalLog mLog; field in ConnectivityPacketTracker
77 mLog = log; in ConnectivityPacketTracker()
131 mLog.log(msg); in onStart()
140 mLog.log(msg); in onStop()
150 mLog.log(entry); in addLogEntry()
DIpClient.java160 private final SharedLog mLog; field in IpClient.IpClientCallbacksWrapper
165 mLog = log; in IpClientCallbacksWrapper()
169 mLog.log(PREFIX + msg); in log()
173 mLog.e(PREFIX + msg, e); in log()
351 private final SharedLog mLog; field in IpClient
425 mLog = sSmLogs.get(mInterfaceName); in IpClient()
429 mCallback = new IpClientCallbacksWrapper(callback, mLog); in IpClient()
434 mInterfaceCtrl = new InterfaceController(mInterfaceName, mNetd, mLog); in IpClient()
472 getHandler().post(() -> mLog.log("OBSERVED " + msg)); in IpClient()
783 mLog.dump(fd, pw, args); in dump()
[all …]
DIpReachabilityMonitor.java165 private final SharedLog mLog;
189 mLog = log.forSubComponent(TAG);
195 mIpNeighborMonitor = new IpNeighborMonitor(h, mLog,
205 mLog.w("ALERT neighbor went from: " + prev + " to: " + event);
353 mLog.log(String.format("put neighbor %s into NUD_PROBE state (rval=%d)",
/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/src/com/android/server/
DNetworkStackService.java151 mLog.e("Error obtaining INetd version", e); in NetworkStackConnector()
159 mLog.e("Error registering observer on Netd", e); in NetworkStackConnector()
170 private final SharedLog mLog = new SharedLog(TAG); field in NetworkStackService.NetworkStackConnector
182 mLog.forSubComponent(ifName + ".DHCP")); in makeDhcpServer()
184 mLog.e("Invalid DhcpServingParams", e); in makeDhcpServer()
188 mLog.e("Unknown error starting DhcpServer", e); in makeDhcpServer()
253 mLog.dump(fd, pw, args); in dump()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpReachabilityMonitorTest.java46 @Mock SharedLog mLog; field in IpReachabilityMonitorTest
53 when(mLog.forSubComponent(anyString())).thenReturn(mLog); in setUp()
60 mContext, ifParams, mHandler, mLog, mCallback, false, mDependencies); in makeMonitor()
/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/tests/unit/src/android/net/apf/
DApfTest.java103 @Mock IpConnectivityLog mLog; field in ApfTest
912 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterPcapFile()
1118 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in setupApfFilter()
1132 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv4()
1184 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv6()
1227 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterMulticast()
1291 apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterMulticast()
1476 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterArp()
1536 final TestApfFilter apfFilter = new TestApfFilter(mContext, config, cb, mLog); in testApfFilterKeepaliveAck()
1731 final TestApfFilter apfFilter = new TestApfFilter(mContext, config, cb, mLog); in testApfFilterNattKeepalivePacket()
[all …]
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpLeaseRepositoryTest.java82 private SharedLog mLog; field in DhcpLeaseRepositoryTest
95 mLog = new SharedLog("DhcpLeaseRepositoryTest"); in setUp()
98 TEST_IP_PREFIX, TEST_EXCL_SET, TEST_LEASE_TIME_MS, mLog, mClock); in setUp()