Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.25 KB

ISSUE_TEMPLATE.md

File metadata and controls

46 lines (36 loc) · 1.25 KB

What did you expect?

What happened instead?

Version info

  • Android Upload Service version:
  • Android version and API version:
  • HTTP stack (e.g. HurlStack or OkHttpStack):

Steps to reproduce (if applicable):

Library initialization code:

// the code you wrote in your Application subclass here

Request code:

// the code you wrote to create the upload request

Where have you added the request code?

  • Activity
  • Service
  • Other class (add additional info about it)

LogCat output (please set log level to DEBUG first)

// your LogCat output here

Server side

Which server did you use (e.g. node.js demo server provided in the examples, php script provided in the examples, own implementation)?

// your server side script (if applicable)
// do not write any passwords or personal data here.
// If you need to show some code, replace sensible values

Server log (if applicable)

// your server side log here

Additional info

Write some additional information about the error here. Upload also screenshots or other information which may help to reproduce your error or spot a possible bug. Thank you :)