Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. > Task :app:uploadBugsnagReleaseMapping
  2. Mapping file not found: null
  3.  
  4. Mapping file not found: C:DevelopmentReact Native Practisebugsnag_practiseandroidappbuildoutputsmappingreleasemapping.txt
  5.  
  6. Attempting upload of mapping file to Bugsnag
  7. Bugsnag upload failed with code 422: Received empty file
  8. Retrying Bugsnag upload (1/5) ...
  9. Attempting upload of mapping file to Bugsnag
  10. Bugsnag upload failed with code 422: Received empty file
  11. Retrying Bugsnag upload (2/5) ...
  12. Attempting upload of mapping file to Bugsnag
  13. Bugsnag upload failed with code 422: Received empty file
  14. Retrying Bugsnag upload (3/5) ...
  15. Attempting upload of mapping file to Bugsnag
  16. Bugsnag upload failed with code 422: Received empty file
  17. Retrying Bugsnag upload (4/5) ...
  18. Attempting upload of mapping file to Bugsnag
  19. Bugsnag upload failed with code 422: Received empty file
  20. Retrying Bugsnag upload (5/5) ...
  21. Attempting upload of mapping file to Bugsnag
  22. Bugsnag upload failed with code 422: Received empty file
  23.  
  24. bugsnag {
  25. autoUpload true
  26. ndk false
  27. autoReportBuilds true
  28. autoProguardConfig true
  29. overwrite true
  30. retryCount 5
  31. }
  32.  
  33. buildTypes {
  34. release {
  35. signingConfig signingConfigs.release
  36. minifyEnabled enableProguardInReleaseBuilds
  37. proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
  38. }
  39. }
  40.  
  41. # Disabling obfuscation is useful if you collect stack traces from production crashes
  42. # (unless you are using a system that supports de-obfuscate the stack traces).
  43. # Disable to generate mapping.txt Enable for production apk
  44. -dontobfuscate <- Comment this line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement