Lines Matching refs:error_log

131     error_log("%s: heapprofd client: concurrent modification.", getprogname());  in MaybeModifyGlobals()
156 error_log("%s: Overflow constructing heapprofd property", getprogname()); in GetHeapprofdProgramProperty()
163 error_log("%s: Failed to open /proc/self/cmdline", getprogname()); in GetHeapprofdProgramProperty()
170 error_log("%s: Failed to read /proc/self/cmdline", getprogname()); in GetHeapprofdProgramProperty()
176 error_log("%s: Overflow reading cmdline", getprogname()); in GetHeapprofdProgramProperty()
190 error_log("%s: cmdline ends in /", getprogname()); in GetHeapprofdProgramProperty()
201 error_log("%s: overflow constructing heapprofd property.", getprogname()); in GetHeapprofdProgramProperty()
229 error_log("%s: not enabling heapprofd, malloc_debug/malloc_hooks are enabled.", getprogname()); in HandleHeapprofdSignal()
290 error_log("%s: heapprofd: failed to transition kInitialState -> kInstallingEphemeralHook. " in HandleHeapprofdSignal()
354 error_log("%s: heapprofd: failed to transition kInitialState -> kInstallingHook. " in HeapprofdInstallHooksAtInit()
369 error_log("%s: heapprofd: failed to transition kInitialState -> kInstallingHook. " in InitHeapprofd()
391 error_log("%s: heapprofd: failed to pthread_create.", getprogname()); in MallocInitHeapprofdHook()
393 error_log("%s: heapprod: failed to pthread_setname_np", getprogname()); in MallocInitHeapprofdHook()
395 error_log("%s: heapprofd: failed to pthread_detach", getprogname()); in MallocInitHeapprofdHook()
446 error_log("%s: heapprofd: failed to transition kHookInstalled -> kUninstallingHook. " in DispatchReset()