mozilla-b2g / firefoxos-loop-client

DEPRECATED - Firefox OS client for the Loop service
Apache License 2.0
28 stars 44 forks source link

Need a way to debug or see authentication events (MSISDN or FxAccounts) #14

Closed edwindotcom closed 10 years ago

edwindotcom commented 10 years ago

Hi, I'm working with QA to test MSISDN and FxA auth on device. Is there a way to debug the authentication events and control the endpoint?

ferjm commented 10 years ago

Hi @edmoz, you can set the "services.mobileid.loglevel" preference to "Debug" to see the Mobile ID debug messages.

ferjm commented 10 years ago

And the "dentity.fxaccounts.loglevel" for FxA

edwindotcom commented 10 years ago

Thanks!