Searched refs:sectionName (Results 1 – 3 of 3) sorted by relevance
265 public static void beginSection(String sectionName) { in beginSection() argument267 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in beginSection()270 nativeTraceBegin(TRACE_TAG_APP, sectionName); in beginSection()
65 public static void beginSection(String sectionName) { in beginSection() argument67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName)); in beginSection()
347 private synchronized void beginTraceAsync(String sectionName) { in beginTraceAsync() argument355 mCurrentAfTrace = sectionName; in beginTraceAsync()357 SysTrace.beginSectionAsync(sectionName, mCurrentAfCookie); in beginTraceAsync()