Lines Matching refs:LOG

139         LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_;  in Umount()
142 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
195 LOG(WARNING) << "cannot find blank_screen in TurnOffBacklight"; in TurnOffBacklight()
199 LOG(WARNING) << "Could not start blank_screen service: " << result.error(); in TurnOffBacklight()
204 LOG(INFO) << "Calling /system/bin/vdc " << system << " " << cmd; in CallVdc()
218 LOG(WARNING) << "powerctl_shutdown_time_ms:" << std::to_string(t->duration().count()) << ":" in LogShutdownTime()
249 LOG(INFO) << "mount entry " << mentry->mnt_fsname << ":" << mentry->mnt_dir << " opts " in FindPartitionsToUmount()
269 LOG(INFO) << "Run lsof"; in DumpUmountDebuggingInfo()
336 LOG(ERROR) << "sem_wait failed and exit RebootMonitorThread()"; in RebootMonitorThread()
342 LOG(ERROR) << "clock_gettime() fail! exit RebootMonitorThread()"; in RebootMonitorThread()
350 LOG(INFO) << "shutdown_timeout_timespec.tv_sec: " << shutdown_timeout_timespec.tv_sec; in RebootMonitorThread()
359 LOG(ERROR) << "Reboot thread timed out"; in RebootMonitorThread()
365 LOG(INFO) << "Try to dump init process call trace:"; in RebootMonitorThread()
371 LOG(INFO) << "Show stack for all active CPU:"; in RebootMonitorThread()
374 LOG(INFO) << "Show tasks that are in disk sleep(uninterruptable sleep), which are " in RebootMonitorThread()
389 LOG(ERROR) << "Trigger crash at last!"; in RebootMonitorThread()
395 LOG(ERROR) << "clock_gettime() fail! exit RebootMonitorThread()"; in RebootMonitorThread()
402 LOG(INFO) << "remaining_shutdown_time: " << remaining_shutdown_time; in RebootMonitorThread()
428 LOG(INFO) << "umount timeout, last resort, kill all and try"; in TryUmountAndFsck()
437 LOG(INFO) << "Pause reboot monitor thread before fsck"; in TryUmountAndFsck()
446 LOG(INFO) << "Resume reboot monitor thread after fsck"; in TryUmountAndFsck()
459 LOG(INFO) << "No zram backing device configured"; in KillZramBackingDevice()
472 LOG(INFO) << "swapoff() start..."; in KillZramBackingDevice()
477 LOG(INFO) << "swapoff() took " << swap_timer;; in KillZramBackingDevice()
485 LOG(INFO) << backing_dev << " is not a loop device. Exiting early"; in KillZramBackingDevice()
500 LOG(INFO) << "zram_backing_dev: `" << backing_dev << "` is cleared successfully."; in KillZramBackingDevice()
508 LOG(INFO) << "Stopping " << services.size() << " services by sending " in StopServices()
538 LOG(ERROR) << "[service-misbehaving] : service '" << s->name() << "' is still running " in StopServicesAndLogViolations()
568 LOG(INFO) << "Reboot start, reason: " << reason << ", reboot_target: " << reboot_target; in DoReboot()
583 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()
588 LOG(ERROR) << "sem_init() fail and RebootSystem() return!"; in DoReboot()
593 LOG(INFO) << "Create reboot monitor thread."; in DoReboot()
631 LOG(ERROR) << "Could not start shutdown 'to_start' service '" << s->name() in DoReboot()
638 LOG(ERROR) << "Could not start shutdown critical service '" << s->name() in DoReboot()
699 LOG(INFO) << "vold not running, skipping vold shutdown"; in DoReboot()
706 LOG(INFO) << "sync() before umount..."; in DoReboot()
708 LOG(INFO) << "sync() before umount took" << sync_timer; in DoReboot()
713 LOG(INFO) << "Ready to unmount apexes. So far shutdown sequence took " << t; in DoReboot()
716 LOG(ERROR) << ret.error(); in DoReboot()
723 LOG(INFO) << "sync() after umount..."; in DoReboot()
725 LOG(INFO) << "sync() after umount took" << sync_timer; in DoReboot()
740 LOG(INFO) << "Entering shutdown mode"; in EnterShutdown()
751 LOG(INFO) << "Leaving shutdown mode"; in LeaveShutdown()
763 LOG(INFO) << "Userspace reboot initiated"; in DoUserspaceReboot()
799 LOG(INFO) << "sync() before terminating services..."; in DoUserspaceReboot()
801 LOG(INFO) << "sync() took " << sync_timer; in DoUserspaceReboot()
805 LOG(INFO) << "Timeout to terminate services: " << sigterm_timeout.count() << "ms " in DoUserspaceReboot()
831 LOG(INFO) << "sync() after stopping services..."; in DoUserspaceReboot()
833 LOG(INFO) << "sync() took " << sync_timer; in DoUserspaceReboot()
846 LOG(INFO) << "Removing service '" << s->name() << "' because it's defined in an APEX"; in DoUserspaceReboot()
853 LOG(INFO) << "Re-enabling service '" << s->name() << "'"; in DoUserspaceReboot()
866 LOG(ERROR) << "Userspace reboot didn't start in " << started_timeout.count() in UserspaceRebootWatchdogThread()
873 LOG(INFO) << "Starting userspace reboot watchdog"; in UserspaceRebootWatchdogThread()
875 LOG(INFO) << "UserspaceRebootWatchdog timeout: " << watchdog_timeout.count() << "ms"; in UserspaceRebootWatchdogThread()
877 LOG(ERROR) << "Failed to boot in " << watchdog_timeout.count() in UserspaceRebootWatchdogThread()
884 LOG(INFO) << "Device booted, stopping userspace reboot watchdog"; in UserspaceRebootWatchdogThread()
889 LOG(ERROR) << "Attempted a userspace reboot on a device that doesn't support it"; in HandleUserspaceReboot()
906 LOG(INFO) << "Clearing queue and starting userspace-reboot-requested trigger"; in HandleUserspaceReboot()
965 LOG(INFO) << "Userspace reboot requested"; in HandlePowerctlMessage()
979 LOG(ERROR) << "reboot-bootloader: Error writing " in HandlePowerctlMessage()
986 LOG(ERROR) << "Failed to read bootloader message: " << err; in HandlePowerctlMessage()
993 LOG(ERROR) << "Failed to set bootloader message: " << err; in HandlePowerctlMessage()
1006 LOG(ERROR) << "Failed to set bootloader message: " << err; in HandlePowerctlMessage()
1021 LOG(ERROR) << "powerctl: unrecognized command '" << command << "'"; in HandlePowerctlMessage()
1034 LOG(INFO) << "Clear action queue and start shutdown trigger"; in HandlePowerctlMessage()