Home | History | Annotate | Download | only in runtime

Lines Matching full:trace

62     // Ensure that we get a native stack trace for this thread.
116 #define kFlag_ForceTrace 0x80000000 // Add this to a JNI function's flags if you want to trace every call.
132 // If both "-Xcheck:jni" and "-Xjnitrace:" are enabled, we print trace messages
138 if (!vm->trace.empty() && class_name.find(vm->trace) != std::string::npos) {
404 if (has_method_ && (!soa_.Vm()->trace.empty() || VLOG_IS_ON(third_party_jni))) {
522 JniAbortF(function_name_, "unknown trace format specifier: %c", ch);