小编use*_*432的帖子

“帐户确定自”在日志中的含义

在我的应用程序中,我正在使用 Google In-app Billing Version 3 API 实现应用内购买。在我的应用程序的日志中,我看到:

D/Finsky  (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: Account determined from library ownership - [2FJ...ZIQ]
Run Code Online (Sandbox Code Playgroud)

另一次当我测试我的应用程序并在我的手机中切换 Google 帐户时,我看到:

D/Finsky  (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: Account determined from installer data - [2FJ...ZIQ]
Run Code Online (Sandbox Code Playgroud)

我很好奇:

- 这些日志到底是什么意思?

- 为什么有时我会看到第一个日志,有时会看到第二个?

- 有没有办法找出这个 [2FJ...ZIQ] 的意思或解码它?

android in-app-purchase android-logcat in-app-billing

6
推荐指数
1
解决办法
1328
查看次数