We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My crash reporting site has just sent me a notification about the following exception:
Caused by android.os.TransactionTooLargeException android.os.BinderProxy.transact (Binder.java) android.app.ApplicationPackageManager.getPackageInfo (ApplicationPackageManager.java:70) fr.nicolaspomepuy.discreetapprate.Utils.isPowerOfTwo fr.nicolaspomepuy.discreetapprate.AppRate.with pl.bartoszwesolowski.bloggerstats.BloggerActivity.onCreate android.app.Activity.performCreate (Activity.java:4728) android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1051) ...
The method itself (isPowerOfTwo) is just a one-liner and it looks ok. I'm not sure what might have caused this exception. Any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My crash reporting site has just sent me a notification about the following exception:
Caused by android.os.TransactionTooLargeException
android.os.BinderProxy.transact (Binder.java)
android.app.ApplicationPackageManager.getPackageInfo (ApplicationPackageManager.java:70)
fr.nicolaspomepuy.discreetapprate.Utils.isPowerOfTwo
fr.nicolaspomepuy.discreetapprate.AppRate.with
pl.bartoszwesolowski.bloggerstats.BloggerActivity.onCreate
android.app.Activity.performCreate (Activity.java:4728)
android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1051)
...
The method itself (isPowerOfTwo) is just a one-liner and it looks ok. I'm not sure what might have caused this exception. Any ideas?
The text was updated successfully, but these errors were encountered: