Skip to content

Commit

Permalink
Point out incompatibility of setClassInstanceLimit and StrictMode vio…
Browse files Browse the repository at this point in the history
…lation listeners
  • Loading branch information
bubenheimer authored Jun 23, 2024
1 parent 0a0f4e7 commit 9154d4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ on these issues and participate in the discussion, to hopefully see them resolve
4. KSP ignores local Java classes, presumably mimicking Java annotation processing:
https://github.com/google/ksp/issues/1345

Also: Android `setClassInstanceLimit` is currently incompatible with
setting a listener for handling StrictMode policy violations; setting a listener will
implicitly disable class instance limits:
https://issuetracker.google.com/issues/348683481

## Implementation details

For each module on which it is run with some meaningful output, the processor generates a single
Expand Down

0 comments on commit 9154d4d

Please sign in to comment.