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:
WyattRiley
2018-10-31 13:06:34 -07:00
parent ed0f12628d
commit bc5a8b0241

View File

@@ -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) {