Demote missing XTRA iface from Error to Info
On boot, partner use of XTRA interface is optional, demoting severity of log message. Bug: 64816395 Test: Device boots with only Info level message Change-Id: Ib99ab74192ea588a1440301f7d5ddbc0c8c4d9dc
This commit is contained in:
@@ -1341,7 +1341,7 @@ static jboolean android_location_GnssLocationProvider_init(JNIEnv* env, jobject
|
||||
|
||||
sp<IGnssXtraCallback> gnssXtraCbIface = new GnssXtraCallback();
|
||||
if (gnssXtraIface == nullptr) {
|
||||
ALOGE("Unable to initialize GNSS Xtra interface\n");
|
||||
ALOGI("Unable to initialize GNSS Xtra interface\n");
|
||||
} else {
|
||||
result = gnssXtraIface->setCallback(gnssXtraCbIface);
|
||||
if (!result.isOk() || !result) {
|
||||
|
||||
Reference in New Issue
Block a user