Confirmed users
483
edits
No edit summary |
|||
Line 55: | Line 55: | ||
=== Client === | === Client === | ||
==== Debugging ==== | |||
To obtain Mobile ID debug messages in the adb logcat you need to set the following [https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Build_System_Primer#Customizing_the_preferences preferences]: | |||
<code> | |||
user_pref("services.mobileid.loglevel", "Debug"); | |||
user_pref("services.hawk.loglevel", "Debug"); | |||
user_pref("services.hawk.log.sensitive", true); | |||
</code> | |||
You should see debug messages like: | |||
<code> | |||
Gecko I 1411760725167 MobileId DEBUG getMobileIdAssertion | |||
</code> | |||
=== Mobile ID verification service === | === Mobile ID verification service === | ||
[https://wiki.mozilla.org/Services/Mobile-ID| Mobile ID verification service] | [https://wiki.mozilla.org/Services/Mobile-ID| Mobile ID verification service] |