-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ExitInfo)add exit infos at first run
- Loading branch information
1 parent
afac6be
commit b389819
Showing
13 changed files
with
163 additions
and
47 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
12 changes: 10 additions & 2 deletions
12
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,22 +1,30 @@ | ||
public final class com/bugsnag/android/BugsnagExitInfoPlugin : com/bugsnag/android/Plugin { | ||
public static final field Companion Lcom/bugsnag/android/BugsnagExitInfoPlugin$Companion; | ||
public fun <init> ()V | ||
public fun <init> (Lcom/bugsnag/android/ExitInfoPluginConfiguration;)V | ||
public synthetic fun <init> (Lcom/bugsnag/android/ExitInfoPluginConfiguration;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public fun load (Lcom/bugsnag/android/Client;)V | ||
public fun unload ()V | ||
} | ||
|
||
public final class com/bugsnag/android/BugsnagExitInfoPlugin$Companion { | ||
} | ||
|
||
public final class com/bugsnag/android/ExitInfoPluginConfiguration { | ||
public fun <init> ()V | ||
public fun <init> (ZZZ)V | ||
public synthetic fun <init> (ZZZILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public fun <init> (ZZZZZ)V | ||
public synthetic fun <init> (ZZZZZILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getDisableProcessStateSummaryOverride ()Z | ||
public final fun getIncludeLogcat ()Z | ||
public final fun getListOpenFds ()Z | ||
public final fun getReportUnmatchedAnrs ()Z | ||
public final fun getReportUnmatchedNativeCrashes ()Z | ||
public fun hashCode ()I | ||
public final fun setDisableProcessStateSummaryOverride (Z)V | ||
public final fun setIncludeLogcat (Z)V | ||
public final fun setListOpenFds (Z)V | ||
public final fun setReportUnmatchedAnrs (Z)V | ||
public final fun setReportUnmatchedNativeCrashes (Z)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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ class ExampleApplication : Application() { | |
performNativeBugsnagSetup() | ||
} | ||
|
||
} | ||
} |
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
Oops, something went wrong.