Skip to content

Instantly share code, notes, and snippets.

@yangweigbh
Created July 16, 2020 14:46
Show Gist options
  • Save yangweigbh/3025e0301939401580416b52e2dad311 to your computer and use it in GitHub Desktop.
Save yangweigbh/3025e0301939401580416b52e2dad311 to your computer and use it in GitHub Desktop.
for (ApplicationExitInfo exitInfo: unprocessedExitInfos) {
Log.e(TAG, String.format("Exit reason: %d, description: %s", exitInfo.getReason(), exitInfo.getDescription()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment