-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use JNI for Android integration (#2670)
* add JNI and use in replay.onScreenshotRecorded * exlude bindings from coverage * use jni bitmap * move all native to android_replay_recorder * android screenshot isolate * cleanup * use persistent isolate * update replay native tests * update high-risk-code list * remove print() * remove package:file dependency * JNI benchmark * ktlint format * fixup ci * fixup * fix web tests * dart format * try to fix ci * try to fix ci * chore: exclude binding from coverage * comments * chore: changelog * move uint8list creation to separate isolate * Update CHANGELOG.md Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com> --------- Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
- Loading branch information
Showing
18 changed files
with
4,490 additions
and
126 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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
android_sdk_config: | ||
add_gradle_deps: true | ||
android_example: 'example/' | ||
|
||
# summarizer: | ||
# backend: asm | ||
|
||
output: | ||
dart: | ||
path: lib/src/native/java/binding.dart | ||
structure: single_file | ||
|
||
log_level: all | ||
|
||
classes: | ||
- io.sentry.android.replay.ReplayIntegration | ||
- io.sentry.flutter.SentryFlutterPlugin | ||
- android.graphics.Bitmap |
Oops, something went wrong.