Lines Matching refs:ERROR
271 LOG(ERROR) << "Unable to get method info!"; in BreakpointCB()
292 LOG(ERROR) << option << " doesn't look like it has a class name"; in ParseSingleBreakpoint()
299 LOG(ERROR) << bp << " doesn't seem to indicate a method, expected ->"; in ParseSingleBreakpoint()
306 LOG(ERROR) << bp << " doesn't seem to have a method sig!"; in ParseSingleBreakpoint()
311 LOG(ERROR) << bp << " doesn't seem to have a valid location!"; in ParseSingleBreakpoint()
338 LOG(ERROR) << "Unable to parse breakpoint from " << next; in ParseArgs()
361 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in AgentStart()
370 LOG(ERROR) << "Unable to alloc memory for breakpoint target data"; in AgentStart()
377 LOG(ERROR) << "Unable to set local storage"; in AgentStart()
382 LOG(ERROR) << "failed to parse breakpoint list!"; in AgentStart()
393 LOG(ERROR) << "Unable to set caps"; in AgentStart()
404 LOG(ERROR) << "Unable to set event callbacks."; in AgentStart()
412 LOG(ERROR) << "Unable to enable breakpoint event"; in AgentStart()
420 LOG(ERROR) << "Unable to get jnienv"; in AgentStart()
429 LOG(ERROR) << "Unable to set event vminit"; in AgentStart()