[automerger skipped] Log ServiceEntitlementException in EapAkaHelper.getEapAkaResponse am: 379684e8ab am: 8d9ae32ef5 am: 7abbe8c5f3 am: 65a306f31b am: 7620255b73 -s ours

am skip reason: Merged-In I33363d5f10f0a1be03ebc72680fc73c8b42fa75d with SHA-1 91c9485a81 is already in history

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/service_entitlement/+/1871748

Change-Id: Iba64881f556516fa68842077b27bf529b358519c
tree: d6a041b189955d62042ff957d0546339a99f4fd5
  1. java/
  2. tests/
  3. Android.bp
  4. coverage.sh
  5. OWNERS
  6. PREUPLOAD.cfg
  7. README.md
  8. TEST_MAPPING
README.md

Service Entitlement

Service entitlement library exports the APIs for querying the service status, based on GSMA TS.43 spec.

How to debug

Log TAG to filter:

  • ServiceEntitlement

Enable logging the PII data:

Grand the permission:

adb root

Enable by system property:

adb shell setprop dbg.se.pii_loggable true

NOTE Debug option only available on devices which is built as userdebug.