Lines Matching refs:INFO

138         LOG(INFO) << "Unmounting " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_;  in Umount()
141 LOG(INFO) << "Umounted " << mnt_fsname_ << ":" << mnt_dir_ << " opts " << mnt_opts_; in Umount()
203 LOG(INFO) << "Calling /system/bin/vdc " << system << " " << cmd; in CallVdc()
248 LOG(INFO) << "mount entry " << mentry->mnt_fsname << ":" << mentry->mnt_dir << " opts " in FindPartitionsToUmount()
268 LOG(INFO) << "Run lsof"; in DumpUmountDebuggingInfo()
349 LOG(INFO) << "shutdown_timeout_timespec.tv_sec: " << shutdown_timeout_timespec.tv_sec; in RebootMonitorThread()
364 LOG(INFO) << "Try to dump init process call trace:"; in RebootMonitorThread()
370 LOG(INFO) << "Show stack for all active CPU:"; in RebootMonitorThread()
373 LOG(INFO) << "Show tasks that are in disk sleep(uninterruptable sleep), which are " in RebootMonitorThread()
401 LOG(INFO) << "remaining_shutdown_time: " << remaining_shutdown_time; in RebootMonitorThread()
427 LOG(INFO) << "umount timeout, last resort, kill all and try"; in TryUmountAndFsck()
436 LOG(INFO) << "Pause reboot monitor thread before fsck"; in TryUmountAndFsck()
445 LOG(INFO) << "Resume reboot monitor thread after fsck"; in TryUmountAndFsck()
465 LOG(INFO) << "Zram has not been swapped on"; in KillZramBackingDevice()
470 LOG(INFO) << "No zram backing device configured"; in KillZramBackingDevice()
483 LOG(INFO) << "swapoff() start..."; in KillZramBackingDevice()
488 LOG(INFO) << "swapoff() took " << swap_timer;; in KillZramBackingDevice()
496 LOG(INFO) << backing_dev << " is not a loop device. Exiting early"; in KillZramBackingDevice()
511 LOG(INFO) << "zram_backing_dev: `" << backing_dev << "` is cleared successfully."; in KillZramBackingDevice()
521 LOG(INFO) << "Stopping " << services.size() << " services by sending " in StopServices()
584 LOG(INFO) << "Reboot start, reason: " << reason << ", reboot_target: " << reboot_target; in DoReboot()
599 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()
609 LOG(INFO) << "Create reboot monitor thread."; in DoReboot()
718 LOG(INFO) << "vold not running, skipping vold shutdown"; in DoReboot()
725 LOG(INFO) << "sync() before umount..."; in DoReboot()
727 LOG(INFO) << "sync() before umount took" << sync_timer; in DoReboot()
732 LOG(INFO) << "Ready to unmount apexes. So far shutdown sequence took " << t; in DoReboot()
742 LOG(INFO) << "sync() after umount..."; in DoReboot()
744 LOG(INFO) << "sync() after umount took" << sync_timer; in DoReboot()
759 LOG(INFO) << "Entering shutdown mode"; in EnterShutdown()
770 LOG(INFO) << "Leaving shutdown mode"; in LeaveShutdown()
782 LOG(INFO) << "Userspace reboot initiated"; in DoUserspaceReboot()
818 LOG(INFO) << "sync() before terminating services..."; in DoUserspaceReboot()
820 LOG(INFO) << "sync() took " << sync_timer; in DoUserspaceReboot()
824 LOG(INFO) << "Timeout to terminate services: " << sigterm_timeout.count() << "ms " in DoUserspaceReboot()
865 LOG(INFO) << "sync() after stopping services..."; in DoUserspaceReboot()
867 LOG(INFO) << "sync() took " << sync_timer; in DoUserspaceReboot()
880 LOG(INFO) << "Removing service '" << s->name() << "' because it's defined in an APEX"; in DoUserspaceReboot()
888 LOG(INFO) << "Re-enabling service '" << s->name() << "'"; in DoUserspaceReboot()
909 LOG(INFO) << "Starting userspace reboot watchdog"; in UserspaceRebootWatchdogThread()
911 LOG(INFO) << "UserspaceRebootWatchdog timeout: " << watchdog_timeout.count() << "ms"; in UserspaceRebootWatchdogThread()
920 LOG(INFO) << "Device booted, stopping userspace reboot watchdog"; in UserspaceRebootWatchdogThread()
942 LOG(INFO) << "Clearing queue and starting userspace-reboot-requested trigger"; in HandleUserspaceReboot()
1001 LOG(INFO) << "Userspace reboot requested"; in HandlePowerctlMessage()
1070 LOG(INFO) << "Clear action queue and start shutdown trigger"; in HandlePowerctlMessage()