Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 33) sorted by relevance

12

/system/core/libprocessgroup/
Dprocessgroup.cpp127 LOG(VERBOSE) << "Initialized context for " << path; in initCtx()
147 LOG(VERBOSE) << "Read " << ret << " to buffer: " << ctx->buf; in refillBuffer()
222 LOG(VERBOSE) << "removing " << path; in removeUidProcessGroups()
230 LOG(VERBOSE) << "removeAllProcessGroups()"; in removeAllProcessGroups()
249 LOG(VERBOSE) << "removing " << path; in removeAllProcessGroups()
270 LOG(VERBOSE) << "Killing pid " << pid << " in uid " << uid in doKillProcessGroupOnce()
289 LOG(VERBOSE) << "killed " << processes << " processes for processgroup " << initialPid; in killProcessGroup()
303 LOG(VERBOSE) << "Killed process group uid " << uid << " pid " << initialPid << " in " in killProcessGroup()
/system/core/adb/client/
Dusb_libusb.cpp175 LOG(VERBOSE) << "found " << device_count << " attached devices"; in poll_for_devices()
193 LOG(VERBOSE) << "skipping device with incorrect class at " << device_address; in poll_for_devices()
217 LOG(VERBOSE) << "skipping interface with incorrect num_altsetting at " in poll_for_devices()
226 LOG(VERBOSE) << "skipping non-adb interface at " << device_address in poll_for_devices()
231 LOG(VERBOSE) << "found potential adb interface at " << device_address in poll_for_devices()
262 LOG(VERBOSE) << "rejecting potential adb interface at " << device_address in poll_for_devices()
270 LOG(VERBOSE) << "skipping device with no adb interfaces at " << device_address; in poll_for_devices()
277 LOG(VERBOSE) << "device at " << device_address in poll_for_devices()
434 LOG(VERBOSE) << info->name << "transfer fully complete"; in perform_usb_transfer()
/system/core/base/
Dlogging_test.cpp126 for (size_t i = static_cast<size_t>(android::base::VERBOSE); \
184 CHECK_WOULD_LOG_DISABLED(VERBOSE); in TEST()
188 CHECK_WOULD_LOG_ENABLED(VERBOSE); in TEST()
295 CHECK_LOG_STREAM_DISABLED(VERBOSE); in TEST()
299 CHECK_LOG_STREAM_ENABLED(VERBOSE); in TEST()
380 CHECK_LOG_DISABLED(VERBOSE); in TEST()
384 CHECK_LOG_ENABLED(VERBOSE); in TEST()
451 LOG(VERBOSE) << "foobar"; in TEST()
534 CHECK_PLOG_DISABLED(VERBOSE); in TEST()
538 CHECK_PLOG_ENABLED(VERBOSE); in TEST()
Dlogging.cpp153 [android::base::VERBOSE] = 7, // KERN_DEBUG (there is no verbose kernel log in KernelLogger()
286 gMinimumLogSeverity = VERBOSE; in InitLogging()
/system/core/libnetutils/
Dpacket.c181 #if VERBOSE in receive_packet()
185 #if VERBOSE in receive_packet()
189 #if VERBOSE in receive_packet()
193 #if VERBOSE in receive_packet()
197 #if VERBOSE in receive_packet()
Ddhcpclient.c41 #define VERBOSE 2 macro
47 #if VERBOSE
235 #if VERBOSE
344 #if VERBOSE > 1 in send_message()
426 #if VERBOSE in dhcp_init_ifc()
484 #if VERBOSE > 1 in dhcp_init_ifc()
/system/core/libappfuse/
DFuseBridgeLoop.cc86 LOG(VERBOSE) << "Transfer device_read_ready=" << device_read_ready in Transfer()
169 LOG(VERBOSE) << "ReadFromDevice"; in ReadFromDevice()
175 LOG(VERBOSE) << "Read a fuse packet, opcode=" << opcode; in ReadFromDevice()
273 LOG(VERBOSE) << "InvokeControl op=" << op << " bridge=" << bridge->mount_id_ in InvokeControl()
309 LOG(VERBOSE) << "Adding bridge " << mount_id; in AddBridge()
355 LOG(VERBOSE) << "Receive epoll events"; in Start()
DFuseAppLoop.cc94 LOG(VERBOSE) << "Read a fuse packet, opcode=" << opcode; in HandleMessage()
244 LOG(VERBOSE) << "FuseAppLoop exit"; in Start()
DFuseBuffer.cc249 LOG(VERBOSE) << "NOTIMPL op=" << request.header.opcode << " uniq=" in HandleNotImpl()
/system/vold/
DUtils.cpp253 LOG(VERBOSE) << args[i]; in ForkExecvp()
255 LOG(VERBOSE) << " " << args[i]; in ForkExecvp()
284 LOG(VERBOSE) << args[i]; in ForkExecvp()
286 LOG(VERBOSE) << " " << args[i]; in ForkExecvp()
307 LOG(VERBOSE) << line; in ForkExecvp()
324 LOG(VERBOSE) << args[i]; in ForkExecvpAsync()
326 LOG(VERBOSE) << " " << args[i]; in ForkExecvpAsync()
639 LOG(VERBOSE) << "Starting restorecon of " << path; in RestoreconRecursive()
655 LOG(VERBOSE) << "Finished restorecon of " << path; in RestoreconRecursive()
DBenchmark.cpp94 LOG(VERBOSE) << "Before drop_caches"; in benchmark()
98 LOG(VERBOSE) << "After drop_caches"; in benchmark()
DEmulatedVolume.cpp102 LOG(VERBOSE) << "Waiting for FUSE to spin up..."; in doMount()
Dmain.cpp58 LOG(VERBOSE) << "Detected support for:" in main()
DPublicVolume.cpp189 LOG(VERBOSE) << "Waiting for FUSE to spin up..."; in doMount()
/system/core/init/
Dinit_first_stage.cpp197 LOG(VERBOSE) << __FUNCTION__ << "(): found partition: " << *iter; in ColdbootCallback()
217 LOG(VERBOSE) << "Creating dm-verity device : " << verity_device; in InitVerityDevice()
Ddevices.cpp180 LOG(VERBOSE) << "restorecon_recursive: " << path; in fixup_sys_perms()
301 LOG(VERBOSE) << "adding platform device " << name << " (" << path << ")"; in add_platform_device()
558 LOG(VERBOSE) << "found " << type << " device " << device; in get_block_device_symlinks()
566 LOG(VERBOSE) << "Linking partition '" << uevent->partition_name << "' as '" << p << "'"; in get_block_device_symlinks()
1053 LOG(VERBOSE) << "Skipping coldboot, already done!"; in device_init()
Dinit_parser.cpp109 LOG(VERBOSE) << "(Parsing " << path << " took " << t << ".)"; in ParseConfigFile()
Dbootchart.cpp170 LOG(VERBOSE) << "Not bootcharting"; in do_bootchart_start()
Dinit.cpp200 LOG(VERBOSE) << "Waiting for " COLDBOOT_DONE "..."; in wait_for_coldboot_done_action()
823 LOG(VERBOSE) << "Loading SELinux policy from monolithic file"; in selinux_load_monolithic_policy()
/system/core/base/include/android-base/
Dlogging.h70 VERBOSE, enumerator
158 using ::android::base::VERBOSE; \
/system/core/logd/
DREADME.property48 log.tag string persist The global logging level, VERBOSE,
65 - build - VERBOSE for native, DEBUG for jvm isLoggable, or developer option.
/system/tools/hidl/c2hal/
Dmain.cpp157 SetMinimumLogSeverity(android::base::VERBOSE); in main()
/system/extras/simpleperf/
Dperf_clock.cpp150 LOG(VERBOSE) << "perf_time is " << perf_time_in_ns << " ns, system_time is " in GetClockDiff()
Dutils.cpp244 {"verbose", android::base::VERBOSE}, in GetLogSeverity()
/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc54 base::SetMinimumLogSeverity(base::VERBOSE); in SetUp()

12