-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix 2.0.8 for Android #745
Merged
Merged
Conversation
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
Collaborator
gryamy
commented
May 7, 2022
- Upgrade ResourceCanary to support HPROF 'fork dump'.
- Introduce a new native HPROF analyser based on mmap to reduce memory usage(Running analysis in Java may cause OOM and jank).
- Introduce new component MatrixLifecycle to notify process level or application level backgroud/foreground lifecycle events including Float Window/Foreground Service/AppTask detection.
- Introduce new component MatrixMemoryCanary based on matrix-lifecycle to monitor memory usage.
- Upgrade OpenGL Leak component to estimate the size of leaked resource memory.
- Fix MemGuard bug that cause crash while using 'calloc' in target dynamic library.
- Fix pthread hook log missing under dwarf unwind mode.
# Conflicts: # matrix/matrix-android/matrix-battery-canary/src/main/java/com/tencent/matrix/batterycanary/monitor/BatteryMonitorCore.java
…urn 0 when calling process died
…to feature/dev-memory-canary � Conflicts: � matrix/matrix-android/settings.gradle � samples/sample-android/app/dependencies-aar.gradle � samples/sample-android/app/dependencies-src.gradle � samples/sample-android/app/src/main/AndroidManifest.xml � samples/sample-android/app/src/main/java/sample/tencent/matrix/MainActivity.java � samples/sample-android/app/src/main/res/layout/activity_main.xml
# Conflicts: # samples/sample-android/app/src/main/AndroidManifest.xml
java.lang.NullPointerException: pidMemInfoArray[i] must not be null
…quest !213) lifecycle: separate foreground / background callback api
… !214) matrix-memory-canary: fix trim memory concurrency issue
… !215) matrix-memory-canary: fix trim memory ANR
…equest !216) lifecycle: add log for fg service owner
…ge request !217) fix openGL judge bug
…equest !218) lifecycle: fix compat issue with api level < 29
… request !219) resource-canary: add leak processor log
…equest !220) feature/dev-fg-service-fix fix 直接 stopService 导致 stopForeground 漏统计的情况
…to feature/dev
#fix# kts can not set matrix trace
ccloverhe seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.