Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

A Unity project with Bugsnag integrated that runs on Android with Proguard enabled in an exported Gradle project

Notifications You must be signed in to change notification settings

bugsnag/unity-proguard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

README

This is an example of an Unity project with Bugsnag integrated that runs on Android with Proguard enabled, in an exported Gradle project. This has been tested with the default example project generated from:

  • Unity5.6.3f1
  • Android Studio 3.5.0

./gradlew assembleRelease generates an APK that calls Debug.LogException when the app is opened, which should be reported to Bugsnag.

proguard-unity.txt contains -keep class com.bugsnag.** { *; } to retain bugsnag's classes. Without this line, the example project will not report any example errors if proguard is enabled.

About

A Unity project with Bugsnag integrated that runs on Android with Proguard enabled in an exported Gradle project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published