Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DOptionData.h37 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 the Android OS, Marshmallow or older. Note: malloc debug was full of bugs
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 …]
DFreeTrackData.cpp39 FreeTrackData::FreeTrackData(DebugData* debug, const Config& config) in FreeTrackData() argument
40 : OptionData(debug), backtrace_num_frames_(config.free_track_backtrace_num_frames()) { in FreeTrackData()
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 In order to enable malloc debug, you must be able to set special system
17 When malloc debug is enabled, it works by adding a shim layer that replaces
37 Malloc debug is controlled by individual options. Each option can be enabled
377 adb shell setprop libc.debug.malloc.options backtrace
382 adb shell setprop libc.debug.malloc.options backtrace
383 adb shell setprop libc.debug.malloc.program ls
389 adb shell setprop libc.debug.malloc.program app_process
390 adb shell setprop libc.debug.malloc.options backtrace
[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.
Dmalloc_debug.cpp199 DebugData* debug = new DebugData(); in debug_initialize() local
200 if (!debug->Initialize(options)) { in debug_initialize()
201 delete debug; in debug_initialize()
205 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/tools/relocation_packer/
DAndroid.bp38 "src/debug.cc",
/bionic/libc/kernel/tools/
Dcpp.py1354 logging.debug("### skip unterminated static '%s'",
1359 logging.debug("### keep var/func '%s': %s", ident,
1363 logging.debug("### skip var/func '%s': %s", ident,
1665 logging.debug("appending lines %d to %d", blocks[i].lineno,
1685 logging.debug("remove 'if 0' .. 'endif' (lines %d to %d)",
1690 logging.debug("convert 'if 0' .. 'else' into 'if 1' (lines %d "
1697 logging.debug("convert 'if 0' .. 'elif' into 'if'")
1706 logging.debug("unterminated 'if 1'")
1712 logging.debug("convert 'if 1' .. 'endif' (lines %d to %d)",
1718 logging.debug("convert 'if 1' .. 'else' (lines %d to %d)",
[all …]
Dutils.py50 logging.debug("write '%s'" % msg)
/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/tools/
Dgensyscalls.py501 logging.debug(t)
512 logging.debug("parse_file: %s" % file_path)
/bionic/
Dandroid-changes-for-ndk-developers.md148 In O and later, the system property `debug.ld.greylist_disabled` can be
151 app's `targetSdkVersion`. Use `setprop debug.ld.greylist_disabled true`
366 adb shell setprop debug.ld.app.com.example.myapp dlsym,dlopen,dlerror
373 by using debug.ld.all system property instead of app-specific one:
375 adb shell setprop debug.ld.all dlerror,dlopen
/bionic/libc/kernel/uapi/linux/
Dpkt_sched.h261 __u32 debug; member
Dkvm.h212 } debug; member