Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DOptionData.h36 explicit OptionData(DebugData* debug) : debug_(debug) {} in OptionData() argument
DREADME_marshmallow_and_earlier.md4 Malloc debug is a method of debugging native memory problems. It can help
8 23 or older. Note: malloc debug was full of bugs and was not fully
12 The documentation for malloc debug on newer versions of Android is
19 When malloc debug is enabled, it works by adding a shim layer that replaces
39 Malloc debug is controlled by a system property that takes a numeric value
40 named libc.debug.malloc. It has only a few distinct modes that enables a
41 set of different malloc debug checks at once.
111 Using the special system property, libc.debug.malloc.program, will
112 cause malloc debug to only be used on processes with that name. For example,
114 debug enabled.
[all …]
DREADME_api.md3 Malloc debug can be used to get information on all of the live allocations
19 by the malloc debug library itself.
47 The calls from within the malloc debug library are automatically removed.
DREADME.md4 Malloc debug is a method of debugging native memory problems. It can help
10 The documentation for malloc debug on older versions of Android is
13 When malloc debug is enabled, it works by adding a shim layer that replaces
41 Malloc debug is controlled by individual options. Each option can be enabled
398 When malloc debug detects an error, abort after sending the error
406 in Android P and older, enabling malloc debug would result in this message
409 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
527 value is always accurate in v1.1. A previous version of malloc debug set
587 adb shell setprop libc.debug.malloc.options backtrace
592 adb shell setprop libc.debug.malloc.options backtrace
[all …]
Dmalloc_debug.cpp271 DebugData* debug = new DebugData(); in debug_initialize() local
272 if (!debug->Initialize(options)) { in debug_initialize()
273 delete debug; in debug_initialize()
277 g_debug = debug; in debug_initialize()
/bionic/tools/bionicbb/
Dbionicbb.py50 logging.debug('%s #%s %s: %s', name, number, status, full_url)
76 logging.debug('POST %s: %s', url, request_data)
83 logging.debug('POST %s: %s', url, request_data)
116 logging.debug('POST %s: %s', url, request_data)
134 app.run(host='0.0.0.0', debug=True)
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c237 if (ctx->debug > 7) { in evSetTimer()
269 if (ctx->debug > 7) { in evClearTimer()
354 if (ctx->debug > 7) { in evResetTimer()
Deventlib_p.h219 int debug; member
/bionic/libc/kernel/tools/
Dutils.py50 logging.debug("write '%s'" % msg)
Dcpp.py1661 logging.debug("appending lines %d to %d", blocks[i].lineno,
1682 logging.debug("remove 'if 0' .. 'endif' (lines %d to %d)",
1690 logging.debug("convert 'if 0' .. 'else' into 'if 1' (lines %d "
1700 logging.debug("convert 'if 0' .. 'elif' into 'if'")
1712 logging.debug("unterminated 'if 1'")
1719 logging.debug("convert 'if 1' .. 'endif' (lines %d to %d)",
1732 logging.debug("convert 'if 1' .. 'else' (lines %d to %d)",
1747 logging.debug("convert 'if 1' .. 'elif' (lines %d to %d)",
/bionic/libc/tools/
Dgensyscalls.py510 logging.debug(t)
521 logging.debug("parse_file: %s" % file_path)
Dgenseccomp.py73 logging.debug('Failed to parse %s', line)
/bionic/libc/malloc_hooks/
DREADME.md92 adb shell setprop libc.debug.hooks.enable 1
/bionic/
Dandroid-changes-for-ndk-developers.md163 In O and later, the system property `debug.ld.greylist_disabled` can be
166 app's `targetSdkVersion`. Use `setprop debug.ld.greylist_disabled true`
382 adb shell setprop debug.ld.app.com.example.myapp dlerror,dlopen,dlsym
395 whole system by using the `debug.ld.all` system property instead of
399 adb shell setprop debug.ld.all dlerror,dlopen
/bionic/libc/kernel/uapi/linux/
Dpkt_sched.h290 __u32 debug; member
Dkvm.h224 } debug; member
/bionic/docs/
Dstatus.md301 (example)[https://source.android.com/devices/tech/debug/native-crash#fortify].