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

[BUG] Crash when starting FileUploader (reported in Google Play) #2562

Closed
davigonz opened this issue May 31, 2019 · 1 comment
Closed

[BUG] Crash when starting FileUploader (reported in Google Play) #2562

davigonz opened this issue May 31, 2019 · 1 comment

Comments

@davigonz
Copy link
Contributor

davigonz commented May 31, 2019

Actual behaviour

  • Crash when starting file uploader

Expected behaviour

  • Start file uploader should work without any crash

Steps to reproduce

Not defined yet, but it's most likely related to uploads in background. It needs an additional research.

Environment data

Android version: 7.0 (90% of total reports)

Device model: Motorola DROID Turbo 2

ownCloud app version: 2.10.1

ownCloud server version: unknown

Logs

ownCloud log (data/owncloud.log)

java.lang.RuntimeException: 
  at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:3831)
  at android.app.ActivityThread.access$1800 (ActivityThread.java:207)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1789)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:193)
  at android.app.ActivityThread.main (ActivityThread.java:6898)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:537)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
Caused by: java.lang.NullPointerException: 
  at com.owncloud.android.files.services.FileUploader.onStartCommand (FileUploader.java:326)
  at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:3812)
@davigonz davigonz added the Crash label May 31, 2019
@jesmrec jesmrec modified the milestones: backlog, 2.12.0 Jun 4, 2019
@jesmrec jesmrec modified the milestones: 2.12.0, 2.13.0 Aug 6, 2019
@jesmrec jesmrec modified the milestones: 2.13.0, 2.14.0 Aug 27, 2019
@michaelstingl michaelstingl removed this from the 2.14.0 milestone Nov 12, 2019
@jesmrec
Copy link
Collaborator

jesmrec commented Jun 16, 2022

Code deprecated.

@jesmrec jesmrec closed this as completed Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants