-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(exitInfo) addPreOnSend callBack test (#1902)
- Loading branch information
SmartbearYing
authored
Sep 18, 2023
1 parent
1afd928
commit 461bb50
Showing
5 changed files
with
27 additions
and
9 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
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 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
3 changes: 1 addition & 2 deletions
3
bugsnag-plugin-android-exitinfo/api/bugsnag-plugin-android-exitinfo.api
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
public final class com/bugsnag/android/BugsnagExitInfoPlugin : com/bugsnag/android/OnSendCallback, com/bugsnag/android/Plugin { | ||
public final class com/bugsnag/android/BugsnagExitInfoPlugin : com/bugsnag/android/Plugin { | ||
public fun <init> ()V | ||
public fun <init> (Z)V | ||
public fun <init> (ZZ)V | ||
public fun <init> (ZZZ)V | ||
public synthetic fun <init> (ZZZILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public fun load (Lcom/bugsnag/android/Client;)V | ||
public fun onSend (Lcom/bugsnag/android/Event;)Z | ||
public fun unload ()V | ||
} | ||
|
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