You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message="Don't put classes in the io.embrace.android.embracesdk package unless they're part of the public API. Please move the new class to an appropriate package or (if you're adding to the public API) suppress this error via the lint baseline file."
7
+
errorLine1="public final class AutoStartInstrumentationHook {"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
84
+
errorLine1=" public static void _preOnCreate(android.app.Application application) {"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Copy file name to clipboardExpand all lines: embrace-bytecode-instrumentation-tests/src/test/java/io/embrace/gradle/plugin/instrumentation/InstrumentedBytecodeTestCases.kt
Copy file name to clipboardExpand all lines: embrace-gradle-plugin-integration-tests/src/test/java/io/embrace/android/gradle/integration/testcases/BytecodeInstrumentationTest.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ class BytecodeInstrumentationTest {
0 commit comments