OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartATrace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/debug/
trace_event_android.cc
84
// In this way we can avoid the conflict between
StartATrace
/StopATrace and
87
//
StartATrace
, StopATrace and SendToATrace, and perhaps send Java traces
90
void TraceLog::
StartATrace
() {
/external/chromium_org/content/common/android/
trace_event_binding.cc
58
static void
StartATrace
(JNIEnv* env, jclass clazz) {
59
base::debug::TraceLog::GetInstance()->
StartATrace
();
Completed in 31 milliseconds