In my application I'm implementing in-app purchase using Google In-app Billing Version 3 API. In logs from my app I see:
D/Finsky (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: Account determined from library ownership - [2FJ...ZIQ]
Another time when I test my app and switch Google account in my phone I see:
D/Finsky (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: Account determined from installer data - [2FJ...ZIQ]
I'm curious:
-What exactly does these logs mean?
-Why sometimes I see the first log, sometimes the second one?
-Is there a way to find out what this [2FJ...ZIQ] means or decode it?