Searched refs:DEBUG (Results 1 - 25 of 28) sorted by relevance

12

/system/extras/simpleperf/
H A Dmain.cpp48 LOG(DEBUG) << "command '" << command_name << "' starts running";
50 LOG(DEBUG) << "command '" << command_name << "' "
H A Dread_elf.cpp66 LOG(DEBUG) << "can't read note file " << filename;
70 LOG(DEBUG) << "can't read build_id from note file " << filename;
83 LOG(DEBUG) << "read note section error";
98 PLOG(DEBUG) << "can't open file " << filename;
109 PLOG(DEBUG) << "unknown elf format in file " << filename;
113 PLOG(DEBUG) << "can't read build_id from file " << filename;
H A Devent_type.cpp64 (report_unsupported_type ? PLOG(ERROR) : PLOG(DEBUG)) << "Event type '" << result->name
H A Dutils.cpp59 PLOG(DEBUG) << "can't open dir " << dirpath;
H A Dcmd_record.cpp332 LOG(DEBUG) << "can't read build_id for kernel";
343 LOG(DEBUG) << "can't read build_id for module " << module_name;
355 LOG(DEBUG) << "can't read build_id from file " << filename;
H A Denvironment.cpp145 PLOG(DEBUG) << "failed to open file /proc/modules";
211 LOG(DEBUG) << "call FindStartOfKernelSymbol() failed";
215 LOG(DEBUG) << "call FindKernelFunctionSymbol() failed";
321 PLOG(DEBUG) << "can't open file " << map_file;
H A Devent_attr.cpp42 LOG(DEBUG) << "unknown " << name << " bits: " << std::hex << bits;
H A Devent_fd.cpp60 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", pid " << pid << ", cpu "
H A Dworkload.cpp98 PLOG(DEBUG) << "child process failed to receive start_signal, nread = " << nread;
H A Drecord.cpp114 LOG(DEBUG) << "Record SampleId part has " << end - p << " bytes left\n";
274 LOG(DEBUG) << "Record has " << end - p << " bytes left\n";
/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c62 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
174 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val);
180 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val);
336 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd));
351 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack);
557 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd);
563 DEBUG("stream suspended");
579 DEBUG("emulate a2dp write delay (%d us)", us_delay);
609 DEBUG("wrote %d bytes out of %zu bytes", sent, bytes);
618 DEBUG("rat
[all...]
/system/core/base/
H A Dlogging_test.cpp116 LOG(DEBUG) << "foobar";
125 android::base::ScopedLogSeverity severity(android::base::DEBUG);
127 LOG(DEBUG) << "foobar";
134 make_log_pattern(android::base::DEBUG, "foobar"));
H A Dlogging.cpp158 gMinimumLogSeverity = DEBUG;
/system/core/tzdatacheck/
H A Dtzdatacheck.cpp83 LOG(DEBUG) << "Inspecting " << fpath;
87 LOG(DEBUG) << "Unlinking " << fpath;
94 LOG(DEBUG) << "Removing dir " << fpath;
/system/vold/
H A DPrivateVolume.cpp110 LOG(DEBUG) << getId() << " passed filesystem check";
124 LOG(DEBUG) << getId() << " passed filesystem check";
200 LOG(DEBUG) << "Resolved auto to " << resolvedFsType;
H A DTrimTask.cpp118 LOG(DEBUG) << "Starting trim of " << path;
146 LOG(DEBUG) << "Benchmark disabled";
H A DDisk.cpp137 LOG(DEBUG) << "Device just partitioned; silently formatting";
163 LOG(DEBUG) << "Found key for GUID " << normalizedGuid;
167 LOG(DEBUG) << "Device just partitioned; silently formatting";
436 LOG(DEBUG) << "Persisted key for GUID " << partGuid;
H A DMoveTask.cpp103 LOG(DEBUG) << "Finished rm with status " << WEXITSTATUS(status);
144 LOG(DEBUG) << "Finished cp with status " << WEXITSTATUS(status);
H A DVolumeBase.cpp33 #define DEBUG 1 macro
H A DVolumeManager.cpp318 LOG(DEBUG) << "Disk at " << major << ":" << minor << " changed";
428 LOG(DEBUG) << "Linking " << source << " to " << target;
515 LOG(DEBUG) << "Remounting " << uid << " as mode " << mode;
556 LOG(DEBUG) << "Found matching PID " << de->d_name;
/system/extras/tests/workloads/
H A Ddefs.sh127 echo DEBUG: $* >&2
128 echo DEBUG: $* >&2 >> $output
/system/core/adb/
H A Dfdevent.cpp36 /* !!! Do not enable DEBUG for the adb that will run as the server:
40 #define DEBUG 0 /* non-0 will break adb server */ macro
59 #if DEBUG
318 #if !DEBUG
/system/extras/tests/net_test/
H A Diproute.py208 DEBUG = False variable in class:IPRoute
213 if self.DEBUG:
670 iproute.DEBUG = True
/system/core/base/include/base/
H A Dlogging.h31 DEBUG, enumerator in enum:android::base::LogSeverity
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S18 #ifdef DEBUG

Completed in 1468 milliseconds

12