Searched refs:trace_str (Results 1 – 2 of 2) sorted by relevance
252 char trace_str[64]; in main() local253 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()
235 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)