-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ensuring demo app build fails due to R8 missing rules * Fixing demo app serialization after obfuscation * Adding code to check R8 rules around grpc exporters
- Loading branch information
1 parent
91935e9
commit f8f1fa4
Showing
5 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-dontwarn com.google.auto.value.AutoValue$Builder | ||
-dontwarn com.google.auto.value.AutoValue$CopyAnnotations | ||
-dontwarn com.google.auto.value.AutoValue | ||
-dontwarn com.google.auto.value.extension.memoized.Memoized | ||
-dontwarn io.grpc.Channel | ||
-dontwarn io.grpc.MethodDescriptor$Builder | ||
-dontwarn io.grpc.MethodDescriptor$Marshaller | ||
-dontwarn io.grpc.MethodDescriptor$MethodType | ||
-dontwarn io.grpc.MethodDescriptor | ||
-dontwarn io.grpc.stub.AbstractFutureStub | ||
-dontwarn io.grpc.stub.AbstractStub$StubFactory | ||
-dontwarn io.grpc.stub.AbstractStub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 8 additions & 2 deletions
10
demo-app/src/main/java/io/opentelemetry/android/demo/shop/model/Product.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters