Skip to content

Instantly share code, notes, and snippets.

@makzimi
Created November 2, 2022 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makzimi/431011f5c53581ecd0ded6d4abfbfa87 to your computer and use it in GitHub Desktop.
Save makzimi/431011f5c53581ecd0ded6d4abfbfa87 to your computer and use it in GitHub Desktop.
TransactionTooLargeException_article_ActivityThread.java_2
/**
* Schedule the call to tell the activity manager we have stopped. We don't do this
* immediately, because we want to have a chance for any other pending work (in particular
* memory trim requests) to complete before you tell the activity manager to proceed and allow
* us to go fully into the background.
*/
@Override
public void reportStop(PendingTransactionActions pendingActions) {
mH.post(pendingActions.getStopInfo());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment