Skip to content
New issue

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

App crash on offline edit Nexus 4 #14

Closed
itchix opened this issue May 13, 2015 · 0 comments
Closed

App crash on offline edit Nexus 4 #14

itchix opened this issue May 13, 2015 · 0 comments
Assignees
Labels
bug Produces incorrect or unexpected result or behaviour.

Comments

@itchix
Copy link
Contributor

itchix commented May 13, 2015

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:304)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:591)
at openfoodfacts.github.scrachx.openfood.fragments.OfflineEditFragment$FillAdapter.doInBackground(OfflineEditFragment.java:207)
at openfoodfacts.github.scrachx.openfood.fragments.OfflineEditFragment$FillAdapter.doInBackground(OfflineEditFragment.java:184)
at android.os.AsyncTask$2.call(AsyncTask.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
... 4 more
@itchix itchix self-assigned this May 13, 2015
@itchix itchix added the bug Produces incorrect or unexpected result or behaviour. label May 15, 2015
@teolemon teolemon added this to the product-edition milestone May 12, 2016
@itchix itchix closed this as completed May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Produces incorrect or unexpected result or behaviour.
Projects
None yet
Development

No branches or pull requests

2 participants