Home
last modified time | relevance | path

Searched refs:PLOG (Results 1 – 25 of 240) sorted by relevance

12345678910

/system/vold/
DLoop.cpp57 PLOG(ERROR) << "Failed to open loop-control"; in create()
63 PLOG(ERROR) << "Failed LOOP_CTL_GET_FREE"; in create()
78 PLOG(ERROR) << "Failed to open " << target; in create()
87 PLOG(ERROR) << "Failed to open " << out_device; in create()
92 PLOG(ERROR) << "Failed to LOOP_SET_FD"; in create()
100 PLOG(ERROR) << "Failed to LOOP_SET_STATUS64"; in create()
112 PLOG(ERROR) << "Failed to open " << loopDevice; in destroyByDevice()
117 PLOG(ERROR) << "Failed to destroy " << loopDevice; in destroyByDevice()
132 PLOG(ERROR) << "Failed to opendir"; in destroyAll()
146 PLOG(WARNING) << "Failed to open " << path; in destroyAll()
[all …]
DNetlinkManager.cpp58 PLOG(ERROR) << "Unable to create uevent socket"; in start()
67 PLOG(ERROR) << "Unable to set uevent socket SO_RCVBUF/SO_RCVBUFFORCE option"; in start()
72 PLOG(ERROR) << "Unable to set uevent socket SO_PASSCRED option"; in start()
77 PLOG(ERROR) << "Unable to bind uevent socket"; in start()
83 PLOG(ERROR) << "Unable to start NetlinkHandler"; in start()
98 PLOG(ERROR) << "Unable to stop NetlinkHandler"; in stop()
DBenchmark.cpp63 PLOG(WARNING) << "Failed to getpriority"; in PerformanceBoost()
67 PLOG(WARNING) << "Failed to setpriority"; in PerformanceBoost()
70 PLOG(WARNING) << "Failed to android_get_ioprio"; in PerformanceBoost()
75 PLOG(WARNING) << "Failed to android_set_ioprio"; in PerformanceBoost()
81 PLOG(WARNING) << "Failed to android_set_ioprio"; in ~PerformanceBoost()
84 PLOG(WARNING) << "Failed to setpriority"; in ~PerformanceBoost()
110 PLOG(ERROR) << "Failed getcwd"; in benchmarkInternal()
114 PLOG(ERROR) << "Failed chdir"; in benchmarkInternal()
142 PLOG(ERROR) << "Failed to drop_caches"; in benchmarkInternal()
174 PLOG(ERROR) << "Failed to chdir"; in benchmarkInternal()
DUtils.cpp95 PLOG(ERROR) << "Failed to create device node for " << major(dev) << ":" << minor(dev) in CreateDeviceNode()
194 PLOG(ERROR) << "Failed to kill processes using " << path; in KillProcessesUsingPath()
203 PLOG(ERROR) << "Failed to bind mount " << source << " to " << target; in BindMount()
214 PLOG(ERROR) << "Failed to create symlink " << linkpath << " to " << target; in Symlink()
222 PLOG(ERROR) << "Failed to unlink " << linkpath; in Unlink()
234 PLOG(ERROR) << "Failed to unlink " << dir; in CreateDir()
238 PLOG(ERROR) << "Failed to stat " << dir; in CreateDir()
242 PLOG(ERROR) << "Failed to mkdir " << dir; in CreateDir()
332 PLOG(ERROR) << "fdopen in ReadLinesFromFdAndLog"; in ReadLinesFromFdAndLog()
350 PLOG(ERROR) << "Pipe in ForkExecvp"; in ForkExecvp()
[all …]
/system/vold/model/
DObbVolume.cpp55 PLOG(ERROR) << getId() << " failed to create loop"; in doCreate()
62 PLOG(ERROR) << getId() << " failed to get loop size"; in doCreate()
69 PLOG(ERROR) << getId() << " failed to create dm"; in doCreate()
82 PLOG(WARNING) << getId() << " failed to destroy dm"; in doDestroy()
85 PLOG(WARNING) << getId() << " failed to destroy loop"; in doDestroy()
97 PLOG(ERROR) << getId() << " failed to create mount point"; in doMount()
104 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
DPrivateVolume.cpp73 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doCreate()
90 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doDestroy()
106 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount()
115 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
120 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
129 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
134 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
153 PLOG(ERROR) << getId() << " failed to prepare"; in doMount()
171 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath; in doUnmount()
194 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
[all …]
/system/core/debuggerd/
Dcrash_dump.cpp106 PLOG(WARNING) << "failed to detach from thread " << tid; in ptrace_seize_thread()
120 PLOG(ERROR) << "waitpid failed on " << tid << " while detaching"; in wait_for_stop()
141 PLOG(ERROR) << "failed to interrupt " << tid << " to detach"; in ptrace_interrupt()
150 PLOG(ERROR) << "unable to connect to activity manager"; in activity_manager_notify()
159 PLOG(ERROR) << "failed to set send timeout on activity manager socket"; in activity_manager_notify()
164 PLOG(ERROR) << "failed to set receive timeout on activity manager socket"; in activity_manager_notify()
173 PLOG(ERROR) << "AM pid write failed"; in activity_manager_notify()
178 PLOG(ERROR) << "AM signal write failed"; in activity_manager_notify()
182 PLOG(ERROR) << "AM data write failed"; in activity_manager_notify()
207 PLOG(FATAL) << "failed to set signal mask"; in DefuseSignalHandlers()
[all …]
/system/core/fs_mgr/libdm/
Dloop_control.cpp38 PLOG(ERROR) << "Failed to open loop-control"; in LoopControl()
61 PLOG(ERROR) << "Failed to open: " << *loopdev; in Attach()
69 PLOG(ERROR) << "Failed LOOP_SET_FD"; in Attach()
89 PLOG(ERROR) << "Failed to open: " << loopdev; in Detach()
95 PLOG(ERROR) << "Failed LOOP_CLR_FD for '" << loopdev << "'"; in Detach()
104 PLOG(ERROR) << "Failed to get free loop device"; in FindFreeLoopDevice()
126 PLOG(ERROR) << "Could not set loop device block size"; in EnableDirectIo()
130 PLOG(ERROR) << "Could not set loop direct IO"; in EnableDirectIo()
149 PLOG(ERROR) << "open failed for " << path; in LoopDevice()
/system/core/adb/client/
Dmain.cpp51 PLOG(FATAL) << "cannot open " << log_file_path; in setup_daemon_logging()
54 PLOG(FATAL) << "cannot redirect stdout"; in setup_daemon_logging()
57 PLOG(FATAL) << "cannot redirect stderr"; in setup_daemon_logging()
90 PLOG(FATAL) << "cannot make stdout unbuffered"; in adb_server_main()
93 PLOG(FATAL) << "cannot make stderr unbuffered"; in adb_server_main()
169 PLOG(FATAL) << "setsid() failed"; in adb_server_main()
201 PLOG(FATAL) << "error writing ACK to fd " << ack_reply_fd; in adb_server_main()
217 PLOG(ERROR) << "failed to readlink /proc/self/exe"; in adb_server_main()
223 PLOG(ERROR) << "failed to write server path to " << path; in adb_server_main()
/system/core/libsuspend/
Dautosuspend_wakeup_count.cpp76 PLOG(ERROR) << "error reading from " << sys_power_wakeup_count; in suspend_thread_func()
89 PLOG(ERROR) << "error waiting on semaphore"; in suspend_thread_func()
103 PLOG(ERROR) << "error writing to " << sys_power_wakeup_count; in suspend_thread_func()
109 PLOG(ERROR) << "error releasing semaphore"; in suspend_thread_func()
122 PLOG(ERROR) << "error opening " << sys_power_state; in init_state_fd()
143 PLOG(ERROR) << "error opening " << sys_power_wakeup_count; in autosuspend_init()
149 PLOG(ERROR) << "error creating suspend_lockout semaphore"; in autosuspend_init()
182 PLOG(ERROR) << "error changing semaphore"; in autosuspend_wakeup_count_enable()
200 PLOG(ERROR) << "error changing semaphore"; in autosuspend_wakeup_count_disable()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp59 PLOG(ERROR) << "libdebuggerd_client: failed to send signal to pid " << pid; in send_signal()
91 PLOG(WARNING) << "libdebuggerd_client: Failed to read \"" << path << "\""; in get_wchan_data()
147 PLOG(ERROR) << "libdebuggerd_client: failed to set receive timeout"; in debuggerd_trigger_dump()
151 PLOG(ERROR) << "libdebuggerd_client: failed to set send timeout"; in debuggerd_trigger_dump()
160 PLOG(ERROR) << "libdebugger_client: failed to create socket"; in debuggerd_trigger_dump()
166 PLOG(ERROR) << "libdebuggerd_client: failed to connect to tombstoned"; in debuggerd_trigger_dump()
175 PLOG(ERROR) << "libdebugger_client: failed to set timeout"; in debuggerd_trigger_dump()
182 PLOG(ERROR) << "libdebuggerd_client: failed to create pipe"; in debuggerd_trigger_dump()
197 PLOG(ERROR) << "failed to set pipe buffer size"; in debuggerd_trigger_dump()
203 PLOG(ERROR) << "libdebuggerd_client: failed to send output fd to tombstoned"; in debuggerd_trigger_dump()
[all …]
/system/memory/libmeminfo/
Dpageacct.cpp49 PLOG(ERROR) << "Failed to open /proc/kpagecount"; in InitPageAcct()
58 PLOG(ERROR) << "Failed to open /proc/kpageflags"; in InitPageAcct()
68 PLOG(ERROR) << "Failed to open page idle bitmap"; in InitPageAcct()
86 PLOG(ERROR) << "Failed to read page flags for page " << pfn; in PageFlags()
101 PLOG(ERROR) << "Failed to read map count for page " << pfn; in PageMapCount()
124 PLOG(ERROR) << "Failed to write page idle bitmap for page " << pfn; in MarkPageIdle()
136 PLOG(ERROR) << "Failed to read page idle bitmap for page " << pfn; in GetPageIdle()
/system/security/identity/
DUtil.cpp53 PLOG(ERROR) << "Error opening " << path; in fileGetContents()
59 PLOG(ERROR) << "Error statting " << path; in fileGetContents()
71 PLOG(ERROR) << "Failed reading from '" << path << "'"; in fileGetContents()
96 PLOG(ERROR) << "Error creating temp file for '" << path << "'"; in fileSetContents()
105 PLOG(ERROR) << "Failed writing into temp file for '" << path << "'"; in fileSetContents()
114 PLOG(ERROR) << "Failed fsyncing temp file for '" << path << "'"; in fileSetContents()
121 PLOG(ERROR) << "Error renaming temp file for '" << path << "'"; in fileSetContents()
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp103 PLOG(ERROR) << "Could not read file: " << dm_name_file; in DeviceMapperStackPop()
137 PLOG(ERROR) << "Failed to open: " << dm_leaf_dir; in DeviceMapperStackPop()
174 PLOG(ERROR) << "Failed to get stat for: " << file_path; in GetBlockDeviceForFile()
202 PLOG(ERROR) << "Failed to get stat for block device: " << *bdev_path; in GetBlockDeviceForFile()
207 PLOG(ERROR) << "File: " << *bdev_path << " is not a block device"; in GetBlockDeviceForFile()
217 PLOG(ERROR) << "Failed to get total size for: " << bdev_path; in GetBlockDeviceSize()
229 PLOG(ERROR) << "Failed to get size for file: " << file_path; in GetFileSize()
239 PLOG(ERROR) << "Failed to read file system status at: " << file_path; in PerformFileChecks()
282 PLOG(ERROR) << "Failed to lseek " << file_path; in FallocateFallback()
291 PLOG(ERROR) << "Write failed: " << file_path; in FallocateFallback()
[all …]
/system/nvram/hal/
Dfake_nvram_storage.cpp70 PLOG(ERROR) << "Failed to remove " << name; in DeleteFile()
85 PLOG(ERROR) << "Failed to open " << name; in LoadFile()
91 PLOG(ERROR) << "Failed to stat " << name; in LoadFile()
107 PLOG(ERROR) << "Failed to read " << name; in LoadFile()
123 PLOG(ERROR) << "Failed to open " << kTempFileName; in StoreFile()
129 PLOG(ERROR) << "Failed to write " << kTempFileName; in StoreFile()
136 PLOG(ERROR) << "Failed to sync " << kTempFileName; in StoreFile()
146 PLOG(ERROR) << "Failed to move " << kTempFileName << " to " << name; in StoreFile()
153 PLOG(ERROR) << "Failed to sync data directory"; in StoreFile()
Dfake_nvram.cpp124 PLOG(ERROR) << "Failed to read command from client socket"; in ProcessCommand()
143 PLOG(ERROR) << "Failed to write response to client socket"; in ProcessCommand()
164 PLOG(ERROR) << "Error accepting connection"; in ProcessMessages()
178 PLOG(ERROR) << "Failed to close connection socket after error"; in ProcessMessages()
191 PLOG(ERROR) << "Failed to close connection socket after error"; in ProcessMessages()
202 PLOG(ERROR) << "Failed to poll control socket"; in ProcessMessages()
220 PLOG(ERROR) << "Failed to listen on control socket"; in main()
232 PLOG(ERROR) << "Failed to open data directory"; in main()
/system/core/init/
Dswitch_root.cpp41 PLOG(FATAL) << "Failed to open /proc/mounts"; in GetMounts()
81 PLOG(FATAL) << "Unable to move mount at '" << mount_path << "'"; in SwitchRoot()
86 PLOG(FATAL) << "Could not chdir to new_root, '" << new_root << "'"; in SwitchRoot()
90 PLOG(FATAL) << "Unable to move root mount to new_root, '" << new_root << "'"; in SwitchRoot()
94 PLOG(FATAL) << "Unable to chroot to new root"; in SwitchRoot()
Dselinux.cpp121 PLOG(ERROR) << "Failed to create pipe"; in ForkExecveAndWaitForCompletion()
127 PLOG(ERROR) << "Failed to fork for " << filename; in ForkExecveAndWaitForCompletion()
139 PLOG(ERROR) << "Failed to redirect stderr of " << filename; in ForkExecveAndWaitForCompletion()
146 PLOG(ERROR) << "Failed to execve " << filename; in ForkExecveAndWaitForCompletion()
166 PLOG(ERROR) << "Failed to capture full output of " << filename; in ForkExecveAndWaitForCompletion()
181 PLOG(ERROR) << "Failed to wait for " << filename; in ForkExecveAndWaitForCompletion()
229 PLOG(INFO) << "No precompiled sepolicy"; in FindPrecompiledSplitPolicy()
234 PLOG(INFO) << "Failed to read " in FindPrecompiledSplitPolicy()
241 PLOG(INFO) << "Failed to read " in FindPrecompiledSplitPolicy()
248 PLOG(INFO) << "Failed to read " in FindPrecompiledSplitPolicy()
[all …]
Dfscrypt_init_extensions.cpp52 PLOG(ERROR) << "Failed to create keyring"; in FscryptInstallKeyring()
66 PLOG(ERROR) << "fts_read"; in delete_dir_contents()
77 PLOG(ERROR) << "rmdir " << cur->fts_path; in delete_dir_contents()
81 PLOG(ERROR) << "FTS unexpected type " << cur->fts_info << " at " << cur->fts_path; in delete_dir_contents()
89 PLOG(ERROR) << "unlink " << cur->fts_path; in delete_dir_contents()
96 PLOG(ERROR) << "fts_close"; in delete_dir_contents()
/system/core/fs_mgr/
Dfs_mgr_priv.h45 #define PINFO PLOG(INFO) << FS_MGR_TAG
46 #define PWARNING PLOG(WARNING) << FS_MGR_TAG
47 #define PERROR PLOG(ERROR) << FS_MGR_TAG
48 #define PFATAL PLOG(FATAL) << FS_MGR_TAG
/system/core/adb/libs/adbconnection/
Dadbconnection_server.cpp50 PLOG(ERROR) << "failed to create JDWP control socket"; in adbconnection_listen()
55 PLOG(ERROR) << "failed to bind JDWP control socket"; in adbconnection_listen()
60 PLOG(ERROR) << "failed to listen on JDWP control socket"; in adbconnection_listen()
78 PLOG(FATAL) << "epoll_wait failed"; in adbconnection_listen()
88 PLOG(WARNING) << "failed to accept client on JDWP control socket"; in adbconnection_listen()
97 PLOG(FATAL) << "failed to register JDWP client with epoll"; in adbconnection_listen()
/system/extras/simpleperf/
Devent_fd.cpp68 PLOG(ERROR) << "open perf_event_file (event " << event_name << ", tid " in OpenEventFile()
72 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", tid " in OpenEventFile()
80 PLOG(ERROR) << "fcntl(FD_CLOEXEC) for perf_event_file (event " in OpenEventFile()
84 PLOG(DEBUG) << "fcntl(FD_CLOEXEC) for perf_event_file (event " in OpenEventFile()
119 PLOG(ERROR) << "ioctl(" << (enable ? "enable" : "disable") << ")" << Name() << " failed"; in SetEnableEvent()
128 PLOG(ERROR) << "failed to set filter"; in SetFilter()
136 PLOG(ERROR) << "ReadCounter from " << Name() << " failed"; in InnerReadCounter()
169 PLOG(ERROR) << "mmap(" << mmap_pages << ") failed for " << Name(); in CreateMappedBuffer()
171 PLOG(DEBUG) << "mmap(" << mmap_pages << ") failed for " << Name(); in CreateMappedBuffer()
195 PLOG(ERROR) << "failed to share mapped buffer of " in ShareMappedBuffer()
[all …]
Dworkload.cpp86 PLOG(ERROR) << "pipe2() failed"; in CreateNewProcess()
92 PLOG(ERROR) << "pipe2() failed"; in CreateNewProcess()
100 PLOG(ERROR) << "fork() failed"; in CreateNewProcess()
148 PLOG(ERROR) << "child process failed to execvp(" << argv[0] << ")"; in ChildProcessFn()
151 PLOG(ERROR) << "child process failed to receive start_signal, nread = " << nread; in ChildProcessFn()
160 PLOG(ERROR) << "write start signal failed"; in Start()
167 PLOG(ERROR) << "failed to receive error message from child process"; in Start()
203 PLOG(ERROR) << "waitpid() failed"; in WaitChildProcess()
/system/core/libprocessgroup/
Dprocessgroup.cpp96 PLOG(ERROR) << "Failed to find cgroup for tid " << tid; in CgroupGetAttributePathForTask()
164 PLOG(WARNING) << "Failed to remove " << path; in RemoveUidProcessGroups()
189 PLOG(ERROR) << "Failed to open " << cgroup_root_path; in removeAllProcessGroups()
208 PLOG(WARNING) << "Failed to remove " << path; in removeAllProcessGroups()
241 PLOG(WARNING) << "Failed to open process cgroup uid " << uid << " pid " << initialPid; in DoKillProcessGroupOnce()
262 if (pgid == -1) PLOG(ERROR) << "getpgid(" << pid << ") failed"; in DoKillProcessGroupOnce()
286 PLOG(WARNING) << "kill(" << -pgid << ", " << signal << ") failed"; in DoKillProcessGroupOnce()
296 PLOG(WARNING) << "kill(" << pid << ", " << signal << ") failed"; in DoKillProcessGroupOnce()
339 PLOG(ERROR) << "Error encountered killing process cgroup uid " << uid << " pid " in KillProcessGroup()
389 PLOG(ERROR) << "Failed to make and chown " << uid_path; in createProcessGroup()
[all …]
/system/core/fs_mgr/libsnapshot/
Dsnapuserd.cpp44 PLOG(ERROR) << "Unable to open " << device; in daemon_main()
50 PLOG(ERROR) << "Unable to open /dev/dm-user"; in daemon_main()
67 PLOG(ERROR) << "Control read failed, trying with more space"; in daemon_main()
96 PLOG(ERROR) << "lseek failed: " << device; in daemon_main()
100 PLOG(ERROR) << "read failed: " << device; in daemon_main()
105 PLOG(ERROR) << "write control failed"; in daemon_main()

12345678910