Lines Matching refs:INFO

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()
204 LOG(INFO) << "Calling /system/bin/vdc " << system << " " << cmd; in CallVdc()
249 LOG(INFO) << "mount entry " << mentry->mnt_fsname << ":" << mentry->mnt_dir << " opts " in FindPartitionsToUmount()
269 LOG(INFO) << "Run lsof"; in DumpUmountDebuggingInfo()
350 LOG(INFO) << "shutdown_timeout_timespec.tv_sec: " << shutdown_timeout_timespec.tv_sec; 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()
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()
568 LOG(INFO) << "Reboot start, reason: " << reason << ", reboot_target: " << reboot_target; in DoReboot()
583 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()
593 LOG(INFO) << "Create reboot monitor thread."; 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()
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()
873 LOG(INFO) << "Starting userspace reboot watchdog"; in UserspaceRebootWatchdogThread()
875 LOG(INFO) << "UserspaceRebootWatchdog timeout: " << watchdog_timeout.count() << "ms"; in UserspaceRebootWatchdogThread()
884 LOG(INFO) << "Device booted, stopping userspace reboot watchdog"; in UserspaceRebootWatchdogThread()
906 LOG(INFO) << "Clearing queue and starting userspace-reboot-requested trigger"; in HandleUserspaceReboot()
965 LOG(INFO) << "Userspace reboot requested"; in HandlePowerctlMessage()
1034 LOG(INFO) << "Clear action queue and start shutdown trigger"; in HandlePowerctlMessage()