Browse Source

gps: Reduce logging mask

Bug: 267729515
Bug: 312716075
Test: Verification for logging system.
Test: Verification at b/267729515#comment152.
Change-Id: I09bd61490fb94ad7914f52a6d8c90fcd9693643e
Cheng Chang 1 year ago
parent
commit
f787c2237f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      location/gps.xml.l10

+ 1 - 1
location/gps.xml.l10

@@ -70,7 +70,7 @@
   <gll
        PpsEnable="true"
        LogPriMask="LOG_INFO"
-       LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI | LOG_MEASAPI"
+       LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
        FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
        MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1"
        MultiCarrLnaMask="L1_EXT_ON"