phhusson / treble_experimentations

Notes about tinkering with Android Project Treble
3.41k stars 659 forks source link

[MI 11 Lite 5G] Video crashes apps #2137

Closed danielalmeida1481 closed 2 years ago

danielalmeida1481 commented 2 years ago

I tried installing AOSP 12.0 v400.g but the system never booted so I decided to build Pixel Experience 12.0 v400.e to test it. Almost every gif or video makes Reddit crash. I also tried Facebook and the same crashes occured watching videos. I decided also test Instagram but to my surprise it never crashed.

If this problem is related to Pixel Experience only I want to apologize for creating this issue. If not, I also got some logs that certainly will help you. The logs are from a Pixel Experience build that I made were I just added a better overlay for my device. I tested in my build and in ponces v400.e and both had the same problems. video_crash.log

phhusson commented 2 years ago

Looks indeed like a bug of your ROM rather than my GSI. Give the result of getprop

Le sam. 8 janv. 2022 à 04:31, Daniel Almeida @.***> a écrit :

I tried installing AOSP 12.0 v400.g but the system never booted so I decided to build Pixel Experience 12.0 v400.e to test it. Almost every gif or video makes Reddit crash. I also tried Facebook and the same crashes occured watching videos. I decided also test Instagram but to my surprise it never crashed.

If this problem is related to Pixel Experience only I want to apologize for creating this issue. If not, I also got some logs that certainly will help you. The logs are from a Pixel Experience build that I made were I just added a better overlay for my device. I tested in my build and in ponces v400.e and both had the same problems. video_crash.log https://github.com/phhusson/treble_experimentations/files/7832490/video_crash.log

— Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/2137, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OXASWXY7BMPDV57P7DUU6VZ5ANCNFSM5LQD34UA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

pessip commented 2 years ago

I have the same issue running PE 12 on my mi 11 lite 5g. Here are the props: `

[gsm.operator.alpha]: [Telia FI,]

[gsm.sim.operator.alpha]: [Telia FI]

[gsm.version.ril-impl]: [Qualcomm RIL 1.0]

[ro.bootimage.build.date]: [Tue Nov 2 22:02:56 CST 2021]

[ro.build.date]: [Sat Dec 25 10:53:31 WET 2021]

[ro.build.description]: [renoir_eea-user 11 RKQ1.201112.002 V12.5.6.0.RKIEUXM release-keys]

[ro.keymaster.mod]: [AOSP on ARM64]

[ro.odm.build.date]: [Tue Nov 2 22:02:56 CST 2021]

[ro.product.build.date]: [Sat Dec 25 10:53:31 WET 2021]

[ro.system.build.date]: [Sat Dec 25 20:23:32 WET 2021]

[ro.system_ext.build.date]: [Sat Dec 25 10:53:31 WET 2021]

[ro.vendor.build.date]: [Tue Nov 2 22:02:56 CST 2021]

phhusson commented 2 years ago

so yes you have dalvik.vm.heapsize=36m. I'm confident this is because of the ROM you're using, and not because of my GSI base. If you can reproduce it on my AOSP please do tell, but I'm pretty sure you won't.