Home
last modified time | relevance | path

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

1234

/system/netd/tests/
Druntests.sh14 DEBUG=""
50 $DEBUG $cmd
69 DEBUG=echo
/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.cpp152 LOG(DEBUG) << "Starting trim of " << path; in Trim()
234 LOG(DEBUG) << "Start GC on " << path; in startGc()
247 LOG(DEBUG) << "Stop GC on " << path; in stopGc()
278 LOG(DEBUG) << "Start Dev GC on " << path; in runDevGc()
287 LOG(DEBUG) << "No more to do Dev GC"; in runDevGc()
291 LOG(DEBUG) << "Trigger Dev GC on " << path; in runDevGc()
303 LOG(DEBUG) << "Stop Dev GC on " << path; in runDevGc()
313 LOG(DEBUG) << "idle maintenance is already running"; in RunIdleMaint()
323 LOG(DEBUG) << "idle maintenance started"; in RunIdleMaint()
353 LOG(DEBUG) << "idle maintenance completed"; in RunIdleMaint()
[all …]
DCheckEncryption.cpp58 LOG(DEBUG) << "checkEncryption check_file: " << needle; in check_file()
82 LOG(DEBUG) << "Writing to " << needle; in check_file()
100 LOG(DEBUG) << "Extent " << i << " at " << xt->fe_physical << " length " << xt->fe_length; in check_file()
122 LOG(DEBUG) << "Searching " << area.size() << " bytes of " << needle; in check_file()
123 LOG(DEBUG) << "First position of blob: " << area.find(randomhex); in check_file()
DEncryptInplace.cpp268 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_ext4()
277 LOG(DEBUG) << "Opening" << real_blkdev; in cryptfs_enable_inplace_ext4()
284 LOG(DEBUG) << "Opening" << crypto_blkdev; in cryptfs_enable_inplace_ext4()
406 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_f2fs()
554 LOG(DEBUG) << "Encrypted " << CRYPT_SECTORS_PER_BUFSIZE << " block at " in cryptfs_enable_inplace_full()
590 LOG(DEBUG) << "cryptfs_enable_inplace(" << crypto_blkdev << ", " << real_blkdev << ", " << size in cryptfs_enable_inplace()
594 LOG(DEBUG) << "Continuing encryption from " << previously_encrypted_upto; in cryptfs_enable_inplace()
598 LOG(DEBUG) << "cryptfs_enable_inplace already done"; in cryptfs_enable_inplace()
610 LOG(DEBUG) << "cryptfs_enable_inplace_ext4 success"; in cryptfs_enable_inplace()
613 LOG(DEBUG) << "cryptfs_enable_inplace_ext4()=" << rc_ext4; in cryptfs_enable_inplace()
[all …]
DExt4Crypt.cpp133 LOG(DEBUG) << "Skipping non-key " << entry->d_name; in get_ce_key_paths()
175 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
188 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key()
190 LOG(DEBUG) << "Successfully retrieved key"; in read_and_fixate_user_ce_key()
208 LOG(DEBUG) << "Installed ce key for user " << user_id; in read_and_install_user_ce_key()
213 LOG(DEBUG) << "Preparing: " << dir; in prepare_dir()
222 LOG(DEBUG) << "Destroying: " << dir; in destroy_dir()
259 LOG(DEBUG) << "Created keys for user " << user_id; in create_and_install_user_keys()
314 LOG(DEBUG) << "Skipping non-de-key " << entry->d_name; in load_all_de_keys()
325 LOG(DEBUG) << "Installed de key for user " << user_id; in load_all_de_keys()
[all …]
DMetadataCrypt.cpp71 LOG(DEBUG) << "Mounted " << mount_point; in mount_via_fs_mgr()
82 LOG(DEBUG) << "key_dir/key: " << dir; in read_key()
207 LOG(DEBUG) << "e4crypt_mount_metadata_encrypted: " << mount_point << " " << needs_encrypt; in e4crypt_mount_metadata_encrypted()
210 LOG(DEBUG) << "e4crypt_enable_crypto got unexpected starting state: " << encrypted_state; in e4crypt_mount_metadata_encrypted()
244 LOG(DEBUG) << "Mounting metadata-encrypted filesystem:" << mount_point; in e4crypt_mount_metadata_encrypted()
DKeyUtil.cpp136 LOG(DEBUG) << "Added key " << key_id << " (" << ref << ") to keyring " << device_keyring in installKey()
158 LOG(DEBUG) << "Unlinked key with serial " << key_serial << " ref " << ref; in evictKey()
169 LOG(DEBUG) << "Key exists, using: " << key_path; in retrieveAndInstallKey()
191 LOG(DEBUG) << "Key exists, using: " << key_path; in retrieveKey()
Dsecdiscard.cpp61 LOG(DEBUG) << "Securely discarding '" << target << "' unlink=" << options.unlink; in main()
70 LOG(DEBUG) << "Discarded: " << target; in main()
121 LOG(DEBUG) << "Used zero overwrite"; in secdiscard_path()
DFileDeviceUtils.cpp67 LOG(DEBUG) << "For path " << path << " block device is " << result; in BlockDeviceForPath()
77 PLOG(DEBUG) << "Unable to open " << path; in PathFiemap()
/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 …]
/system/core/adb/client/
Dusb_libusb.cpp84 LOG(DEBUG) << "notifying " << name << " transfer complete"; in Notify()
310 LOG(DEBUG) << "successfully opened adb device at " << device_address << ", " in process_device()
465 LOG(DEBUG) << "initializing libusb..."; in usb_init()
498 LOG(DEBUG) << info->name << " transfer callback entered"; in transfer_callback()
503 LOG(DEBUG) << info->name << " callback successfully acquired lock"; in transfer_callback()
513 LOG(DEBUG) << info->name << " transfer incomplete, resubmitting"; in transfer_callback()
527 LOG(DEBUG) << "submitting zero-length write"; in transfer_callback()
550 LOG(DEBUG) << "locking " << info->name << " transfer_info mutex"; in perform_usb_transfer()
553 LOG(DEBUG) << "submitting " << info->name << " transfer"; in perform_usb_transfer()
561 LOG(DEBUG) << info->name << " transfer successfully submitted"; in perform_usb_transfer()
[all …]
Dusb_dispatch.cpp22 LOG(DEBUG) << "using libusb backend"; in usb_init()
25 LOG(DEBUG) << "using native backend"; in usb_init()
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc61 #define DEBUG(fmt, ...) \ macro
178 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
183 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
412 DEBUG("HEARING_AID COMMAND %s", audio_ha_hw_dump_ctrl_event(cmd)); in ha_command()
439 DEBUG("HEARING_AID COMMAND %s DONE STATUS %d", in ha_command()
880 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
885 DEBUG("stream suspended or closing"); in out_write()
909 DEBUG("stereo-to-mono mixing: write %zu bytes (fd %d)", write_bytes, in out_write()
938 DEBUG("emulate ha write delay (%d us)", us_delay); in out_write()
947 DEBUG("rate %" PRIu32, out->common.cfg.rate); in out_get_sample_rate()
[all …]
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc74 #define DEBUG(fmt, ...) \ macro
194 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
199 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
427 DEBUG("A2DP COMMAND %s", audio_a2dp_hw_dump_ctrl_event(cmd)); in a2dp_command()
457 DEBUG("A2DP COMMAND %s DONE STATUS %d", audio_a2dp_hw_dump_ctrl_event(cmd), in a2dp_command()
925 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
930 DEBUG("stream suspended or closing"); in out_write()
954 DEBUG("stereo-to-mono mixing: write %zu bytes (fd %d)", write_bytes, in out_write()
983 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write()
992 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()
177 LOG(DEBUG) << "Processing " << path; in main()
/system/core/libnativeloader/test/
Dtest.cpp20 LOG(DEBUG) << LIBNAME << " loaded"; in test_lib_init()
/system/vold/model/
DPrivateVolume.cpp116 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
130 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
191 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
/system/core/base/
Dlogging_test.cpp176 CHECK_WOULD_LOG_DISABLED(DEBUG); in TEST()
180 CHECK_WOULD_LOG_ENABLED(DEBUG); in TEST()
298 CHECK_LOG_STREAM_DISABLED(DEBUG); in TEST()
302 CHECK_LOG_STREAM_ENABLED(DEBUG); in TEST()
383 CHECK_LOG_DISABLED(DEBUG); in TEST()
387 CHECK_LOG_ENABLED(DEBUG); in TEST()
537 CHECK_PLOG_DISABLED(DEBUG); in TEST()
541 CHECK_PLOG_ENABLED(DEBUG); in TEST()
/system/tools/aidl/
Dmain_cpp.cpp33 LOG(DEBUG) << "aidl starting"; in main()
Dmain_java.cpp34 LOG(DEBUG) << "aidl starting"; in main()
/system/core/adb/
Dadb_trace.h50 LOG(DEBUG)
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp176 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
180 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
187 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
412 LOG(DEBUG) << "No staged time zone operation."; in processStagedOperation()

1234