/system/unwinding/libunwindstack/tests/ |
D | GlobalDebugImplTest.cpp | 37 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/ |
D | trigger_watchdog.rc | 1 # 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
|
D | trigger_watchdog.sh | 4 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/nfc/src/rust/test/ |
D | main.rs | 19 use log::{debug, Level}; 28 debug!("Callback#{} -> {:?}", kind, val); in nfc_callback() 41 debug!("LMRT size:{}", lmrts); in main() 43 debug!("SET_CONFIG status:{}", status); in main() 45 debug!("GET_CONFIG status:{}", status); in main() 50 debug!("GET_CONFIG status:{}", status); in main()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 13 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/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 11 debug-unwind command, to help debug and profile dwarf unwinding. Below are two use cases. 22 `--keep-failed-unwinding-debug-info` keeps stack and register data for failed unwinding samples. It 26 # Run record cmd and keep failed unwinding debug info. 28 --keep-failed-unwinding-debug-info 33 $ simpleperf debug-unwind --generate-report -o report.txt 44 $ simpleperf debug-unwind --unwind-sample --sample-time 256666343213301 47 $ simpleperf debug-unwind --generate-test-file --sample-time 256666343213301 --keep-binaries-in-tes… 53 We can also record samples without unwinding them. Then we can use debug-unwind cmd to unwind the 63 # Use debug-unwind cmd to unwind samples. 64 $ simpleperf debug-unwind --unwind-sample [all …]
|
/system/extras/libfec/ |
D | fec_open.cpp | 70 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/ |
D | DisplayProperties.sysprop | 23 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/ |
D | graph_lockdep_chains | 53 debug= 73 --debug | -d) 74 debug=1 206 if [ -z "${debug}" ]; then 281 if dot ${dot_format} && [ -z "${debug}" ]; then
|
/system/sepolicy/tools/ |
D | sepolicy_generate_compat.py | 47 logging.debug('Running cmd at %s: %s' % (cwd, cmd)) 49 logging.debug('Running cmd: %s' % cmd) 54 logging.debug('Running cmd: %s' % cmd) 107 logging.debug('Extracting %s.cil to %s' % (ver, destination)) 132 logging.debug('Extracting system.img to %s' % temp_dir) 277 logging.debug('types ignored in latest policy: %s' % 279 logging.debug('types removed in latest policy: %s' % 292 logging.debug('adding %s to ignore' % new_type) 300 logging.debug('mapping %s to %s' % 318 logging.debug('adding %s to removed' % removed_type)
|
/system/core/rootdir/ |
D | init-debug.rc | 11 mount debugfs debugfs /sys/kernel/debug 12 chmod 0755 /sys/kernel/debug 16 umount /sys/kernel/debug
|
/system/nfc/src/rust/hal/ |
D | rootcanal_hal.rs | 22 use log::{debug, error}; 65 debug!("{:?}", &frozen); in dispatch_incoming() 86 debug!("Dispatch incoming finished."); in dispatch_incoming() 112 debug!("Dispatch outgoing finished."); in dispatch_outgoing() 126 debug!("Sent {:?}", data); in write_nci()
|
/system/chre/doc/ |
D | framework_debugging.md | 27 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 52 `adb root && adb shell lshal debug android.hardware.contexthub@1.0::IContexthub/default` 57 `DebugDumpManager` is the framework module responsible for collecting debug
|
/system/nfc/src/rust/nci/ |
D | nci.rs | 19 use log::{debug, error}; 131 debug!("CommandSender is dropped"); in drop() 204 debug!("cmd_rx got a q"); in dispatch() 224 debug!("Select is done"); in dispatch() 229 debug!("NCI dispatch is terminated."); in dispatch()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | logpersist.te | 1 # 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/ |
D | logpersist.te | 1 # android debug logging, logpersist domains 19 # Following is a list of debug domains we know that transition to logpersist
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 101 logger.debug("Using analyze_matrix at path: %s", args.analyze_matrix) 102 logger.debug("Dumping compatibility matrices at path: %s", args.input) 103 logger.debug("Show deprecated HALs? %s", args.deprecated) 104 logger.debug("Show unchanged HALs? %s", args.unchanged) 105 logger.debug("Show introduced HALs? %s", args.introduced) 106 logger.debug("Only showing packages %s", args.packages) 183 logger.debug("Ignoring file %s", file)
|
/system/sepolicy/public/ |
D | logpersist.te | 1 # 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/ |
D | logpersist.te | 1 # android debug logging, logpersist domains 23 # Following is a list of debug domains we know that transition to logpersist
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | logpersist.te | 1 # android debug logging, logpersist domains 23 # Following is a list of debug domains we know that transition to logpersist
|
/system/security/prng_seeder/src/ |
D | conditioner.rs | 18 use log::debug; 60 debug!("Reseeding DRBG"); in reseed_if_necessary()
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | logpersist.te | 1 # android debug logging, logpersist domains 23 # Following is a list of debug domains we know that transition to logpersist
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | logpersist.te | 1 # 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/ |
D | required_error | 1 Redefinition of reserved method 'debug'
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | atrace.te | 20 # atrace sets debug.atrace.* properties 24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties. 52 # Similarly, on debug builds, allow specific HALs to be notified that
|