Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 123) sorted by relevance

12345

/system/bt/gd/packet/parser/
Dlanguage_y.yy106 DEBUG() << "LITTLE ENDIAN ";
108 DEBUG() << "BIG ENDIAN ";
119 DEBUG() << "FOUND ENUM\n\n";
124 DEBUG() << "FOUND PACKET\n\n";
130 DEBUG() << "FOUND STRUCT\n\n";
149 DEBUG() << "Enum Declared: name=" << *$2
163 DEBUG() << "Enumerator with comma\n";
170 DEBUG() << "Enumerator with list\n";
179 DEBUG() << "Enumerator: name=" << *$1
195 DEBUG() << "Checksum field defined\n";
[all …]
/system/core/fs_mgr/libsnapshot/
Dsnapuserd.cpp73 LOG(DEBUG) << android::base::StringPrintf("read() from dm-user returned %d bytes:", in daemon_main()
75 LOG(DEBUG) << android::base::StringPrintf(" msg->seq: 0x%016llx", msg->seq); in daemon_main()
76 LOG(DEBUG) << android::base::StringPrintf(" msg->type: 0x%016llx", msg->type); in daemon_main()
77 LOG(DEBUG) << android::base::StringPrintf(" msg->flags: 0x%016llx", msg->flags); in daemon_main()
78 LOG(DEBUG) << android::base::StringPrintf(" msg->sector: 0x%016llx", msg->sector); in daemon_main()
79 LOG(DEBUG) << android::base::StringPrintf(" msg->len: 0x%016llx", msg->len); in daemon_main()
83 LOG(DEBUG) << android::base::StringPrintf( in daemon_main()
116 LOG(DEBUG) << "read() finished, next message"; in daemon_main()
/system/libufdt/tests/
Dapply_overlay.sh19 DEBUG=false
77 if $DEBUG; then
87 if $DEBUG; then
121 if $DEBUG; then
Drun_performance_test.sh26 DEBUG=false
40 if $DEBUG; then
66 if $DEBUG; then
74 if $DEBUG; then
Drun_stress_test.sh22 DEBUG=false
51 if $DEBUG; then
59 if $DEBUG; then
/system/vold/
DIdleMaint.cpp156 LOG(DEBUG) << "Starting trim of " << path; in Trim()
237 LOG(DEBUG) << "Start GC on " << path; in startGc()
247 LOG(DEBUG) << "Stop GC on " << path; in stopGc()
274 LOG(DEBUG) << "Start Dev GC on " << path; in runDevGcFstab()
283 LOG(DEBUG) << "No more to do Dev GC"; in runDevGcFstab()
287 LOG(DEBUG) << "Trigger Dev GC on " << path; in runDevGcFstab()
299 LOG(DEBUG) << "Stop Dev GC on " << path; in runDevGcFstab()
337 LOG(DEBUG) << "Start Dev GC on HAL"; in runDevGcOnHal()
360 LOG(DEBUG) << "idle maintenance is already running"; in RunIdleMaint()
370 LOG(DEBUG) << "idle maintenance started"; in RunIdleMaint()
[all …]
DEncryptInplace.cpp149 LOG(DEBUG) << "Copying " << data->count << " blocks at offset " << data->offset; in flush_outstanding_data()
259 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_ext4()
268 LOG(DEBUG) << "Opening" << real_blkdev; in cryptfs_enable_inplace_ext4()
275 LOG(DEBUG) << "Opening" << crypto_blkdev; in cryptfs_enable_inplace_ext4()
397 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_f2fs()
549 LOG(DEBUG) << "Encrypted " << CRYPT_SECTORS_PER_BUFSIZE << " block at " in cryptfs_enable_inplace_full()
585 LOG(DEBUG) << "cryptfs_enable_inplace(" << crypto_blkdev << ", " << real_blkdev << ", " << size in cryptfs_enable_inplace()
589 LOG(DEBUG) << "Continuing encryption from " << previously_encrypted_upto; in cryptfs_enable_inplace()
593 LOG(DEBUG) << "cryptfs_enable_inplace already done"; in cryptfs_enable_inplace()
605 LOG(DEBUG) << "cryptfs_enable_inplace_ext4 success"; in cryptfs_enable_inplace()
[all …]
DFsCrypt.cpp140 LOG(DEBUG) << "Skipping non-key " << entry->d_name; in get_ce_key_paths()
181 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
196 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key()
198 LOG(DEBUG) << "Successfully retrieved key"; in read_and_fixate_user_ce_key()
223 LOG(DEBUG) << "IsEmmcStorage(): blk_device = " << blk_device << ", real_path=" << real_path; in IsEmmcStorage()
296 LOG(DEBUG) << "Installed ce key for user " << user_id; in read_and_install_user_ce_key()
301 LOG(DEBUG) << "Preparing: " << dir; in prepare_dir()
310 LOG(DEBUG) << "Destroying: " << dir; in destroy_dir()
350 LOG(DEBUG) << "Created keys for user " << user_id; in create_and_install_user_keys()
358 LOG(DEBUG) << "Cannot find key for " << user_id; in lookup_policy()
[all …]
DKeyUtil.cpp88 LOG(DEBUG) << "Detected support for FS_IOC_ADD_ENCRYPTION_KEY"; in isFsKeyringSupportedImpl()
173 LOG(DEBUG) << "Added key " << key_id << " (" << ref << ") to keyring " << device_keyring in installKeyLegacy()
201 LOG(DEBUG) << "Added fscrypt-provisioning key for " << ref << " to session keyring"; in installProvisioningKey()
306 LOG(DEBUG) << "Installed fscrypt key with ref " << ref << " to " << mountpoint; in installKey()
329 LOG(DEBUG) << "Unlinked key with serial " << key_serial << " ref " << ref; in evictKeyLegacy()
380 LOG(DEBUG) << "Evicted fscrypt key with ref " << ref << " from " << mountpoint; in evictKey()
397 LOG(DEBUG) << "Key exists, using: " << key_path; in retrieveOrGenerateKey()
425 LOG(DEBUG) << "Installing fscrypt-provisioning key for " << ref << " back into " << mountpoint in reloadKeyFromSessionKeyring()
DMetadataCrypt.cpp111 LOG(DEBUG) << "Mounted " << mount_point; in mount_via_fs_mgr()
148 LOG(DEBUG) << "metadata_key_dir/key: " << dir; in read_key()
273 LOG(DEBUG) << "fscrypt_mount_metadata_encrypted: " << mount_point << " " << needs_encrypt; in fscrypt_mount_metadata_encrypted()
276 LOG(DEBUG) << "fscrypt_enable_crypto got unexpected starting state: " << encrypted_state; in fscrypt_mount_metadata_encrypted()
338 LOG(DEBUG) << "Mounting metadata-encrypted filesystem:" << mount_point; in fscrypt_mount_metadata_encrypted()
362 LOG(DEBUG) << "defaultkey_setup_ext_volume: " << label << " " << blk_device; in defaultkey_setup_ext_volume()
DDevmapper.cpp91 LOG(DEBUG) << "Tearing down stale dm device named " << device.name(); in destroyAll()
98 LOG(DEBUG) << "Found unmanaged dm device named " << device.name(); in destroyAll()
DLoop.cpp159 LOG(DEBUG) << "Tearing down stale loop device at " << path << " named " << id; in destroyAll()
165 LOG(DEBUG) << "Found unmanaged loop device at " << path << " named " << id; in destroyAll()
196 LOG(DEBUG) << "Attempting to increase " << file << " to " << numSectors; in resizeImageFile()
/system/extras/simpleperf/
DCallChainJoiner.cpp410 LOG(DEBUG) << "call chain joiner stat:"; in DumpStat()
411 LOG(DEBUG) << " cache_size: " << cache_stat_.cache_size; in DumpStat()
412 LOG(DEBUG) << " matched_node_count_to_extend_callchain: " in DumpStat()
414 LOG(DEBUG) << " max_node_count in cache: " << cache_stat_.max_node_count; in DumpStat()
415 LOG(DEBUG) << " used_node_count in cache: " << cache_stat_.used_node_count; in DumpStat()
416 LOG(DEBUG) << " recycled_node_count in cache: " << cache_stat_.recycled_node_count; in DumpStat()
417 LOG(DEBUG) << " call_chain_count: " << stat_.chain_count; in DumpStat()
418 LOG(DEBUG) << " before_join_node_count: " << stat_.before_join_node_count; in DumpStat()
420 LOG(DEBUG) << " before_join_average_chain_length: " in DumpStat()
423 LOG(DEBUG) << " after_join_node_count: " << stat_.after_join_node_count; in DumpStat()
[all …]
Devent_type.cpp112 LOG(DEBUG) << "unexpected id '" << id_content << "' in " << id_path; in GetTracepointEventTypesFromTraceFs()
148 LOG(DEBUG) << "Invalid or unsupported event format: " << format_content; in ParseEventFormats()
171 LOG(DEBUG) << "Invalid event format '" << s << "'"; in MakeEventConfig()
178 LOG(DEBUG) << "cannot support other attribute: " << s; in MakeEventConfig()
199 LOG(DEBUG) << "cannot read event type: " << device_name; in GetPmuEventTypes()
211 LOG(DEBUG) << "cannot read event content in " << event_name; in GetPmuEventTypes()
217 LOG(DEBUG) << "cannot handle config format in " << event_name; in GetPmuEventTypes()
236 LOG(DEBUG) << "cannot read cpumask content in " << pmu; in GetPmuCpumask()
/system/core/adb/client/
Dusb_libusb.cpp83 LOG(DEBUG) << "notifying " << name << " transfer complete"; in Notify()
309 LOG(DEBUG) << "successfully opened adb device at " << device_address << ", " in process_device()
457 LOG(DEBUG) << "initializing libusb..."; in usb_init()
490 LOG(DEBUG) << info->name << " transfer callback entered"; in transfer_callback()
495 LOG(DEBUG) << info->name << " callback successfully acquired lock"; in transfer_callback()
505 LOG(DEBUG) << info->name << " transfer incomplete, resubmitting"; in transfer_callback()
519 LOG(DEBUG) << "submitting zero-length write"; in transfer_callback()
542 LOG(DEBUG) << "locking " << info->name << " transfer_info mutex"; in perform_usb_transfer()
545 LOG(DEBUG) << "submitting " << info->name << " transfer"; in perform_usb_transfer()
553 LOG(DEBUG) << info->name << " transfer successfully submitted"; in perform_usb_transfer()
[all …]
Dusb_dispatch.cpp23 LOG(DEBUG) << "using libusb backend"; in usb_init()
26 LOG(DEBUG) << "using native backend"; in usb_init()
/system/core/toolbox/
Dmodprobe.cpp165 if (android::base::GetMinimumLogSeverity() <= android::base::DEBUG) { in modprobe_main()
168 android::base::SetMinimumLogSeverity(android::base::DEBUG); in modprobe_main()
192 LOG(DEBUG) << "mode is " << mode; in modprobe_main()
193 LOG(DEBUG) << "mod_dirs is: " << android::base::Join(mod_dirs, " "); in modprobe_main()
194 LOG(DEBUG) << "modules is: " << android::base::Join(modules, " "); in modprobe_main()
195 LOG(DEBUG) << "module parameters is: " << android::base::Join(module_parameters, " "); in modprobe_main()
/system/apex/apexd/
Dapex_shim.cpp59 LOG(DEBUG) << "Calculating SHA512 of " << path; in CalculateSha512()
90 LOG(DEBUG) << "Reading SHA512 from " << file_path; in GetAllowedHashes()
112 LOG(DEBUG) << "Validating shim apex " << mount_point; in ValidateShimApex()
166 LOG(DEBUG) << "Validating update of shim apex to " << new_apex_path in ValidateUpdate()
Dapexservice.cpp130 LOG(DEBUG) << "stagePackages() received by ApexService, paths " in stagePackages()
162 LOG(DEBUG) << "submitStagedSession() received by ApexService, session id " in submitStagedSession()
188 LOG(DEBUG) << "markStagedSessionReady() received by ApexService, session id " in markStagedSessionReady()
202 LOG(DEBUG) in markStagedSessionSuccessful()
311 LOG(DEBUG) << "getStagedSessionInfo() received by ApexService, session id " in getStagedSessionInfo()
332 LOG(DEBUG) << "activatePackage() received by ApexService, path " in activatePackage()
353 LOG(DEBUG) << "deactivatePackage() received by ApexService, path " in deactivatePackage()
448 LOG(DEBUG) << "abortStagedSession() received by ApexService."; in abortStagedSession()
459 LOG(DEBUG) << "revertActiveSessions() received by ApexService."; in revertActiveSessions()
475 LOG(DEBUG) << "resumeRevertIfNeeded() received by ApexService."; in resumeRevertIfNeeded()
[all …]
Dapexd.cpp314 LOG(DEBUG) << "Deleting previously active apex " << apex_file->GetPath(); in RemovePreviouslyActiveApexFiles()
506 LOG(DEBUG) << "Temp mounting " << package_id << " to " << mount_point; in VerifyAndTempMountPackage()
510 LOG(DEBUG) << hashtree_file << " already exists. Deleting it"; in VerifyAndTempMountPackage()
518 LOG(DEBUG) << "Cleaning up " << hashtree_file; in VerifyAndTempMountPackage()
527 LOG(DEBUG) << "Unmounting " << data.full_path << " from mount point " in Unmount()
579 LOG(DEBUG) << "Unmounting " << temp_mount_point; in RunVerifyFnInsideTempMount()
705 LOG(DEBUG) << "verifyPackages() for " << Join(paths, ','); in verifyPackages()
746 LOG(DEBUG) << kApexBackupDir << " does not exist. Nothing to clean"; in DeleteBackup()
753 LOG(DEBUG) << "Initializing backup of " << kActiveApexPackagesDataDir; in BackupActivePackages()
766 LOG(DEBUG) << kActiveApexPackagesDataDir in BackupActivePackages()
[all …]
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc61 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt, __func__, ##__VA_ARGS__) macro
177 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
182 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
411 DEBUG("HEARING_AID COMMAND %s", audio_ha_hw_dump_ctrl_event(cmd)); in ha_command()
438 DEBUG("HEARING_AID COMMAND %s DONE STATUS %d", in ha_command()
879 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
884 DEBUG("stream suspended or closing"); in out_write()
908 DEBUG("stereo-to-mono mixing: write %zu bytes (fd %d)", write_bytes, in out_write()
937 DEBUG("emulate ha write delay (%d us)", us_delay); in out_write()
946 DEBUG("rate %" PRIu32, out->common.cfg.rate); in out_get_sample_rate()
[all …]
/system/tools/hidl/c2hal/
Dmain.cpp60 LOG(DEBUG) << "Not long enough"; in isPathPrefix()
65 LOG(DEBUG) << "not full"; in isPathPrefix()
182 LOG(DEBUG) << "Processing " << path; in main()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc74 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt, __func__, ##__VA_ARGS__) macro
193 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
198 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
426 DEBUG("A2DP COMMAND %s", audio_a2dp_hw_dump_ctrl_event(cmd)); in a2dp_command()
456 DEBUG("A2DP COMMAND %s DONE STATUS %d", audio_a2dp_hw_dump_ctrl_event(cmd), in a2dp_command()
924 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
929 DEBUG("stream suspended or closing"); in out_write()
953 DEBUG("stereo-to-mono mixing: write %zu bytes (fd %d)", write_bytes, in out_write()
982 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write()
991 DEBUG("rate %" PRIu32, out->common.cfg.rate); in out_get_sample_rate()
[all …]
/system/vold/model/
DPrivateVolume.cpp113 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
127 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
188 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
/system/libbase/
Dlogging_test.cpp192 CHECK_WOULD_LOG_DISABLED(DEBUG); in TEST()
196 CHECK_WOULD_LOG_ENABLED(DEBUG); in TEST()
314 CHECK_LOG_STREAM_DISABLED(DEBUG); in TEST()
318 ASSERT_NO_FATAL_FAILURE(CHECK_LOG_STREAM_ENABLED(DEBUG)); in TEST()
396 CHECK_LOG_DISABLED(DEBUG); in TEST()
400 ASSERT_NO_FATAL_FAILURE(CHECK_LOG_ENABLED(DEBUG)); in TEST()
548 CHECK_PLOG_DISABLED(DEBUG); in TEST()
552 ASSERT_NO_FATAL_FAILURE(CHECK_PLOG_ENABLED(DEBUG)); in TEST()

12345