Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/system/update_engine/
Dupdate_engine_client.cc76 LOG(ERROR) << "UpdateEngineService not available."; in OnInit()
126 LOG(ERROR) << error; in IPCError()
144 LOG(INFO) << "Got status update:"; in HandleStatusUpdate()
145 LOG(INFO) << " last_checked_time: " << last_checked_time; in HandleStatusUpdate()
146 LOG(INFO) << " progress: " << progress; in HandleStatusUpdate()
147 LOG(INFO) << " current_operation: " in HandleStatusUpdate()
149 LOG(INFO) << " new_version: " << new_version; in HandleStatusUpdate()
150 LOG(INFO) << " new_size: " << new_size; in HandleStatusUpdate()
169 LOG(WARNING) << "Will try " << retry_count << " more times!"; in ShowStatus()
232 LOG(ERROR) << "Update failed, current operation is " in HandleStatusUpdate()
[all …]
Dupdate_attempter.cc185 LOG(WARNING) << "Last reported daily metrics " in CheckAndReportDailyMetrics()
193 LOG(INFO) << "Last reported daily metrics " in CheckAndReportDailyMetrics()
197 LOG(INFO) << "Last reported daily metrics " in CheckAndReportDailyMetrics()
203 LOG(INFO) << "Reporting daily metrics."; in CheckAndReportDailyMetrics()
228 LOG(ERROR) << "The OS age (" << utils::FormatTimeDelta(age) in ReportOSAge()
260 LOG(INFO) << "Not updating b/c we already updated and we're waiting for " in Update()
310 LOG(INFO) << "Device policies/settings present"; in RefreshDevicePolicy()
312 LOG(INFO) << "No device policies/settings present."; in RefreshDevicePolicy()
330 LOG(INFO) << "p2p is not enabled - disallowing p2p for both" in CalculateP2PParams()
336 LOG(INFO) << "Non-interactive check - allowing p2p for downloading"; in CalculateP2PParams()
[all …]
Dmetrics_reporter_omaha.cc130 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(os_age) << " for metric " in ReportDailyMetrics()
152 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; in ReportUpdateCheckMetrics()
159 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; in ReportUpdateCheckMetrics()
165 LOG(INFO) << "Sending " << value << " for metric " << metric << " (sparse)"; in ReportUpdateCheckMetrics()
175 LOG(INFO) << "Sending " << utils::FormatTimeDelta(time_since_last) in ReportUpdateCheckMetrics()
189 LOG(INFO) << "Sending " << utils::FormatTimeDelta(uptime_since_last) in ReportUpdateCheckMetrics()
204 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result) in ReportAbnormallyTerminatedUpdateAttemptMetrics()
222 LOG(INFO) << "Uploading " << attempt_number << " for metric " << metric; in ReportUpdateAttemptMetrics()
230 LOG(INFO) << "Uploading " << utils::ToString(payload_type) << " for metric " in ReportUpdateAttemptMetrics()
235 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(duration) in ReportUpdateAttemptMetrics()
[all …]
Dboot_control_android.cc60 LOG(ERROR) << "Error getting bootctrl HIDL module."; in Init()
64 LOG(INFO) << "Loaded boot control hidl hal."; in Init()
104 LOG(ERROR) << "Device file " << misc_device.value() << " for /misc " in GetPartitionDevice()
116 LOG(ERROR) << "boot_control impl returned no suffix for slot " in GetPartitionDevice()
123 LOG(ERROR) << "Device file " << path.value() << " does not exist."; in GetPartitionDevice()
134 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
140 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable()
150 LOG(ERROR) << "Unable to call MarkSlotUnbootable for slot " in MarkSlotUnbootable()
156 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable()
166 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot()
[all …]
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp117 LOG(WARNING) << fileName << " is too small. " << byteCount << " bytes required"; in readBytes()
129 LOG(WARNING) << fileName << " does not start with the expected bytes (tzdata)"; in checkValidTzDataHeader()
176 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
180 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
187 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
193 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag; in deleteFn()
221 LOG(INFO) << "Path " << fileToDelete << " does not exist"; in deleteFile()
225 LOG(WARNING) << "Path " << fileToDelete << " failed to stat() or is not a file."; in deleteFile()
251 LOG(INFO) << "Path " << dirToDelete << " does not exist"; in deleteDir()
255 LOG(WARNING) << "Path " << dirToDelete << " failed to stat() or is not a directory."; in deleteDir()
[all …]
/system/extras/libperfmgr/
DHintManager.cc34 LOG(ERROR) << "NodeLooperThread not present"; in ValidateHint()
38 LOG(ERROR) << "PowerHint type not present in actions: " << hint_type; in ValidateHint()
45 LOG(VERBOSE) << "Do Powerhint: " << hint_type; in DoHint()
53 LOG(VERBOSE) << "Do Powerhint: " << hint_type << " for " in DoHint()
66 LOG(VERBOSE) << "End Powerhint: " << hint_type; in EndHint()
92 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
97 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
107 LOG(ERROR) << "Failed to read JSON config from " << config_path; in GetFromJSON()
113 LOG(ERROR) << "Failed to parse Nodes section from " << config_path; in GetFromJSON()
120 LOG(ERROR) << "Failed to parse Actions section from " << config_path; in GetFromJSON()
[all …]
/system/tpm/trunks/
Dtrunks_client.cc84 LOG(ERROR) << "Error allocating PCR:" << trunks::GetErrorString(result); in AllocatePCR()
97 LOG(ERROR) << "Error taking ownership: " << trunks::GetErrorString(rc); in TakeOwnership()
107 LOG(ERROR) << "Failed to read TPM state: " in DumpStatus()
142 LOG(ERROR) << "ReadPCR: " << trunks::GetErrorString(result); in ReadPCR()
155 LOG(ERROR) << "ExtendPCR: " << trunks::GetErrorString(result); in ExtendPCR()
197 LOG(INFO) << "Running RNG test."; in main()
199 LOG(ERROR) << "Error running RNGtest."; in main()
202 LOG(INFO) << "Running RSA key tests."; in main()
204 LOG(ERROR) << "Error running SignTest."; in main()
208 LOG(ERROR) << "Error running DecryptTest."; in main()
[all …]
Dtrunks_client_test.cc76 LOG(ERROR) << "Error starting hmac session."; in RNGTest()
84 LOG(ERROR) << "Error stirring TPM RNG: " << GetErrorString(result); in RNGTest()
90 LOG(ERROR) << "Error getting random bytes from TPM: " in RNGTest()
95 LOG(ERROR) << "Error not enough random bytes received."; in RNGTest()
105 LOG(ERROR) << "Error starting hmac session."; in SignTest()
115 LOG(ERROR) << "Error creating signing key: " << GetErrorString(result); in SignTest()
121 LOG(ERROR) << "Error loading signing key: " << GetErrorString(result); in SignTest()
130 LOG(ERROR) << "Error using key to sign: " << GetErrorString(result); in SignTest()
136 LOG(ERROR) << "Error using key to verify: " << GetErrorString(result); in SignTest()
146 LOG(ERROR) << "Error starting hmac session."; in DecryptTest()
[all …]
Dtpm_utility_impl.cc88 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in Startup()
93 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in Startup()
115 LOG(INFO) << __func__ in Clear()
121 LOG(ERROR) << __func__ in Clear()
131 LOG(ERROR) << __func__ in Shutdown()
141 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in InitializeTpm()
146 LOG(WARNING) << __func__ in InitializeTpm()
150 LOG(WARNING) << __func__ << ": WARNING: The TPM is currently in lockout."; in InitializeTpm()
165 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in InitializeTpm()
170 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in InitializeTpm()
[all …]
/system/bt/tools/mcap_tool/
Dmcap_test_app.cc116 LOG(ERROR) << "callback is null"; in Register()
138 LOG(ERROR) << "Application not registered"; in ConnectMcl()
143 LOG(INFO) << "MCL does not exist, creating new MCL"; in ConnectMcl()
148 LOG(ERROR) << "MCL is still active, cannot make another connection"; in ConnectMcl()
157 LOG(ERROR) << "Data callback is null"; in CreateMdep()
195 LOG(INFO) << "Removing MCL handle " << (int)mcl_handle; in RemoveMclByHandle()
200 LOG(INFO) << "Removed MCL handle " << (int)mcl_handle; in RemoveMclByHandle()
215 LOG(ERROR) << "MCAP handle mismatch, self=" << _mcap_handle in ControlCallback()
228 LOG(ERROR) << "No MCL for mcl_handle " << (int)mcl; in ControlCallback()
232 LOG(ERROR) << "MCL " << (int)mcl << " not connected"; in ControlCallback()
[all …]
Dmcap_test_mcl.cc44 LOG(ERROR) << "MCL is not connected"; in Disconnect()
55 LOG(ERROR) << "MCL is not connected"; in AllocateMdl()
59 LOG(ERROR) << "mdl_id=" << mdl_id << "already exists"; in AllocateMdl()
63 LOG(ERROR) << "No more avaible MDL, currently " << _mdl_list.size(); in AllocateMdl()
75 LOG(ERROR) << "MCL is not connected"; in CreateMdl()
80 LOG(INFO) << "mdl_id=" << mdl_id << "does not exists, creating new one"; in CreateMdl()
87 LOG(ERROR) << "mdl_id=" << mdl_id << "is already connected with handle " in CreateMdl()
104 LOG(ERROR) << "MCL is not connected"; in CreateMdlResponse()
109 LOG(INFO) << "mdl_id=" << mdl_id << " does not exists, creating new one"; in CreateMdlResponse()
112 LOG(ERROR) << "MDL cannot be created"; in CreateMdlResponse()
[all …]
/system/core/libsuspend/
Dautosuspend_wakeup_count.cpp72 LOG(VERBOSE) << "read wakeup_count"; in suspend_thread_func()
82 LOG(ERROR) << "empty wakeup count"; in suspend_thread_func()
86 LOG(VERBOSE) << "wait"; in suspend_thread_func()
93 LOG(VERBOSE) << "write " << wakeup_count << " to wakeup_count"; in suspend_thread_func()
95 LOG(VERBOSE) << "write " << sleep_state << " to " << sys_power_state; in suspend_thread_func()
106 LOG(VERBOSE) << "release sem"; in suspend_thread_func()
127 LOG(INFO) << "init_state_fd success"; in init_state_fd()
155 LOG(ERROR) << "error creating thread: " << strerror(ret); in autosuspend_init()
159 LOG(VERBOSE) << "autosuspend_init success"; in autosuspend_init()
172 LOG(VERBOSE) << "autosuspend_wakeup_count_enable"; in autosuspend_wakeup_count_enable()
[all …]
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp86 LOG(INFO) << "subscribe scan result for interface with index: " in ScannerImpl()
108 LOG(INFO) << "Unsubscribe scan result for interface with index: " in Invalidate()
117 LOG(DEBUG) << "Calling on a invalid scanner object." in CheckIsValid()
128 LOG(ERROR) << "Failed to get scan results via NL80211"; in getScanResults()
140 LOG(ERROR) << "Failed to get scan results via Offload HAL"; in getPnoScanResults()
144 LOG(ERROR) << "Failed to get scan results via NL80211"; in getPnoScanResults()
158 LOG(WARNING) << "Scan already started"; in scan()
166 LOG(DEBUG) << "Ignoring scan type because device does not support it"; in scan()
205 LOG(VERBOSE) << "startPnoScan"; in startPnoScan()
231 LOG(VERBOSE) << "Pno scans requested over Offload HAL"; in StartPnoScanOffload()
[all …]
/system/connectivity/wificond/net/
Dnetlink_utils.cpp110 LOG(ERROR) << "NL80211_CMD_GET_WIPHY dump failed"; in GetWiphyIndex()
114 LOG(DEBUG) << "No wiphy is found"; in GetWiphyIndex()
119 LOG(ERROR) << "Receive ERROR message: " in GetWiphyIndex()
124 LOG(ERROR) << "Wrong message type for new interface message: " in GetWiphyIndex()
129 LOG(ERROR) << "Wrong command in response to " in GetWiphyIndex()
135 LOG(ERROR) << "Failed to get wiphy index from reply message"; in GetWiphyIndex()
155 LOG(ERROR) << "NL80211_CMD_GET_INTERFACE dump failed"; in GetInterfaces()
159 LOG(ERROR) << "No interface is found"; in GetInterfaces()
164 LOG(ERROR) << "Receive ERROR message: " in GetInterfaces()
169 LOG(ERROR) << "Wrong message type for new interface message: " in GetInterfaces()
[all …]
Dnetlink_manager.cpp73 LOG(ERROR) << "Unknown bandwidth type: " << bandwidth; in getBandwidthType()
98 LOG(ERROR) << "Failed to read packet from buffer"; in ReceivePacketAndRunHandler()
109 LOG(ERROR) << "payload is broken."; in ReceivePacketAndRunHandler()
117 LOG(ERROR) << "Receive invalid packet"; in ReceivePacketAndRunHandler()
134 LOG(WARNING) << "No handler for message: " << sequence_number; in ReceivePacketAndRunHandler()
146 LOG(ERROR) << "Get message overrun notification"; in ReceivePacketAndRunHandler()
171 LOG(ERROR) << "Wrong message type for new family message"; in OnNewFamily()
175 LOG(ERROR) << "Wrong command for new family message"; in OnNewFamily()
180 LOG(ERROR) << "Failed to get family id"; in OnNewFamily()
185 LOG(ERROR) << "Failed to get family name"; in OnNewFamily()
[all …]
/system/bt/profile/avrcp/
Dconnection_handler.cc93 LOG(INFO) << "Attempting to connect to device " << bdaddr; in ConnectDevice()
97 LOG(WARNING) << "Already connected to device with address " << bdaddr; in ConnectDevice()
105 LOG(INFO) << __PRETTY_FUNCTION__ in ConnectDevice()
108 LOG(ERROR) << "Failed to do SDP: status=" << loghex(status) in ConnectDevice()
145 LOG(INFO) << __PRETTY_FUNCTION__; in SdpLookup()
168 LOG(INFO) << "Connect to device " << bdaddr.ToString(); in AvrcpConnect()
189 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AvrcpConnect()
199 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in InitiatorControlCb()
205 LOG(INFO) << __PRETTY_FUNCTION__ << ": Connection Opened Event"; in InitiatorControlCb()
209 LOG(ERROR) << "Features do not exist even though SDP should have been " in InitiatorControlCb()
[all …]
/system/extras/boottime_tools/bootio/
Dbootio.cpp54 LOG(ERROR) << "Failed to create data collector"; in PrintBootIo()
62 LOG(ERROR) << "Kernel doesn't support I/O profiling."; in StartDataCollection()
76 LOG(ERROR) << "Invalid value in start file." << start; in StartDataCollection()
82 LOG(INFO) << "No profiling requested. Exiting"; in StartDataCollection()
87 LOG(ERROR) << "Boot I/O: failed to parse string:" << start; in StartDataCollection()
92 LOG(ERROR) << "Bad values for bootio. timeout=" << timeout << in StartDataCollection()
97 LOG(INFO) << "Boot I/O: collecting data. samples=" << samples << "timeout=" << timeout; in StartDataCollection()
102 LOG(ERROR) << "Failed to create data collector"; in StartDataCollection()
113 LOG(INFO) << "Bootio started"; in main()
128 LOG(ERROR) << "Invalid option: " << option_name; in main()
[all …]
/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp56 LOG(INFO) << "Confirming repeating utf8 strings works."; in ConfirmUtf8InCppStringRepeat()
62 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\"" in ConfirmUtf8InCppStringRepeat()
73 LOG(ERROR) << "RepeatNullableUtf8CppString(null) did not return null"; in ConfirmUtf8InCppStringRepeat()
82 LOG(ERROR) << "Got status=" << status.toString8() << " while repeating " in ConfirmUtf8InCppStringRepeat()
87 LOG(ERROR) << "Got null reply while repeating nullable utf8 string " in ConfirmUtf8InCppStringRepeat()
92 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\"" in ConfirmUtf8InCppStringRepeat()
104 LOG(INFO) << "Confirming passing and returning utf8 string arrays works."; in ConfirmUtf8InCppStringArrayReverse()
120 LOG(INFO) << "Confirming reversing a list of utf8 strings works"; in ConfirmUtf8InCppStringCollectionReverse()
124 LOG(ERROR) << "Reversing null list of utf8 strings failed."; in ConfirmUtf8InCppStringCollectionReverse()
135 LOG(ERROR) << "Reversing list of utf8 strings failed."; in ConfirmUtf8InCppStringCollectionReverse()
[all …]
/system/vold/
DEncryptInplace.cpp104 LOG(WARNING) << "Error getting time"; in update_progress()
135 LOG(INFO) << "Encrypted to sector " << offset / info.block_size * CRYPT_SECTOR_SIZE; in log_progress()
141LOG(INFO) << "Encrypting from sector " << data->offset / info.block_size * CRYPT_SECTOR_SIZE; in log_progress()
156 LOG(VERBOSE) << "Copying " << data->count << " blocks at offset " << data->offset; in flush_outstanding_data()
159 LOG(ERROR) << "Error reading real_blkdev " << data->real_blkdev << " for inplace encrypt"; in flush_outstanding_data()
164 LOG(ERROR) << "Error writing crypto_blkdev " << data->crypto_blkdev in flush_outstanding_data()
187 LOG(ERROR) << "Failed to allocate crypto buffer"; in encrypt_groups()
193 LOG(ERROR) << "failed to allocate block bitmap"; in encrypt_groups()
198 LOG(INFO) << "Encrypting group " << i; in encrypt_groups()
209 LOG(ERROR) << "failed to read all of block group bitmap " << i; in encrypt_groups()
[all …]
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc51 LOG(ERROR) << "FilesystemVerifierAction missing input object."; in PerformAction()
57 LOG(INFO) << "No partitions to verify."; in PerformAction()
108 LOG(INFO) << "Hashing partition " << partition_index_ << " (" in StartPartitionHashing()
121 LOG(ERROR) << "Unable to open " << part_path << " for reading"; in StartPartitionHashing()
151 LOG(ERROR) << "Unable to schedule an asynchronous read from the stream."; in ScheduleRead()
163 LOG(ERROR) << "Unable to update the hash."; in OnReadDoneCallback()
175 LOG(ERROR) << "Failed to read the remaining " << remaining_size_ in OnReadDoneCallback()
188 LOG(ERROR) << "Asynchronous read failed."; in OnReadErrorCallback()
194 LOG(ERROR) << "Unable to finalize the hash."; in FinishPartitionHashing()
199 LOG(INFO) << "Hash of " << partition.name << ": " in FinishPartitionHashing()
[all …]
/system/bt/hci/src/
Dhci_layer_linux.cc118 LOG(FATAL) << "This packet filled buffer, if it have continuation we " in monitor_socket()
149 LOG(FATAL) << "Unexpected event type: " << +type; in monitor_socket()
158 if (res <= 0) LOG(INFO) << "Nothing more to read"; in monitor_socket()
161 LOG(INFO) << "exitting"; in monitor_socket()
171 LOG(INFO) << __func__; in hci_initialize()
183 LOG(INFO) << "Using interface hci" << +hci_interface; in hci_initialize()
198 LOG(FATAL) << "HCI interface hci" << +hci_interface << " not found"; in hci_initialize()
207 LOG(FATAL) << "socket bind error " << strerror(errno); in hci_initialize()
212 LOG(FATAL) << "socketpair failed: " << strerror(errno); in hci_initialize()
221 LOG(INFO) << "HCI device ready"; in hci_initialize()
[all …]
/system/bt/service/example/heart_rate/
Dserver_main.cc61 LOG(ERROR) << "The Bluetooth daemon has died. Aborting."; in binderDied()
85 LOG(ERROR) << "Failed to set up logging"; in main()
93 LOG(INFO) << "Starting GATT Heart Rate Service sample"; in main()
98 LOG(ERROR) << "Failed to get service binder: '" << kServiceName in main()
107 LOG(ERROR) << "Bluetooth is not enabled."; in main()
118 LOG(ERROR) << "Failed to register DeathRecipient for IBluetooth"; in main()
132 LOG(INFO) << "Heart Rate service started successfully"; in main()
136 LOG(ERROR) << "Starting Heart Rate server failed asynchronously"; in main()
148 LOG(ERROR) << "Failed to start Heart Rate server"; in main()
158 LOG(INFO) << "Exiting"; in main()
/system/update_engine/common/
Daction_processor.cc46 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type(); in StartProcessing()
58 LOG(INFO) << "ActionProcessor: aborted " in StopProcessing()
75 LOG(WARNING) << "Called SuspendProcessing while not processing."; in SuspendProcessing()
82 LOG(INFO) << "ActionProcessor: suspending " << current_action_->Type(); in SuspendProcessing()
88 LOG(WARNING) << "Called ResumeProcessing while not suspended."; in ResumeProcessing()
95 LOG(INFO) << "ActionProcessor: resuming " << current_action_->Type(); in ResumeProcessing()
102 LOG(INFO) << "ActionProcessor: resuming processing"; in ResumeProcessing()
116 LOG(INFO) << "ActionProcessor: finished " in ActionComplete()
121 LOG(INFO) << "ActionProcessor: Aborting processing due to failure."; in ActionComplete()
143 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type(); in StartNextActionOrFinish()
/system/tpm/attestation/server/
Dpkcs11_key_store.cc62 LOG(INFO) << "PKCS #11 is not available."; in ScopedSession()
67 LOG(ERROR) << "Failed to open PKCS #11 session."; in ScopedSession()
74 LOG(WARNING) << "Failed to close PKCS #11 session."; in ~ScopedSession()
99 LOG(ERROR) << "Pkcs11KeyStore: No token for user."; in Read()
104 LOG(ERROR) << "Pkcs11KeyStore: Failed to open token session."; in Read()
109 LOG(WARNING) << "Pkcs11KeyStore: Key does not exist: " << key_name; in Read()
116 LOG(ERROR) << "Pkcs11KeyStore: Failed to read key data: " << key_name; in Read()
123 LOG(ERROR) << "Pkcs11KeyStore: Failed to read key data: " << key_name; in Read()
139 LOG(ERROR) << "Pkcs11KeyStore: No token for user."; in Write()
144 LOG(ERROR) << "Pkcs11KeyStore: Failed to open token session."; in Write()
[all …]
/system/extras/libperfmgr/tools/
DConfigVerifier.cc37 LOG(ERROR) << "Failed to read JSON config from " << config_path; in VerifyNodes()
43 LOG(ERROR) << "Failed to parse Nodes section from " << config_path; in VerifyNodes()
56 LOG(ERROR) << "Failed to write to node: " << node->GetPath() in VerifyNodes()
60 LOG(VERBOSE) << "Wrote to node: " << node->GetPath() in VerifyNodes()
96 LOG(INFO) << usage; in printUsage()
103 LOG(ERROR) << "Failed to Parse JSON config"; in execConfig()
107 LOG(INFO) << "Do hint: " << hint; in execConfig()
111 LOG(INFO) << "End hint: " << hint; in execConfig()
122 LOG(WARNING) << "Running as root might mask node permission"; in main()
162 LOG(ERROR) << "Need specify JSON config"; in main()
[all …]

12345678910>>...23