Commit 3dd8c35
Version 3.3.0 (#56)
## Version 3.3.0
- `BacktraceReport` stack trace now includes the file name of the stack frame.
- Performance improvements:
- JSON algorithm performance improvements - avoid analyzing data types.
- improved library attributes management.
- improved Unity logs management.
- Support for Low Memory error reports on Anrdoid and iOS (these are sometimes referred to as OOM or Out Of Memory errors). If a low memory situation is detected, backtrace-unity will attempt to generate and submit a native error report to the Backtrace instance. The report will have the `error.type` value of `Low Memory`.
- New support for hang detection on Android and iOS. If a game experiences non responsiviness after 5 seconds, backtrace-unity will generate an error report to the Backtrace instance. The report will have the `error.type` value of `Hang`.
* Allocation improvements
* Native attributes improvement
* Removed try/catch block
* Added filename to stack frames
* Records operation improvements
* Fixed db.count
* Improved JSON algorithm
* Fixed invalid preprocesor editor directive
* Removed not used meta file
* Modified complex annotations
* Stack frame optimization
* Style changes
* Unit tests update
* Make backtrace unity message class variables readonly
* update environment variables checks
* Source code property update + few small improvements to decrease gc alloc/speed up plugin
* Update BacktraceDatabaseAttachmentManager.cs
Compilation failed on MacOS building for Windows x64
* Inlcuded removed namespace
* Fixed line endings
* Prevents from returning empty file name - return instead libary name
* support for filename - .
* Guessing library name improvements
* Guessing library name improvements
* Fixed line engings
* OOM/Anr support (#57)
* iOS support
* OOM + ANRs Android
* Squashed commit of the following:
commit d61fb8f
Author: kdysput <konrad.dysput@gmail.com>
Date: Wed Jan 20 12:33:27 2021 +0100
Guessing library name improvements
commit 40e3bdc
Author: kdysput <konrad.dysput@gmail.com>
Date: Wed Jan 20 12:08:48 2021 +0100
Guessing library name improvements
commit 3971dbc
Author: kdysput <konrad.dysput@gmail.com>
Date: Tue Jan 19 19:23:25 2021 +0100
support for filename - .
commit 963e0f3
Author: kdysput <konrad.dysput@gmail.com>
Date: Tue Jan 19 16:52:53 2021 +0100
Prevents from returning empty file name - return instead libary name
commit ec7ab38
Author: kdysput <konrad.dysput@gmail.com>
Date: Tue Jan 19 16:03:17 2021 +0100
Fixed line endings
commit ec8bca2
Author: kdysput <konrad.dysput@gmail.com>
Date: Tue Jan 19 15:59:23 2021 +0100
Inlcuded removed namespace
commit 4b0a686
Author: Vincent Lussenburg <vlussenburg@users.noreply.github.com>
Date: Fri Jan 15 15:12:31 2021 -0700
Update BacktraceDatabaseAttachmentManager.cs
Compilation failed on MacOS building for Windows x64
* Enable ANR dection on iOS
* OOM/ANR - Android full tests + code refactor
* Enable ANR via UI
* Check if database is enabled
* Fixed line endings
* Fixed line endings
* Fixed line endings
* Fixed line endings
* Changelog and readme update
* Update CHANGELOG.md
* Error.type attributes support
* Consistent line ending
* Update CHANGELOG.md
* updated error.type attribute for hangs
* Update README.md
* Squashed commit of the following:
commit 356df35
Author: jasoncdavis0 <jdavis@backtrace.io>
Date: Sun Jan 10 18:04:32 2021 -0500
Update README.md
commit aaa5054
Author: jasoncdavis0 <jdavis@backtrace.io>
Date: Mon Dec 21 11:45:38 2020 -0500
Update README.md
commit f3d9884
Author: jasoncdavis0 <jdavis@backtrace.io>
Date: Fri Dec 11 08:16:15 2020 -0500
Added section on Log Error Sampling
commit dfe66e0
Author: jasoncdavis0 <jdavis@backtrace.io>
Date: Fri Dec 11 07:51:12 2020 -0500
Adding info about debug.logerrors
Details on the 5 classes of Errors backtrace captures. Details up to Best Practices.
commit f6b9237
Author: jasoncdavis0 <jdavis@backtrace.io>
Date: Wed Dec 9 15:52:08 2020 -0500
Update CHANGELOG.md
commit 142face
Author: jasoncdavis0 <jdavis@backtrace.io>
Date: Wed Dec 9 15:50:08 2020 -0500
Update CHANGELOG.md
updated text to refer to Debug.LogError
Co-authored-by: Vincent Lussenburg <vlussenburg@users.noreply.github.com>
Co-authored-by: jasoncdavis0 <jdavis@backtrace.io>1 parent 356df35 commit 3dd8c35
File tree
55 files changed
+1635
-748
lines changed- Android/lib
- arm64-v8a
- armeabi-v7a
- x86
- Editor
- Native/Android
- Runtime
- Common
- Extensions
- Interfaces
- Database
- Json
- Model
- Database
- JsonData
- Native
- Android
- iOS
- Services
- Types
- Tests/Runtime
- RateLimit
- Serialization
- Mocks
- SourceCode
- iOS
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+1635
-748
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
207 | 216 | | |
208 | 217 | | |
209 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
371 | 373 | | |
372 | 374 | | |
373 | 375 | | |
374 | | - | |
375 | | - | |
| 376 | + | |
376 | 377 | | |
377 | | - | |
378 | | - | |
379 | | - | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
| |||
400 | 405 | | |
401 | 406 | | |
402 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
403 | 416 | | |
404 | 417 | | |
405 | 418 | | |
406 | 419 | | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
407 | 425 | | |
408 | 426 | | |
409 | 427 | | |
| |||
495 | 513 | | |
496 | 514 | | |
497 | 515 | | |
498 | | - | |
| 516 | + | |
499 | 517 | | |
500 | 518 | | |
501 | 519 | | |
| |||
520 | 538 | | |
521 | 539 | | |
522 | 540 | | |
523 | | - | |
| 541 | + | |
524 | 542 | | |
525 | 543 | | |
526 | 544 | | |
| |||
542 | 560 | | |
543 | 561 | | |
544 | 562 | | |
545 | | - | |
| 563 | + | |
546 | 564 | | |
547 | 565 | | |
548 | 566 | | |
| |||
551 | 569 | | |
552 | 570 | | |
553 | 571 | | |
554 | | - | |
555 | | - | |
556 | 572 | | |
557 | 573 | | |
558 | 574 | | |
559 | 575 | | |
560 | 576 | | |
561 | 577 | | |
562 | | - | |
| 578 | + | |
563 | 579 | | |
564 | 580 | | |
565 | 581 | | |
566 | 582 | | |
| 583 | + | |
567 | 584 | | |
568 | 585 | | |
569 | 586 | | |
570 | 587 | | |
571 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
572 | 594 | | |
573 | 595 | | |
574 | 596 | | |
| |||
586 | 608 | | |
587 | 609 | | |
588 | 610 | | |
589 | | - | |
| 611 | + | |
590 | 612 | | |
591 | 613 | | |
592 | 614 | | |
593 | 615 | | |
594 | 616 | | |
595 | 617 | | |
596 | 618 | | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
| 619 | + | |
601 | 620 | | |
602 | 621 | | |
603 | 622 | | |
| |||
606 | 625 | | |
607 | 626 | | |
608 | 627 | | |
| 628 | + | |
609 | 629 | | |
610 | 630 | | |
611 | 631 | | |
| |||
629 | 649 | | |
630 | 650 | | |
631 | 651 | | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | 652 | | |
637 | | - | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
638 | 668 | | |
639 | 669 | | |
640 | 670 | | |
| |||
665 | 695 | | |
666 | 696 | | |
667 | 697 | | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
668 | 721 | | |
669 | 722 | | |
| 723 | + | |
670 | 724 | | |
671 | 725 | | |
672 | 726 | | |
| |||
838 | 892 | | |
839 | 893 | | |
840 | 894 | | |
841 | | - | |
| 895 | + | |
842 | 896 | | |
843 | 897 | | |
844 | 898 | | |
845 | 899 | | |
846 | | - | |
| 900 | + | |
847 | 901 | | |
848 | 902 | | |
849 | 903 | | |
| |||
0 commit comments