Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 212) sorted by relevance

123456789

/system/unwinding/libunwindstack/tests/
DGlobalDebugImplTest.cpp37 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_X86_64, memory, libs, nullptr); in TEST() local
39 EXPECT_EQ(0UL, debug.StripAddressTag(0)); in TEST()
40 EXPECT_EQ(0x1234567812345678UL, debug.StripAddressTag(0x1234567812345678UL)); in TEST()
46 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_ARM64, memory, libs, nullptr); in TEST() local
48 EXPECT_EQ(0UL, debug.StripAddressTag(0)); in TEST()
49 EXPECT_EQ(0x34567812345678UL, debug.StripAddressTag(0x1234567812345678UL)); in TEST()
52 EXPECT_EQ(0xfff4567812345678UL, debug.StripAddressTag(0x00f4567812345678UL)); in TEST()
/system/apex/tests/testdata/
Dtrigger_watchdog.rc1 # Only trigger if persist.debug.trigger_watchdog.apex is non-empty.
2 on boot && property:persist.debug.trigger_watchdog.apex=*
3 setprop debug.trigger_watchdog.status start
7 # Only trigger if persist.debug.trigger_reboot_after_activation is non-empty.
8 on boot && property:debug.trigger_reboot_once_after_activation=1 && property:persist.debug.trigger_…
9 setprop debug.trigger_watchdog.status start
13 on boot && property:persist.debug.trigger_reboot_twice_after_activation=1 && property:persist.debug
14 setprop debug.trigger_watchdog.status start
18 on boot && property:persist.debug.trigger_updatable_crashing_for_testing=1
Dtrigger_watchdog.sh4 apex=/apex/`/system/bin/getprop persist.debug.trigger_watchdog.apex`
6 /system/bin/setprop debug.trigger_watchdog.status check
11 /system/bin/setprop debug.trigger_watchdog.status kill
/system/bt/gd/cert/
Devent_stream.py159 logging.debug("Cancelled")
187 logging.debug("assert_event_occurs_at_most")
192 … logging.debug("Waiting for event iteration (%fs remaining)" % (remaining.total_seconds()))
199 logging.debug("Done waiting, got %d events" % len(event_list))
216 logging.debug("assert_event_occurs %d %fs" % (at_least_times, timeout.total_seconds()))
221 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))
224 logging.debug("current_event: %s", current_event)
229 logging.debug("Done waiting for event, received %d", len(event_list))
239 logging.debug("assert_all_events_occur %fs" % timeout.total_seconds())
245 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))
[all …]
Dcert_self_test_lib.py83 logging.debug("yielding %d" % event)
90 logging.debug("cancel")
148 logging.debug(e)
165 logging.debug(e)
178 logging.debug(inside.Serialize())
179 logging.debug("building outside")
182 logging.debug(outside.Serialize())
183 logging.debug("Done!")
279 logging.debug(e)
289 logging.debug(e)
[all …]
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c13 static int debug; variable
42 if (debug) in read_typeset()
53 if (debug && !openparens) in read_typeset()
61 if (debug && openparens == 1) in read_typeset()
71 if (debug) in read_typeset()
79 if (debug) in read_typeset()
101 if (debug) in read_typeset()
111 if (debug) in read_typeset()
200 if (debug) in read_classperms()
211 if (debug && !openparens) in read_classperms()
[all …]
/system/extras/libfec/
Dfec_open.cpp70 debug("file_size = %" PRIu64 " -> offset = %" PRIu64, file_size, in find_offset()
105 debug("offset = %" PRIu64, offset); in parse_ecc_header()
289 debug("found ext4fs"); in get_fs_size()
296 debug("found squashfs"); in get_fs_size()
307 debug("size = %" PRIu64 ", flags = %d", f->data_size, f->flags); in load_verity()
313 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_verity()
318 debug("trying legacy formats"); in load_verity()
323 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_verity()
331 debug("file system size = %" PRIu64, offset); in load_verity()
337 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_verity()
[all …]
/system/libsysprop/srcs/android/sysprop/
DDisplayProperties.sysprop23 prop_name: "debug.egl.force_msaa"
31 prop_name: "debug.egl.trace"
40 prop_name: "debug.force_rtl"
49 prop_name: "debug.layout"
58 prop_name: "debug.display.allow_non_native_refresh_rate_override"
/system/extras/tools/
Dgraph_lockdep_chains53 debug=
73 --debug | -d)
74 debug=1
206 if [ -z "${debug}" ]; then
281 if dot ${dot_format} && [ -z "${debug}" ]; then
/system/core/rootdir/
Dinit-debug.rc11 mount debugfs debugfs /sys/kernel/debug
12 chmod 0755 /sys/kernel/debug
16 umount /sys/kernel/debug
/system/sepolicy/prebuilts/api/26.0/private/
Dfile_contexts144 /dev/socket/rild-debug u:object_r:rild_debug_socket:s0
469 /sys/kernel/debug/mmc0(/.*)? u:object_r:debugfs_mmc:s0
474 /sys/kernel(/debug)?/tracing/buffer_size_kb u:object_r:trac…
475 /sys/kernel(/debug)?/tracing/events/binder/binder_locked/enable u:object_r:trac…
476 /sys/kernel(/debug)?/tracing/events/binder/binder_lock/enable u:object_r:trac…
477 /sys/kernel(/debug)?/tracing/events/binder/binder_transaction/enable u:object_r:trac…
478 /sys/kernel(/debug)?/tracing/events/binder/binder_transaction_received/enable u:object_r:trac…
479 /sys/kernel(/debug)?/tracing/events/binder/binder_unlock/enable u:object_r:trac…
480 /sys/kernel(/debug)?/tracing/events/cpufreq_interactive/enable u:object_r:trac…
481 /sys/kernel(/debug)?/tracing/events/power/clock_set_rate/enable u:object_r:trac…
[all …]
Datrace.te14 # atrace reads the files in /sys/kernel/debug/tracing/
17 # atrace sets debug.atrace.* properties
/system/chre/doc/
Dframework_debugging.md27 information to identify and debug failures can help avoid issues with “log
41 A debug dump is human-readable text produced on-demand for debugging purposes.
42 While `LOGx()` is useful for logging events as they happen, the debug dump is
44 state, history, vital statistics, etc. The debug dump is especially useful for
46 diagnose potential issues. The CHRE framework produces a debug dump when
47 requested via the Context Hub HAL’s built-in `debug()` method, which is
51 `adb root && adb shell lshal debug android.hardware.contexthub@1.0::IContexthub/default`
53 `DebugDumpManager` is the framework module responsible for collecting debug
/system/libvintf/analyze_matrix/
Dhals_for_release.py95 logger.debug("Using analyze_matrix at path: %s", args.analyze_matrix)
96 logger.debug("Dumping compatibility matrices at path: %s", args.input)
97 logger.debug("Show deprecated HALs? %s", args.deprecated)
98 logger.debug("Show unchanged HALs? %s", args.unchanged)
99 logger.debug("Show introduced HALs? %s", args.introduced)
100 logger.debug("Only showing packages %s", args.packages)
166 logger.debug("Ignoring file %s", file)
/system/bt/test/
Dgen_coverage.py205 logging.debug('cmd: ' + test_cmd)
228 logging.debug('cmd: ' + " ".join(cmd))
259 logging.debug('cmd: ' + " ".join(cmd))
290 logging.debug('cmd: ' + " ".join(cmd))
300 logging.debug('Writing json summary file: ' + test_json_summary_file)
365 logging.debug("Args: " + str(args))
370 logging.debug("Working Dir: " + WORKING_DIR)
/system/sepolicy/prebuilts/api/28.0/public/
Dlogpersist.te1 # android debug logging, logpersist domains
19 # Following is a list of debug domains we know that transition to logpersist
/system/sepolicy/prebuilts/api/29.0/public/
Dlogpersist.te1 # android debug logging, logpersist domains
19 # Following is a list of debug domains we know that transition to logpersist
/system/sepolicy/prebuilts/api/27.0/public/
Dlogpersist.te1 # android debug logging, logpersist domains
19 # Following is a list of debug domains we know that transition to logpersist
/system/sepolicy/prebuilts/api/26.0/public/
Dlogpersist.te1 # android debug logging, logpersist domains
19 # Following is a list of debug domains we know that transition to logpersist
Dhal_audio.te11 # used for pcm capture for debug.
20 # Needed to provide debug dump output via dumpsys' pipes.
/system/bt/gd/packet/parser/
Dlogging.h40 …LogMessage(bool debug, std::initializer_list<const Loggable*> tokens) : debug_(debug), tokens_(tok… in LogMessage() argument
/system/sepolicy/prebuilts/api/30.0/public/
Dlogpersist.te1 # android debug logging, logpersist domains
23 # Following is a list of debug domains we know that transition to logpersist
/system/sepolicy/public/
Dlogpersist.te1 # android debug logging, logpersist domains
23 # Following is a list of debug domains we know that transition to logpersist
/system/sepolicy/prebuilts/api/31.0/public/
Dlogpersist.te1 # android debug logging, logpersist domains
23 # Following is a list of debug domains we know that transition to logpersist
/system/tools/hidl/test/error_test/interface_no_using_reserved_method_names/1.0/
Drequired_error1 Redefinition of reserved method 'debug'

123456789