Home
last modified time | relevance | path

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

12

/system/vold/
DExt4Crypt.cpp171 LOG(DEBUG) << "Added key " << key_id << " (" << ref << ") to keyring " << device_keyring in install_key()
203 LOG(DEBUG) << "Skipping non-key " << entry->d_name; in get_ce_key_paths()
245 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
258 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key()
260 LOG(DEBUG) << "Successfully retrieved key"; in read_and_fixate_user_ce_key()
278 LOG(DEBUG) << "Installed ce key for user " << user_id; in read_and_install_user_ce_key()
283 LOG(DEBUG) << "Preparing: " << dir; in prepare_dir()
292 LOG(DEBUG) << "Destroying: " << dir; in destroy_dir()
329 LOG(DEBUG) << "Created key " << key_path; in store_key()
360 LOG(DEBUG) << "Created keys for user " << user_id; in create_and_install_user_keys()
[all …]
Dsecdiscard.cpp62 LOG(DEBUG) << "Securely discarding '" << target << "' unlink=" << options.unlink; in main()
69 LOG(DEBUG) << "Discarded: " << target; in main()
130 PLOG(DEBUG) << "Unable to open " << path; in path_fiemap()
205 LOG(DEBUG) << "For path " << path << " block device is " << result; in block_device_for_path()
DPrivateVolume.cpp110 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
124 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
201 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
DTrimTask.cpp118 LOG(DEBUG) << "Starting trim of " << path; in run()
146 LOG(DEBUG) << "Benchmark disabled"; in run()
DDisk.cpp166 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPublicVolume()
192 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume()
196 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPrivateVolume()
265 LOG(DEBUG) << "Recognized experimental block major ID " << majorId in readMetadata()
472 LOG(DEBUG) << "Persisted key for GUID " << partGuid; in partitionMixed()
DMoveTask.cpp103 LOG(DEBUG) << "Finished rm with status " << WEXITSTATUS(status); in execRm()
144 LOG(DEBUG) << "Finished cp with status " << WEXITSTATUS(status); in execCp()
DKeyStorage.cpp108 LOG(DEBUG) << "Creating key that doesn't need auth token"; in generateKeymasterKey()
111 LOG(DEBUG) << "Auth token required for key"; in generateKeymasterKey()
133 LOG(DEBUG) << "Supplying auth token to Keymaster"; in beginParams()
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c68 #define DEBUG(fmt, ...) LOG_VERBOSE(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
184 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
190 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
368 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd)); in a2dp_command()
396 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack); in a2dp_command()
592 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write()
597 DEBUG("stream suspended or closing"); in out_write()
642 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write()
653 DEBUG("rate %" PRIu32,out->common.cfg.rate); in out_get_sample_rate()
662 DEBUG("out_set_sample_rate : %" PRIu32, rate); in out_set_sample_rate()
[all …]
/system/extras/simpleperf/
Dmain.cpp63 LOG(DEBUG) << "command '" << command_name << "' starts running"; in main()
65 LOG(DEBUG) << "command '" << command_name << "' " in main()
Dread_elf.cpp93 LOG(DEBUG) << "can't read note file " << filename; in GetBuildIdFromNoteFile()
97 LOG(DEBUG) << "can't read build_id from note file " << filename; in GetBuildIdFromNoteFile()
110 LOG(DEBUG) << "read note section error"; in GetBuildIdFromELFFile()
133 LOG(DEBUG) << "no build id present in file " << obj->getFileName().data(); in GetBuildIdFromObjectFile()
151 PLOG(DEBUG) << "failed to open " << filename; in OpenObjectFile()
278 LOG(DEBUG) << "build id for " << debug_filename << " mismatch: " in MatchBuildId()
Devent_fd.cpp59 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", tid " << tid << ", cpu " in OpenEventFile()
69 PLOG(DEBUG) << "fcntl(FD_CLOEXEC) for perf_event_file (event " << event_name << ", tid " in OpenEventFile()
Dutils.cpp112 PLOG(DEBUG) << "can't open dir " << dirpath; in GetEntriesInDir()
188 {"debug", android::base::DEBUG}, in GetLogSeverity()
Ddso.cpp116 LOG(DEBUG) << "build_id_map: " << pair.first << ", " << pair.second.ToString(); in SetBuildIds()
163 LOG(DEBUG) << "failed to load dso: " << path_; in FindSymbol()
246 LOG(DEBUG) << "check kernel build id (" << (match ? "match" : "mismatch") << "): expected " in LoadKernel()
Dcmd_record.cpp789 LOG(DEBUG) << "can't read build_id for kernel"; in DumpBuildIdFeature()
801 LOG(DEBUG) << "can't read build_id for module " << module_name; in DumpBuildIdFeature()
815 LOG(DEBUG) << "can't read build_id from file " << filename; in DumpBuildIdFeature()
820 LOG(DEBUG) << "can't read build_id from file " << filename; in DumpBuildIdFeature()
Devent_attr.cpp42 LOG(DEBUG) << "unknown " << name << " bits: " << std::hex << bits; in BitsToString()
Devent_type.cpp54 LOG(DEBUG) << "unexpected id '" << id_content << "' in " << id_path; in GetTracepointEventTypes()
/system/core/base/
Dlogging_test.cpp173 LOG(DEBUG) << "foobar"; in TEST()
182 android::base::ScopedLogSeverity severity(android::base::DEBUG); in TEST()
184 LOG(DEBUG) << "foobar"; in TEST()
193 make_log_pattern(android::base::DEBUG, "foobar")); in TEST()
/system/core/tzdatacheck/
Dtzdatacheck.cpp83 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
87 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
94 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
/system/tools/aidl/
Dmain_cpp.cpp28 LOG(DEBUG) << "aidl starting"; in main()
Dmain_java.cpp29 LOG(DEBUG) << "aidl starting"; in main()
/system/core/init/
Dlog.h26 #define DEBUG(x...) init_klog_write(KLOG_DEBUG_LEVEL, x) macro
/system/extras/tests/net_test/
Dnetlink.py61 DEBUG = False variable in NetlinkSocket
66 if self.DEBUG:
/system/core/logd/
DREADME.property40 DEBUG, INFO, WARN, ERROR, ASSERT or
55 - build - VERBOSE for native, DEBUG for jvm isLoggable, or developer option.
/system/extras/tests/workloads/
Ddefs.sh147 echo DEBUG: $* >&2
148 echo DEBUG: $* >&2 >> $output
/system/extras/libfec/
Dfec_private.h161 #define debug(format, args...) __log(DEBUG, "debug", format, ##args)

12