j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

Bug report mechanism #69

Open advayDev1 opened 9 years ago

advayDev1 commented 9 years ago

When a failure occurs in any step, we should dump some standard info to the error logs:

Then we can have users paste that info into any bug report.

brunobowden commented 9 years ago

Great idea. Bonus points if it allows opt-in reporting to the server... I'll ask the Gradle guys if they're doing anything to support that.

On Thu, May 14, 2015, 3:11 PM Advay Mengle notifications@github.com wrote:

When a failure occurs in any step, we should dump some standard info to the error logs:

  • version of j2objc you are running
  • version of clang toolchain
  • location of j2objc home
  • version of j2objc-gradle (if we do release tags)

Then we can have users paste that info into any bug report.

— Reply to this email directly or view it on GitHub https://github.com/brunobowden/j2objc-gradle/issues/69.

advayDev1 commented 9 years ago

Yes you mentioned that on another PR, I'm privacy-risk-averse and so suggested this non-magical alternative. =)

brunobowden commented 9 years ago

Agreed for now

On Thu, May 14, 2015, 3:16 PM Advay Mengle notifications@github.com wrote:

Yes you mentioned that on another PR, I'm privacy-risk-averse and so suggested this non-magical alternative. =)

— Reply to this email directly or view it on GitHub https://github.com/brunobowden/j2objc-gradle/issues/69#issuecomment-102141580 .