Home
last modified time | relevance | path

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

12345678910>>...23

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp72 LOG(ERROR) << "Cannot enable inc_check and dec_check at the same time"; in getIntFromJsonValues()
77 LOG(ERROR) << "Values size is invalid"; in getIntFromJsonValues()
84 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " min=" << last; in getIntFromJsonValues()
88 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " max=" << last; in getIntFromJsonValues()
92 LOG(INFO) << "[" << i << "]: " << ret[i]; in getIntFromJsonValues()
105 LOG(ERROR) << "Cannot enable inc_check and dec_check at the same time"; in getFloatFromJsonValues()
110 LOG(ERROR) << "Values size is invalid"; in getFloatFromJsonValues()
117 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " min=" << last; in getFloatFromJsonValues()
121 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " max=" << last; in getFloatFromJsonValues()
125 LOG(INFO) << "[" << i << "]: " << ret[i]; in getFloatFromJsonValues()
[all …]
Dthermal_watcher.cpp50 LOG(ERROR) << __func__ << "nl_groups: " << nla->nl_groups << ", nl_pid: " << nla->nl_pid; in nlErrorHandle()
60 LOG(VERBOSE) << __func__ << ": nlmsg type: " << nlh->nlmsg_type; in nlFinishHandle()
70 LOG(VERBOSE) << __func__ << ": nlmsg type: " << nlh->nlmsg_type; in nlAckHandle()
80 LOG(VERBOSE) << __func__ << ": nlmsg type: " << nlh->nlmsg_type; in nlSeqCheckHandle()
123 LOG(ERROR) << __func__ << "Multicast group not found"; in nlFamilyHandle()
168 LOG(INFO) << group << " multicast_id: " << grp.id; in nlGetMulticastId()
176 LOG(ERROR) << "Failed to get multicast id: " << group; in socketAddMembership()
181 LOG(ERROR) << "Failed to add netlink socket membership: " << group; in socketAddMembership()
185 LOG(INFO) << "Added netlink socket membership: " << group; in socketAddMembership()
198 LOG(INFO) << "THERMAL_GENL_EVENT_TZ_TRIP_UP"; in handleEvent()
[all …]
/hardware/nxp/keymint/transport/
DOmapiTransport.cpp79 LOG(INFO) << "Session Timer expired !!"; in omapiSessionTimerFunc()
91 LOG(ERROR) in BinderDiedCallback()
96 LOG(ERROR) in BinderDiedCallback()
112 LOG(INFO) << "OmapiTransport destructor cleaning up death recipient cookie(" in ~OmapiTransport()
120 LOG(DEBUG) << "Initialize the secure element connection"; in initialize()
132 LOG(ERROR) << "Failed to start omapiSeService null"; in initialize()
143 LOG(INFO) << "linkToDeath on OMAPI service with cookie: " << cookieKey; in initialize()
159 LOG(ERROR) << "getReaders failed to get available readers: " << status.getMessage(); in initialize()
168 LOG(ERROR) << "getReader for " << readerName.c_str() << " Failed: " in initialize()
177 LOG(DEBUG) << "Finding eSE reader"; in initialize()
[all …]
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp80 LOG(ERROR) << __func__ << debugMessage() << " already in use"; in registerPort()
105 LOG(DEBUG) << __func__ << debugMessage(); in registerPort()
114 LOG(VERBOSE) << __func__ in initSessionType()
120 LOG(VERBOSE) << __func__ << ": device=AUDIO_DEVICE_OUT_HEARING_AID (MEDIA/VOICE) (" in initSessionType()
125 LOG(VERBOSE) << __func__ << ": device=AUDIO_DEVICE_OUT_BLE_HEADSET (MEDIA/VOICE) (" in initSessionType()
130 LOG(VERBOSE) << __func__ << ": device=AUDIO_DEVICE_OUT_BLE_SPEAKER (MEDIA) (" in initSessionType()
135 LOG(VERBOSE) << __func__ << ": device=AUDIO_DEVICE_IN_BLE_HEADSET (VOICE) (" in initSessionType()
140 LOG(VERBOSE) << __func__ << ": device=AUDIO_DEVICE_OUT_BLE_BROADCAST (MEDIA) (" in initSessionType()
144 LOG(ERROR) << __func__ << ": unknown device=" << description.toString(); in initSessionType()
149 LOG(ERROR) << __func__ << ": device=" << description.toString() in initSessionType()
[all …]
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp133 LOG(ERROR) << "Size of data cannot be odd"; in decodeHex()
142 LOG(ERROR) << "Invalid hex digit at position " << n; in decodeHex()
180 LOG(ERROR) << "Memory allocation failed"; in generateP256Key()
186 LOG(ERROR) << "Error generating key"; in generateP256Key()
191 LOG(ERROR) << "Error getting private key"; in generateP256Key()
201 LOG(ERROR) << "Error generating public key encoding"; in derEncodeKeyPair()
227 LOG(ERROR) << "Cannot create attestation subject"; in signAttestationCertificate()
286 LOG(ERROR) << "Error loading attestation key: " << error; in signAttestationCertificate()
301 LOG(ERROR) << "Error generating attestation from EVP key: " << error; in signAttestationCertificate()
317 LOG(ERROR) << "Error parsing " << numDigits << " digits " in parseDigits()
[all …]
/hardware/google/pixel/misc_writer/
Dmisc_writer_main.cpp110 LOG(ERROR) << "Invalid command argument"; in main()
115 LOG(WARNING) << "Overriding the vendor space offset in misc partition to " << optarg; in main()
118 LOG(ERROR) << "Failed to parse the offset: " << optarg; in main()
125 LOG(ERROR) << "Failed to parse the orientation: " << optarg; in main()
129 LOG(ERROR) << "Orientation out of range: " << optarg; in main()
133 LOG(ERROR) << "Misc writer action has already been set"; in main()
141 LOG(ERROR) << "Failed to parse the timeformat: " << optarg; in main()
145 LOG(ERROR) << "Time format out of range: " << optarg; in main()
149 LOG(ERROR) << "Misc writer action has already been set"; in main()
157 LOG(ERROR) << "Failed to parse the timeoffset: " << optarg; in main()
[all …]
/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.cpp43 LOG(ERROR) << "Data Range Values size: " << values.size() << "is invalid."; in getInputRangeInfoFromJsonValues()
51 LOG(ERROR) << "Illegal data range: thresholds not defined properly " << min_val << " : " in getInputRangeInfoFromJsonValues()
57 LOG(ERROR) << "Illegal data range: data_min_threshold(" << min_val in getInputRangeInfoFromJsonValues()
63 LOG(INFO) << "Data Range Info: " << input_range_info->min_threshold in getInputRangeInfoFromJsonValues()
86 LOG(ERROR) << "tflite_instance_ or common_instance_ is nullptr during DumpTraces\n"; in DumpTraces()
93 LOG(ERROR) << "tflite_instance_ not initialized for " << tflite_instance_->model_path; in DumpTraces()
126 LOG(INFO) << input_data_str; in DumpTraces()
133 LOG(INFO) << output_data_str; in DumpTraces()
140 LOG(ERROR) << "tflite_instance_ is nullptr during LoadTFLiteWrapper"; in LoadTFLiteWrapper()
148 LOG(ERROR) << "Could not load libthermal_tflite_wrapper library with error: " << dlerror(); in LoadTFLiteWrapper()
[all …]
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.cpp137 LOG(DEBUG) << "EvsUltrasonicsArray instantiated"; in EvsUltrasonicsArray()
146 LOG(ERROR) << "SurroundViewHidlTest getService ashmem failed"; in EvsUltrasonicsArray()
155 LOG(DEBUG) << "EvsUltrasonicsArray being destroyed"; in ~EvsUltrasonicsArray()
161 LOG(DEBUG) << "EvsUltrasonicsArray forceShutdown"; in forceShutdown()
173 LOG(ERROR) << "Error - releasing data frame despite remote ownership"; in forceShutdown()
192 LOG(DEBUG) << "EvsUltrasonicsArray getUltrasonicsArrayInfo"; in getUltrasonicArrayInfo()
201 LOG(DEBUG) << "EvsUltrasonicsArray setMaxFramesInFlight"; in setMaxFramesInFlight()
208 LOG(ERROR) << "Ignoring setMaxFramesInFlight with less than one buffer requested"; in setMaxFramesInFlight()
223 LOG(DEBUG) << "EvsUltrasonicsArray doneWithFrame"; in doneWithDataFrame()
228 LOG(ERROR) << "ignoring doneWithFrame called with invalid dataFrameId " in doneWithDataFrame()
[all …]
DGlWrapper.cpp100 LOG(ERROR) << "glCreateSharder() failed with error = " << glGetError(); in loadShader()
112 LOG(ERROR) << "Error compiling shader"; in loadShader()
120 LOG(ERROR) << " msg:" << std::endl << infoLog; in loadShader()
134 LOG(ERROR) << "Failed to allocate program object"; in buildShaderProgram()
141 LOG(ERROR) << "Failed to load vertex shader"; in buildShaderProgram()
147 LOG(ERROR) << "Failed to load pixel shader"; in buildShaderProgram()
163 LOG(ERROR) << "Error linking program"; in buildShaderProgram()
170 LOG(ERROR) << " msg: " << infoLog; in buildShaderProgram()
189 LOG(DEBUG) << __FUNCTION__; in initialize()
192 LOG(WARNING) << "IAutomotiveDisplayProxyService is invalid."; in initialize()
[all …]
/hardware/google/pixel/pwrstats_util/
DPowerStatsCollector.cpp28 LOG(ERROR) << __func__ << ": bad args; stat is null"; in get()
36 LOG(ERROR) << __func__ << ": a data provider failed"; in get()
49 LOG(ERROR) << __func__ << ": bad args; interval is null"; in get()
57 LOG(ERROR) << __func__ << ": a provider is missing"; in get()
64 LOG(ERROR) << __func__ << ": a data provider failed"; in get()
76 LOG(ERROR) << __func__ << ": bad args; output is null"; in dump()
83 LOG(ERROR) << __func__ << ": a provider is missing"; in dump()
93 LOG(ERROR) << __func__ << ": bad args; stat is null"; in get()
102 LOG(ERROR) << __func__ << ": bad args; interval is null"; in get()
107 LOG(ERROR) << __func__ << ": bad args; start is incorrect type"; in get()
[all …]
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp24 LOG(DEBUG) << "getCurrentCalls"; in TEST_P()
35 LOG(DEBUG) << "getCurrentCalls finished"; in TEST_P()
42 LOG(DEBUG) << "dial"; in TEST_P()
64 LOG(DEBUG) << "dial finished"; in TEST_P()
71 LOG(DEBUG) << "hangup"; in TEST_P()
85 LOG(DEBUG) << "hangup finished"; in TEST_P()
92 LOG(DEBUG) << "hangupWaitingOrBackground"; in TEST_P()
105 LOG(DEBUG) << "hangupWaitingOrBackground finished"; in TEST_P()
112 LOG(DEBUG) << "hangupForegroundResumeBackground"; in TEST_P()
125 LOG(DEBUG) << "hangupForegroundResumeBackground finished"; in TEST_P()
[all …]
Dradio_hidl_hal_misc.cpp25 LOG(DEBUG) << "getSignalStrength"; in TEST_P()
36 LOG(DEBUG) << "getSignalStrength finished"; in TEST_P()
43 LOG(DEBUG) << "getVoiceRegistrationState"; in TEST_P()
54 LOG(DEBUG) << "getVoiceRegistrationState finished"; in TEST_P()
61 LOG(DEBUG) << "getOperator"; in TEST_P()
72 LOG(DEBUG) << "getOperator finished"; in TEST_P()
79 LOG(DEBUG) << "setRadioPower"; in TEST_P()
90 LOG(DEBUG) << "setRadioPower finished"; in TEST_P()
97 LOG(DEBUG) << "getNetworkSelectionMode"; in TEST_P()
108 LOG(DEBUG) << "getNetworkSelectionMode finished"; in TEST_P()
[all …]
Dsap_hidl_hal_api.cpp24 LOG(DEBUG) << "connectReq"; in TEST_P()
35 LOG(DEBUG) << "connectReq finished"; in TEST_P()
42 LOG(DEBUG) << "disconnectReq"; in TEST_P()
48 LOG(DEBUG) << "disconnectReq finished"; in TEST_P()
55 LOG(DEBUG) << "apduReq"; in TEST_P()
69 LOG(DEBUG) << "apduReq finished"; in TEST_P()
76 LOG(DEBUG) << "transferAtrReq"; in TEST_P()
87 LOG(DEBUG) << "transferAtrReq finished"; in TEST_P()
94 LOG(DEBUG) << "powerReq"; in TEST_P()
107 LOG(DEBUG) << "powerReq finished"; in TEST_P()
[all …]
/hardware/interfaces/radio/aidl/compat/libradiocompat/ims/media/
DRadioImsMediaSession.cpp34 LOG(ERROR) << " setListener is unsupported by HIDL HALs"; in setListener()
38 LOG(ERROR) << " modifySession is unsupported by HIDL HALs"; in modifySession()
42 LOG(ERROR) << " sendDtmf is unsupported by HIDL HALs"; in sendDtmf()
46 LOG(ERROR) << " startDtmf is unsupported by HIDL HALs"; in startDtmf()
50 LOG(ERROR) << " stopDtmf is unsupported by HIDL HALs"; in stopDtmf()
55 LOG(ERROR) << " sendHeaderExtension is unsupported by HIDL HALs"; in sendHeaderExtension()
60 LOG(ERROR) << " setMediaQualityThreshold is unsupported by HIDL HALs"; in setMediaQualityThreshold()
64 LOG(ERROR) << " requestRtpReceptionStats is unsupported by HIDL HALs"; in requestRtpReceptionStats()
68 LOG(ERROR) << " adjustDelay is unsupported by HIDL HALs"; in adjustDelay()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp115 LOG(ERROR) << "Error compiling shader"; in loadShader()
123 LOG(ERROR) << " msg:" << std::endl << infoLog; in loadShader()
138 LOG(ERROR) << "Failed to allocate program object"; in buildShaderProgram()
145 LOG(ERROR) << "Failed to load vertex shader"; in buildShaderProgram()
151 LOG(ERROR) << "Failed to load pixel shader"; in buildShaderProgram()
167 LOG(ERROR) << "Error linking program"; in buildShaderProgram()
174 LOG(ERROR) << " msg: " << infoLog; in buildShaderProgram()
194 LOG(DEBUG) << __FUNCTION__; in initialize()
197 LOG(ERROR) << "Could not get ICarDisplayProxy."; in initialize()
204 LOG(ERROR) << "Failed to read the display information"; in initialize()
[all …]
/hardware/interfaces/audio/aidl/default/
DStream.cpp76 LOG(ERROR) << "command FMQ is invalid"; in isValid()
80 LOG(ERROR) << "reply FMQ is invalid"; in isValid()
84 LOG(ERROR) << "frame size is invalid"; in isValid()
88 LOG(ERROR) << "data FMQ is invalid"; in isValid()
153 LOG(WARNING) << "command '" << toString(command.getTag()) in populateReplyWrongState()
169 LOG(ERROR) << __func__ << ": reading of command from MQ failed"; in cycle()
179 LOG(severity) << __func__ << ": received command " << command.toString() << " in " in cycle()
192 LOG(WARNING) << __func__ << ": EXIT command has a bad cookie: " << cookie; in cycle()
212 LOG(ERROR) << __func__ << ": start failed: " << status; in cycle()
221 LOG(VERBOSE) << __func__ << ": '" << toString(command.getTag()) << "' command for " in cycle()
[all …]
/hardware/nxp/nfc/snxxx/aidl/
DNfc.cpp40 LOG(INFO) << __func__ << " Nfc service has died"; in OnDeath()
48 LOG(INFO) << "Nfc::open"; in open()
50 LOG(INFO) << "Nfc::open null callback"; in open()
60 LOG(ERROR) << __func__ << ": linkToDeath failed: " << linkRet; in open()
66 LOG(INFO) << "Nfc::open Exit"; in open()
74 LOG(INFO) << "Nfc::close"; in close()
76 LOG(ERROR) << __func__ << "mCallback null"; in close()
96 LOG(INFO) << "Nfc::coreInitialized"; in coreInitialized()
98 LOG(ERROR) << __func__ << "mCallback null"; in coreInitialized()
111 LOG(INFO) << "Nfc::factoryReset"; in factoryReset()
[all …]
/hardware/interfaces/tests/safeunion/1.0/default/
DSafeUnion.cpp29 LOG(INFO) << "SERVER(SafeUnion) newLargeSafeUnion()"; in newLargeSafeUnion()
37 LOG(INFO) << "SERVER(SafeUnion) setA(myUnion, " << a << ")"; in setA()
47 LOG(INFO) << "SERVER(SafeUnion) setB(myUnion, " << b << ")"; in setB()
57 LOG(INFO) << "SERVER(SafeUnion) setC(myUnion, " << c << ")"; in setC()
67 LOG(INFO) << "SERVER(SafeUnion) setD(myUnion, " << d << ")"; in setD()
77 LOG(INFO) << "SERVER(SafeUnion) setE(myUnion, " << toString(e) << ")"; in setE()
87 LOG(INFO) << "SERVER(SafeUnion) setF(myUnion, " << toString(f) << ")"; in setF()
97 LOG(INFO) << "SERVER(SafeUnion) setG(myUnion, " << toString(g) << ")"; in setG()
107 LOG(INFO) << "SERVER(SafeUnion) setH(myUnion, " << toString(h) << ")"; in setH()
117 LOG(INFO) << "SERVER(SafeUnion) setI(myUnion, " << toString(i) << ")"; in setI()
[all …]
/hardware/st/nfc/aidl/
DNfc.cpp42 LOG(INFO) << __func__ << "cookie : " << mCookie->mOpenCount in OnDeath()
47 LOG(INFO) << __func__ << " Nfc service has died"; in OnDeath()
57 LOG(INFO) << "open"; in open()
59 LOG(INFO) << "Nfc::open null callback"; in open()
74 LOG(ERROR) << __func__ << ": linkToDeath failed: " << linkRet; in open()
79 LOG(INFO) << "Nfc::open Exit count " << mOpenCount; in open()
88 LOG(INFO) << "close"; in close()
90 LOG(ERROR) << __func__ << "mCallback null"; in close()
111 LOG(INFO) << "coreInitialized"; in coreInitialized()
113 LOG(ERROR) << __func__ << "mCallback null"; in coreInitialized()
[all …]
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessImpl.cpp38 LOG(INFO) << "Cannot open grpc service config file at: " << GRPC_SERVICE_CONFIG_FILE in maybeGetGrpcServiceInfo()
68 LOG(INFO) << "Registering RemoteAccessService as service, server: " << grpcServiceAddress in main()
76 LOG(DEBUG) << "grpcServiceIfname specified as: " << grpcServiceIfname; in main()
77 LOG(INFO) << "Waiting for interface: " << grpcServiceIfname; in main()
80 LOG(INFO) << "Waiting for interface: " << grpcServiceIfname << " done"; in main()
85 LOG(INFO) << "grpcServiceAddress is not defined, work in fake mode"; in main()
93 LOG(ERROR) << "failed to register android.hardware.automotive.remote.IRemoteAccess service" in main()
99 LOG(ERROR) << "failed to set thread pool max thread count"; in main()
104 LOG(INFO) << "RemoteAccess service Ready"; in main()
108 LOG(ERROR) << "Should not reach here"; in main()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc53 LOG(ERROR) << "NodeLooperThread not present"; in ValidateHint()
61 LOG(DEBUG) << "Hint type not present in actions: " << hint_type; in IsHintSupported()
142 LOG(ERROR) << "Failed to find " << action.value << " action"; in DoHintAction()
150 LOG(ERROR) << "Invalid " in DoHintAction()
168 LOG(VERBOSE) << "Do Powerhint: " << hint_type; in DoHint()
180 LOG(VERBOSE) << "Do Powerhint: " << hint_type << " for " in DoHint()
198 LOG(VERBOSE) << "End Powerhint: " << hint_type; in EndHint()
234 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
239 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
246 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
[all …]
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp43 LOG(INFO) << "SERVER(Foo) doThis(" << param << ")"; in doThis()
50 LOG(INFO) << "SERVER(Foo) doThatAndReturnSomething(" << param << ")"; in doThatAndReturnSomething()
60 LOG(INFO) << "SERVER(Foo) doQuiteABit(" in doQuiteABit()
75 LOG(INFO) << "SERVER(Foo) doSomethingElse(...)"; in doSomethingElse()
92 LOG(INFO) << "SERVER(Foo) doStuffAndReturnAString"; in doStuffAndReturnAString()
101 LOG(INFO) << "SERVER(Foo) mapThisVector"; in mapThisVector()
117 LOG(INFO) << "SERVER(Foo) callMe " << cb.get(); in callMe()
121 LOG(INFO) << "SERVER(Foo) callMe " in callMe()
127 LOG(INFO) << "SERVER(Foo) callMe " in callMe()
132 LOG(INFO) << "SERVER(Foo) callMe " in callMe()
[all …]
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.cpp66 LOG(INFO) << "SecureElement::WTX ongoing"; in NotifySeWaitExtension()
68 LOG(INFO) << "SecureElement::WTX ended"; in NotifySeWaitExtension()
90 LOG(INFO) << "SecureElement::init called here"; in init()
95 LOG(INFO) << "ESE JCOP Download in progress"; in init()
120 LOG(INFO) << "ESE SPI init complete!!!"; in init()
145 LOG(ERROR) << "eSE-Hal Init failed"; in init()
157 LOG(INFO) << __func__ << " New client " << callback.get() in registerCallback()
162 LOG(WARNING) << __func__ << " Cannot link to death: " in registerCallback()
183 LOG(INFO) << __func__ << " client " << callback.get() in unregisterCallback()
186 LOG(WARNING) << __func__ << " Failed to remove client. total clients = " in unregisterCallback()
[all …]
/hardware/nxp/secure_element/snxxx/1.1/
DSecureElement.cpp60 LOG(INFO) << "SecureElement::WTX ongoing"; in NotifySeWaitExtension()
62 LOG(INFO) << "SecureElement::WTX ended"; in NotifySeWaitExtension()
84 LOG(INFO) << "SecureElement::init called here"; in init()
89 LOG(INFO) << "ESE JCOP Download in progress"; in init()
108 LOG(INFO) << "ESE SPI init complete!!!"; in init()
129 LOG(ERROR) << "eSE-Hal Init failed"; in init()
152 LOG(INFO) << "SecureElement::init called here"; in init_1_1()
157 LOG(INFO) << "ESE JCOP Download in progress"; in init_1_1()
176 LOG(INFO) << "ESE SPI init complete!!!"; in init_1_1()
197 LOG(ERROR) << "eSE-Hal Init failed"; in init_1_1()
[all …]
/hardware/google/pixel/recovery/
Drecovery_ui.cpp48 LOG(ERROR) << "Failed to connect to Titan M"; in WipeTitanM()
59 LOG(ERROR) << "Titan M user data wipe failed: " << ::nos::StatusCodeString(status) in WipeTitanM()
64 LOG(INFO) << "Titan M wipe successful"; in WipeTitanM()
73 LOG(INFO) << "No WipeKeys implementation"; in WipeKeysHook()
85 LOG(ERROR) << "Failed to clear the dark theme flag"; in WipeProvisionedFlag()
88 LOG(INFO) << "Provisioned flag wiped successful"; in WipeProvisionedFlag()
96 LOG(ERROR) << "Failed to clear the user preferred resolution"; in WipeUserPreferredResolution()
99 LOG(INFO) << "User preferred resolution wiped successful"; in WipeUserPreferredResolution()
108 LOG(ERROR) << "Failed to set the silent ota flag"; in ProvisionSilentOtaFlag()
111 LOG(INFO) << "Silent ota flag set successful"; in ProvisionSilentOtaFlag()

12345678910>>...23