/system/core/libprocessgroup/ |
D | processgroup.cpp | 127 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/ |
D | usb_libusb.cpp | 175 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/ |
D | logging_test.cpp | 126 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()
|
D | logging.cpp | 153 [android::base::VERBOSE] = 7, // KERN_DEBUG (there is no verbose kernel log in KernelLogger() 286 gMinimumLogSeverity = VERBOSE; in InitLogging()
|
/system/core/libnetutils/ |
D | packet.c | 181 #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()
|
D | dhcpclient.c | 41 #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/ |
D | FuseBridgeLoop.cc | 86 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()
|
D | FuseAppLoop.cc | 94 LOG(VERBOSE) << "Read a fuse packet, opcode=" << opcode; in HandleMessage() 244 LOG(VERBOSE) << "FuseAppLoop exit"; in Start()
|
D | FuseBuffer.cc | 249 LOG(VERBOSE) << "NOTIMPL op=" << request.header.opcode << " uniq=" in HandleNotImpl()
|
/system/vold/ |
D | Utils.cpp | 253 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()
|
D | Benchmark.cpp | 94 LOG(VERBOSE) << "Before drop_caches"; in benchmark() 98 LOG(VERBOSE) << "After drop_caches"; in benchmark()
|
D | EmulatedVolume.cpp | 102 LOG(VERBOSE) << "Waiting for FUSE to spin up..."; in doMount()
|
D | main.cpp | 58 LOG(VERBOSE) << "Detected support for:" in main()
|
D | PublicVolume.cpp | 189 LOG(VERBOSE) << "Waiting for FUSE to spin up..."; in doMount()
|
/system/core/init/ |
D | init_first_stage.cpp | 197 LOG(VERBOSE) << __FUNCTION__ << "(): found partition: " << *iter; in ColdbootCallback() 217 LOG(VERBOSE) << "Creating dm-verity device : " << verity_device; in InitVerityDevice()
|
D | devices.cpp | 180 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()
|
D | init_parser.cpp | 109 LOG(VERBOSE) << "(Parsing " << path << " took " << t << ".)"; in ParseConfigFile()
|
D | bootchart.cpp | 170 LOG(VERBOSE) << "Not bootcharting"; in do_bootchart_start()
|
D | init.cpp | 200 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/ |
D | logging.h | 70 VERBOSE, enumerator 158 using ::android::base::VERBOSE; \
|
/system/core/logd/ |
D | README.property | 48 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/ |
D | main.cpp | 157 SetMinimumLogSeverity(android::base::VERBOSE); in main()
|
/system/extras/simpleperf/ |
D | perf_clock.cpp | 150 LOG(VERBOSE) << "perf_time is " << perf_time_in_ns << " ns, system_time is " in GetClockDiff()
|
D | utils.cpp | 244 {"verbose", android::base::VERBOSE}, in GetLogSeverity()
|
/system/core/libappfuse/tests/ |
D | FuseBridgeLoopTest.cc | 54 base::SetMinimumLogSeverity(base::VERBOSE); in SetUp()
|