Home
last modified time | relevance | path

Searched refs:trace_str (Results 1 – 2 of 2) sorted by relevance

/system/extras/alloc-stress/
Dalloc-stress.cpp252 char trace_str[64]; in main() local
253 snprintf(trace_str, sizeof(trace_str), "alloc-stress, adj=%d, pid=%u", i, ch_pid); in main()
254 ATRACE_INT(trace_str, i); in main()
268 ATRACE_INT(trace_str, 0); in main()
/system/bt/gd/cert/
Dcert_self_test.py235 trace_str = traceback.format_exc()
237 "raise ValueError(failure_argument)" in trace_str,
238 msg="Failed test method not in error stack trace: %s" % trace_str)