libEGL error - Galaxy S6 Edge Q&A, Help & Troubleshooting

Can anyone tell me whats wrong when this error is found in the log?
It happens to random apps all the time. "Unfortunately APP_NAME has stopped".
If the "Report" button is present I always find "Native crash" in the crashdescription.
"boot.oat", "libc" and "libhwui" can often be found in the stacktrace.
APP_NAME can be anything like Bluetooth, Google play store, Chrome, Samsung keyboard, System UI, you name it.
I had these errors since I first rooted my phone a year ago. Whatever rom/firmware I install/flash they always
come back, even in the first language chooser screen in the phone setup.
Random reboot of phone or UI occurs at random times.
Current running version: G925FXXU3COL1 with supersu2.71 (installed yesterday and working very badly)
but as I said, it doesnt matter what version I run, the same error happens anyways.
Only a reboot or reinstall of the app helps to get it going again.
Also tried a few 6.01 roms, but always stuck in bootlogo.
Catlog: http://pastebin.com/u4Q8CMeP
Part of the log that is always present when apps are killed:
04-04 15:01:29.298 E/OpenGLRenderer(3794): SFEffectCache:clear(), mSize = 0
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libEGL (3794): HWUI Context(1590163840) Damaged Report-Shader
04-04 15:01:29.298 E/libEGL (3794): HWUI Shaders(2):
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 0) Handle(13)
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 1) DAMAGED Handle(15)
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libGLESv2(3794): HWUI Protection: wrong calling from app context F:ES2-glDeleteShader, handle(15)
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libEGL (3794): HWUI Context(1590163840) Damaged Report-Shader
04-04 15:01:29.298 E/libEGL (3794): HWUI Shaders(2):
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 0) DAMAGED Handle(13)
04-04 15:01:29.298 E/libEGL (3794): HWUI Unit 1) Handle(15)
04-04 15:01:29.298 E/libEGL (3794): ------------------------------------------------
04-04 15:01:29.298 E/libGLESv2(3794): HWUI Protection: wrong calling from app context F:ES2-glDeleteShader, handle(13)
Any help or insight is appreciated.
/r0b

Related

japan DDR S.apk force close on Streak 5

This is my favorite game and Im kinda excited its coming to Android finally. Its in a very early stage, just released in japan market a few days ago. I got a copy of the .apk (it's a free app) it starts normal, but as soon as I begin a game and the first stage loads, it crashes, I have heard it works fine on Desire and Droid X. It looks like an OpenGL fatal exception.
Could someone have a look and maybe explain what maybe going on here?
Maybe I need need DJ_Steve's ppt tweaks?
It maybe a Konami issue with Streak, I have sent them a few emails telling the issue.
Im not in any rush, actually waiting for a US Release, so I can really complain, but the app is clearly not finished and in early stages.
App is ~40MB and installed to phones internal memory.
here is a chunk of the logcat where I think the issue is..
04-04 18:25:10.928 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:10.948 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:10.968 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:10.988 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:10.998 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.008 E/PrintK (16421): <3>kgsl kgsl: |kgsl_mmu_map| gen_pool_alloc failed: 4194304
04-04 18:25:11.018 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.038 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.038 E/PrintK (16421): <3>kgsl kgsl: |kgsl_mmu_map| gen_pool_alloc failed: 4194304
04-04 18:25:11.048 E/PrintK (16421): <3>kgsl kgsl: |kgsl_mmu_map| gen_pool_alloc failed: 4194304
04-04 18:25:11.058 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.068 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.078 F/dalvikvm(16421): Exception!!! threadid=13: thread exiting with uncaught exception (group=0x4001d978)
04-04 18:25:11.088 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.088 E/AndroidRuntime(16421): FATAL EXCEPTION: GLThread 14
04-04 18:25:11.088 E/AndroidRuntime(16421): android.opengl.GLException: out of memory
04-04 18:25:11.088 E/AndroidRuntime(16421): at android.opengl.GLErrorWrapper.checkError(GLErrorWrapper.java:62)
04-04 18:25:11.088 E/AndroidRuntime(16421): at android.opengl.GLErrorWrapper.glDrawArrays(GLErrorWrapper.java:258)
04-04 18:25:11.088 E/AndroidRuntime(16421): at b.a.p.a(Unknown Source)
04-04 18:25:11.088 E/AndroidRuntime(16421): at b.a.p.a(Unknown Source)
04-04 18:25:11.088 E/AndroidRuntime(16421): at b.a.p.b(Unknown Source)
04-04 18:25:11.088 E/AndroidRuntime(16421): at com.konami.android.ddrs_android.a.onDrawFrame(Unknown Source)
04-04 18:25:11.088 E/AndroidRuntime(16421): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1332)
04-04 18:25:11.088 E/AndroidRuntime(16421): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)
04-04 18:25:11.098 W/ActivityManager(13765): Force finishing activity com.konami.android.ddrs_android/.DDRS_Android
04-04 18:25:11.108 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.138 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.158 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.158 I/WindowManager(13765): Setting rotation to 1, animFlags=1
04-04 18:25:11.158 I/ActivityManager(13765): Config changed: { scale=1.0 imsi=310/410 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=2 layout=35 uiMode=17 seq=6}
04-04 18:25:11.168 D/PhoneApp(13850): updateProximitySensorMode: state = IDLE
04-04 18:25:11.168 I/PhoneApp(13850): proximitySensorModeEnabled = true
04-04 18:25:11.178 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.198 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.218 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.218 D/PhoneApp(13850): updateProximitySensorMode: lock already released.
04-04 18:25:11.228 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.248 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.268 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.288 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.308 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.318 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.338 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.348 E/JavaBinder(16421): Unknown binder error code. 0xfffffff7
04-04 18:25:11.358 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.378 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.388 D/PrintK (74): <6>binder: release 16421:16433 transaction 1131332 out, still active
04-04 18:25:11.388 I/ActivityManager(13765): Process com.konami.android.ddrs_android (pid 16421) has died.
04-04 18:25:11.398 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.408 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.408 I/WindowManager(13765): WIN DEATH: Window{4ae39810 SurfaceView paused=false}
04-04 18:25:11.408 I/WindowManager(13765): WIN DEATH: Window{4aca9948 com.konami.android.ddrs_android/com.konami.android.ddrs_android.DDRS_Android paused=false}
04-04 18:25:11.428 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.428 W/InputManagerService(13765): Got RemoteException sending setActive(false) notification to pid 16421 uid 10140
04-04 18:25:11.438 D/PrintK (13841): <6>binder: 13841:13841 transaction failed 29189, size 88-0
04-04 18:25:11.448 D/PrintK (13758): <6>pcm_write to change to RT tid = 13762
04-04 18:25:11.469 D/PrintK (13758): <6>pcm_write to change
I have also attached the text file.
I can share .apk link (.apk is too large to upload here) as long as its ok with xda rules.
Thanks everyone.
ran on my wifes i897 cappy without issue,
Could someone on any Stock ROM try this?
Could someone on a stock 2.2 ROM or 2.2.2 Dell Rom please try installing this .apk?
here are the links.... its ~40MB
http://www.multiupload.com/6XMKGRS8OU
http://www.duckload.com/dl/tEMR2
anyone that gets this app to complete a song/stage, please let us know, thank you everyone!
On my ex-GF Galaxy Tab, I've cleared all songs on Heavy with Bs

Beginning Android Development

you can ignore this. I'll leave the thread so people can learn from my mistake.
The error was because Java is case sensitive, unlike CFML. so linearLayout is not the same as LinearLayout.
I just started playing around with Android Development. I'm using Eclipse. I'm using the 1st set of Tutorials on the Android Development page from the Eclipse install. I'm on the Edit Form and Button part of the tutorial. When I try to run it in the Emulator or on my Sensation 4g, it 'expectantly shuts down'. Here is the LogCat which I'm not familiar with reading yet (any debugging tutorials would be awesome).
Code:
04-04 21:24:28.733: E/Trace(908): error opening trace file: No such file or directory (2)
04-04 21:24:29.703: D/AndroidRuntime(908): Shutting down VM
04-04 21:24:29.703: W/dalvikvm(908): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
04-04 21:24:29.738: E/AndroidRuntime(908): FATAL EXCEPTION: main
04-04 21:24:29.738: E/AndroidRuntime(908): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myfirstapp/com.example.myfirstapp.MainActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class linearLayout
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.access$600(ActivityThread.java:141)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.os.Looper.loop(Looper.java:137)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.main(ActivityThread.java:5041)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.reflect.Method.invokeNative(Native Method)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.reflect.Method.invoke(Method.java:511)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
04-04 21:24:29.738: E/AndroidRuntime(908): at dalvik.system.NativeStart.main(Native Method)
04-04 21:24:29.738: E/AndroidRuntime(908): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class linearLayout
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:698)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.inflate(LayoutInflater.java:466)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:270)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.Activity.setContentView(Activity.java:1881)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.example.myfirstapp.MainActivity.onCreate(MainActivity.java:12)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.Activity.performCreate(Activity.java:5104)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
04-04 21:24:29.738: E/AndroidRuntime(908): ... 11 more
04-04 21:24:29.738: E/AndroidRuntime(908): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.linearLayout" on path: /data/app/com.example.myfirstapp-1.apk
04-04 21:24:29.738: E/AndroidRuntime(908): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
04-04 21:24:29.738: E/AndroidRuntime(908): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.createView(LayoutInflater.java:552)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:643)
04-04 21:24:29.738: E/AndroidRuntime(908): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:66)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:660)
04-04 21:24:29.738: E/AndroidRuntime(908): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:685)
04-04 21:24:29.738: E/AndroidRuntime(908): ... 20 more
I'm not sure if the hangup is
Code:
04-04 21:24:29.738: E/AndroidRuntime(908): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.linearLayout" on path: /data/app/com.example.myfirstapp-1.apk
or if something in the beginning is causeing the error. I followed the tutorial to the letter so I'm not sure why the class isn't there. Any suggestions?
Sorry for the noob question, I know you guys have probably answered a million of these type of questions. Everyone has to start somewhere...

Some games just close ! help :(

Hi ,
installed Remix OS recently and some games like Color Switch , Asphalt 8 , Raymans Adventures and more just pop-up show the first screen and then closes ! while some other apps work like clash of clans and clash royale !
Used Logcat so maybe you can understand the error's cause thank you
---- Apr 4, 2016 12:25:38 ----
04-04 12:25:12.835 5783 5783 E ActivityThread: Performing stop of activity that is not resumed: {scd.lcex/scd.lcex.ActivityMain}
04-04 12:25:12.835 5783 5783 E ActivityThread: java.lang.RuntimeException: Performing stop of activity that is not resumed: {scd.lcex/scd.lcex.ActivityMain}
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3355)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3436)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.access$1100(ActivityThread.java:155)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1336)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.os.Looper.loop(Looper.java:135)
04-04 12:25:12.835 5783 5783 E ActivityThread: at android.app.ActivityThread.main(ActivityThread.java:5401)
04-04 12:25:12.835 5783 5783 E ActivityThread: at java.lang.reflect.Method.invoke(Native Method)
04-04 12:25:12.835 5783 5783 E ActivityThread: at java.lang.reflect.Method.invoke(Method.java:372)
04-04 12:25:12.835 5783 5783 E ActivityThread: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
04-04 12:25:12.835 5783 5783 E ActivityThread: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
04-04 12:25:36.257 5783 5783 I AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
---- Apr 4, 2016 12:25:38 ----
actually i don't know what's that but they're errors .
i use an AMD C6 APU 1.4ghz dual core and AMD Radeon HD 6290M .. 4gb of RAM
an old laptop of mine
thanks in advance
Run the games in fullscreen mode. It works for me most of the times.
Just right click on the game icon in "start" menu.
red_it said:
Run the games in fullscreen mode. It works for me most of the times.
Just right click on the game icon in "start" menu.
Click to expand...
Click to collapse
same problem presists but thanks anyway for the respond !
https://groups.google.com/forum/#!topic/remix-os-for-pc/-UZXopMPj6o
https://forums.plex.tv/discussion/206300/remix-os
Most of the games i try work pretty well using the full screen setting, but I have noticed Gameloft games that use to work fine (except for the low gfx settings) now will auto close themselves.
Thanks for the link above, def going to try that out now!
same problem
i have the same problem but not with any games but very simple and every day apps like vpn or whats app! like in whats app when i try to attach a picture in a group the app crash and restarts but when i share a video uploads the video with no problem !!!

[Help] [Samsung Camera App Crash, force Stopping]

Hi dear devs,
After rooting my j7 prime and deleting some unwanted bloatware my stock camera app stopped working i generated a log file for it ... as i am a newbie to android devlopment i am unable to understang the log file and problem occuring in camera app ... can any one help me with this problem..
Log file generated using Logcat xtreme app
---- 25 Jul 2020 6:08:35 pm ----
07-25 18:06:41.948 3324 11620 I ActivityManager: START u0 {act=android.intent.action.MAIN typ=null flg=0x10200000 cmp=ComponentInfo{com.sec.android.app.camera/com.sec.android.app.camera.Camera}} from uid 10077
07-25 18:06:41.967 3324 3334 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.app.camera user:0
07-25 18:06:41.967 3324 3334 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.app.camera user:0
07-25 18:06:41.979 3324 3334 I ActivityManager: Start proc 12233:com.sec.android.app.camera/u0a51 for activity com.sec.android.app.camera/.Camera
07-25 18:06:41.985 2962 2962 I SurfaceFlinger: id=209 createSurf (1080x1920),1 flag=40000404, Splash Screen com.sec.android.app.camera[3324]#0
07-25 18:06:41.988 12233 12233 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.sec.android.app.camera
07-25 18:06:42.016 3324 3334 I ActivityManager: DSS on for com.sec.android.app.camera and scale is 1.0
07-25 18:06:42.235 2982 10729 I CameraService: CameraService::connect call (PID -1 "com.sec.android.app.camera", camera ID 0) for HAL version default and Camera API version 1
07-25 18:06:42.238 2982 10729 I CameraFlashlight: prepareDeviceOpen: prepare for device open(cameraId=0, package=com.sec.android.app.camera)
07-25 18:06:42.241 2982 10729 I CameraService: startCameraOps: Start camera ops, package name = com.sec.android.app.camera, client UID = 10051
07-25 18:06:42.264 3324 3324 I SecExternalDisplayIntents_Java: Intent Recieved .. -com.sec.android.app.camera.ACTION_CAMERA_STARTBroadCast Map value - 2
07-25 18:06:42.351 2962 2962 I SurfaceFlinger: id=210 createSurf (1920x1080),1 flag=40000004, com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#0
07-25 18:06:42.360 2962 2962 I SurfaceFlinger: id=211 createSurf (960x720),4 flag=404, SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:42.360 2962 2962 I SurfaceFlinger: id=212 createSurf (960x720),-1 flag=20404, Background for - SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:42.364 2962 2962 I SurfaceFlinger: id=213 createSurf (1920x1080),1 flag=4, SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:42.365 2962 2962 I SurfaceFlinger: id=214 createSurf (1920x1080),-1 flag=20004, Background for - SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:42.563 12233 12338 I chatty : uid=10051(com.sec.android.app.camera) BaseMenuLoading identical 3 lines
07-25 18:06:42.569 2962 2962 I SurfaceFlinger: id=215 createSurf (1027x1239),1 flag=4, com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#1
07-25 18:06:42.615 12233 12338 I chatty : uid=10051(com.sec.android.app.camera) BaseMenuLoading identical 3 lines
07-25 18:06:42.750 12233 12338 I chatty : uid=10051(com.sec.android.app.camera) BaseMenuLoading identical 3 lines
07-25 18:06:42.803 3324 3352 I ActivityManager: Complete : feature=APPL app_id=com.android.server.ssrm value=820 extra=com.sec.android.app.camera
07-25 18:06:42.803 3324 3352 I ActivityManager: Displayed com.sec.android.app.camera/.Camera: +820ms
07-25 18:06:42.816 12233 12255 E AndroidRuntime: Process: com.sec.android.app.camera, PID: 12233
07-25 18:06:42.816 12233 12255 E AndroidRuntime: at com.sec.android.app.camera.plugin.PlugInStickerLoader.registerObserver(PlugInStickerLoader.java:655)
07-25 18:06:42.816 12233 12255 E AndroidRuntime: at com.sec.android.app.camera.Camera.onCameraEnterCompleted(Camera.java:8760)
07-25 18:06:42.816 12233 12255 E AndroidRuntime: at com.sec.android.app.camera.Camera.onStartingPreviewCompleted(Camera.java:3272)
07-25 18:06:42.816 12233 12255 E AndroidRuntime: at com.sec.android.app.camera.engine.CommonEngine.startingPreviewCompleted(CommonEngine.java:7793)
07-25 18:06:42.816 12233 12255 E AndroidRuntime: at com.sec.android.app.camera.engine.CeStateStartingPreview.handleMessage(CeStateStartingPreview.java:50)
07-25 18:06:42.816 12233 12255 E AndroidRuntime: at com.sec.android.app.camera.engine.CommonEngine$StateMessageHandler.handleMessage(CommonEngine.java:12032)
07-25 18:06:43.333 3324 3393 E WindowManager: win=Window{977dc7b u0 Splash Screen com.sec.android.app.camera EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true win.mViewVisibility=0, caller=com.android.server.wm.AppWindowToken.destroySurfaces:748 com.android.server.wm.AppWindowToken.destroySurfaces:732 com.android.server.wm.WindowState.onExitAnimationDone:5646 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:553 com.android.server.wm.DisplayContent.lambda$-com_android_server_wm_DisplayContent_21578:476
07-25 18:06:43.334 3324 3393 I WindowManager: Destroying surface #76a683c: Surface(name=Splash Screen com.sec.android.app.camera) called by com.android.server.wm.WindowStateAnimator.destroySurface:2617 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:1026 com.android.server.wm.WindowState.destroyOrSaveSurfaceUnchecked:3921 com.android.server.wm.WindowState.destroySurface:3867 com.android.server.wm.AppWindowToken.destroySurfaces:748 com.android.server.wm.AppWindowToken.destroySurfaces:732 com.android.server.wm.WindowState.onExitAnimationDone:5646 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:553
07-25 18:06:43.334 2962 3275 I SurfaceFlinger: id=209 Removed Splash Screen com.sec.android.app.camera[3324]#0 (1/7)
07-25 18:06:43.344 2962 3275 I SurfaceFlinger: id=209 Removed Splash Screen com.sec.android.app.camera[3324]#0 (-2/7)
07-25 18:06:43.348 2962 2962 I Layer : id=209 onRemoved Splash Screen com.sec.android.app.camera[3324]#0
07-25 18:06:44.252 3324 3393 E WindowManager: win=Window{eb7d76a u0 com.sec.android.app.camera/com.sec.android.app.camera.Camera EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true win.mViewVisibility=0, caller=com.android.server.wm.AppWindowToken.destroySurfaces:748 com.android.server.wm.AppWindowToken.destroySurfaces:732 com.android.server.wm.WindowState.onExitAnimationDone:5646 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:553 com.android.server.wm.DisplayContent.lambda$-com_android_server_wm_DisplayContent_21578:476
07-25 18:06:44.253 3324 3393 I WindowManager: Destroying surface #793cc28: Surface(name=com.sec.android.app.camera/com.sec.android.app.camera.Camera) called by com.android.server.wm.WindowStateAnimator.destroySurface:2617 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:1026 com.android.server.wm.WindowState.destroyOrSaveSurfaceUnchecked:3921 com.android.server.wm.WindowState.destroySurface:3867 com.android.server.wm.AppWindowToken.destroySurfaces:748 com.android.server.wm.AppWindowToken.destroySurfaces:732 com.android.server.wm.WindowState.onExitAnimationDone:5646 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:553
07-25 18:06:44.254 2962 3062 I SurfaceFlinger: id=215 Removed com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#1 (3/6)
07-25 18:06:44.261 2962 3062 I SurfaceFlinger: id=215 Removed com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#1 (-2/6)
07-25 18:06:44.267 2962 2962 I Layer : id=215 onRemoved com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#1
07-25 18:06:47.828 3324 3334 W ActivityManager: crash : com.sec.android.app.camera,0
07-25 18:06:47.832 3324 3334 W ActivityManager: Force finishing activity com.sec.android.app.camera/.Camera
07-25 18:06:47.877 3324 3342 I ActivityManager: Showing crash dialog for package com.sec.android.app.camera u0
07-25 18:06:47.967 2962 2962 I SurfaceFlinger: id=217 createSurf (13x13),1 flag=4, Application Error: com.sec.android.app.camera[3324]#0
07-25 18:06:48.021 4451 4470 W PkgUtils: p: com.sec.android.app.camera, u:0
07-25 18:06:48.093 3324 3426 I InputDispatcher: Window '75409e0 com.sec.android.app.camera/com.sec.android.app.camera.Camera (server)' spent 3052.2ms processing the last input event(waitqueue size: 1)
07-25 18:06:48.104 3324 4030 I MediaFocusControl: abandonAudioFocus() from uid/pid 10051/12233 clientId=android.media.AudioManager$d796ee7com.sec.android.app.camera.SoundManager$2$a28ca94
07-25 18:06:48.336 3324 3341 W ActivityManager: Activity pause timeout for ActivityRecord{bba585a u0 com.sec.android.app.camera/.Camera t27 f}
07-25 18:06:48.334 12233 12252 I chatty : uid=10051(com.sec.android.app.camera) BackgroundHandl identical 5 lines
07-25 18:06:48.471 12233 12238 I zygote : Compiler allocated 4MB to compile boolean com.sec.android.app.camera.plugin.ExternalFilterLoader.loadExternalFilters()
07-25 18:06:48.643 2982 2982 I CameraService: finishCameraOps: Finish camera ops, package name = com.sec.android.app.camera, client UID = 10051
07-25 18:06:48.647 2982 2982 I CameraFlashlight: deviceClosed: device 0 is closed(package=com.sec.android.app.camera)
07-25 18:06:48.658 3324 3324 I SecExternalDisplayIntents_Java: Intent Recieved .. -com.sec.android.app.camera.ACTION_CAMERA_STOPBroadCast Map value - 4
07-25 18:06:48.662 11894 11894 I [SC]DetectorReceiver: onReceive [com.sec.android.app.camera.ACTION_CAMERA_STOP]
07-25 18:06:48.796 3324 4030 I MediaFocusControl: abandonAudioFocus() from uid/pid 10051/12233 clientId=android.media.AudioManager$d796ee7com.sec.android.app.camera.SoundManager$2$a28ca94
07-25 18:06:48.800 3324 4030 I WindowManager: Destroying surface #688e30: Surface(name=com.sec.android.app.camera/com.sec.android.app.camera.Camera) called by com.android.server.wm.WindowStateAnimator.destroySurface:2617 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:1026 com.android.server.wm.WindowState.removeImmediately:2618 com.android.server.wm.WindowState.removeIfPossible:2810 com.android.server.wm.WindowState.removeIfPossible:2640 com.android.server.wm.WindowManagerService.removeWindow:2137 com.android.server.wm.Session.remove:264 android.view.IWindowSession$Stub.onTransact:242
07-25 18:06:48.800 2962 3062 I SurfaceFlinger: id=210 Removed com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#0 (2/7)
07-25 18:06:48.801 2962 3059 I SurfaceFlinger: id=210 Removed com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#0 (-2/7)
07-25 18:06:48.813 2962 2962 I Layer : id=210 onRemoved com.sec.android.app.camera/com.sec.android.app.camera.Camera[12233]#0
07-25 18:06:48.813 2962 2962 I Layer : id=212 onRemoved Background for - SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:48.813 2962 2962 I Layer : id=214 onRemoved Background for - SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:48.813 2962 2962 I Layer : id=211 onRemoved SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:48.813 2962 2962 I Layer : id=213 onRemoved SurfaceView - com.sec.android.app.camera/[email protected]@0[12233]#0
07-25 18:06:49.673 3324 3334 I ActivityManager: Killing 12233:com.sec.android.app.camera/u0a51 (adj 900): crash
07-25 18:06:49.969 3324 3393 I WindowManager: Destroying surface #743d58c: Surface(name=Application Error: com.sec.android.app.camera) called by com.android.server.wm.WindowStateAnimator.destroySurface:2617 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:1026 com.android.server.wm.WindowState.destroyOrSaveSurfaceUnchecked:3921 com.android.server.wm.RootWindowContainer.performSurfacePlacement:870 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:225 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:173 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:163 com.android.server.wm.WindowSurfacePlacer.lambda$-com_android_server_wm_WindowSurfacePlacer_6552:136
07-25 18:06:49.969 2962 3062 I SurfaceFlinger: id=217 Removed Application Error: com.sec.android.app.camera[3324]#0 (3/6)
07-25 18:06:49.970 2962 3062 I SurfaceFlinger: id=217 Removed Application Error: com.sec.android.app.camera[3324]#0 (-2/6)
07-25 18:06:49.983 2962 2962 I Layer : id=217 onRemoved Application Error: com.sec.android.app.camera[3324]#0
---- 25 Jul 2020 6:08:35 pm ----

Question Video freezes in Chrome, audio & captions continue

I mostly experience this issue while using Chrome to view videos embedded in my timeline on Facebook; I think I've also seen it happening on some other sites like nu.nl, but so far have been unable to reproduce this while viewing videos on YouTube mobile website for example, or in other apps (but maybe I just haven't tried enough on other sites or apps).
Usually the video freezes after it has been playing for a couple of seconds, while audio (and captions if enabled) continue. Pausing and restarting the video doesn't help, but video will continue again if I open the recent apps list and then go back to the browser; see https://drive.google.com/file/d/1IFHuMUdqj9xItYy9FSI5lhx4d-AxHYyB/view?usp=sharing for a video that illustrates this. Once the video has resumed using this procedure, it usually plays fine until the end, but the next video may exhibit the same issue all over again.
I've contacted OnePlus about this, but without any decent troubleshooting they advised me to send in my device to get it repaired. Not sure whether that's their standard response if something is not behaving as expected, or maybe this is a common hardware issue with these devices. If it really is a hardware issue, then I'm wondering why I don't experience this issue with other apps for example. Maybe it's related to AVC codec used by Facebook, whereas YouTube for example seems to use VP9 according to 'adb logcat'.
Obviously I would like to be a bit more certain that this is really a hardware issue before sending in my device, so wondering whether anyone else experienced similar issues while playing videos in Chrome, and whether they were able to resolve this.
So far, I've tried the following to no avail: rebooting the device, clearing data for Chrome, disable private DNS (to make sure ad blocking doesn't interfere with Facebook videos).
I did try to get some more information through ADB, not sure whether this is worth anything.
While playing any video in Chrome (on any site, and whether it freezes or not), I see a lot of the following messages in 'adb logcat':
Code:
MtkOmxVdecDebug: [0xe5ddb700] === BufQWDT=== ETB too slow: 180210us
And occasionally the following message:
Code:
Choreographer: Frame time is 0.061281 now = 127377097084976 timestampNanos = 127377097146257 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
Following is an excerpt from the log when the video actually freezes:
Code:
09-14 09:42:26.872 1195 16327 W MtkOmxVdecDebug: [0xe5d03840] === BufQWDT=== ETB too slow: 214247us
09-14 09:42:27.074 1195 16327 W MtkOmxVdecDebug: [0xe5d03840] === BufQWDT=== ETB too slow: 189233us
09-14 09:42:27.211 1195 16327 W MtkOmxVdecDebug: [0xe5d03840] === BufQWDT=== ETB too slow: 125086us
09-14 09:42:27.321 1195 16328 E MtkV4L2Device: [0xe5d03a9c] [dequeueFrameBuffer] ioctl failed. error = Broken pipe
09-14 09:42:27.325 1195 16328 E MtkV4L2Device: [0xe5d03a9c] [dequeueFrameBuffer] ioctl failed. error = Broken pipe
09-14 09:42:27.555 1195 16287 W MtkOmxVdecDebug: [0xe248b280] === BufQWDT=== FTB too slow: 17538686us
09-14 09:42:27.581 5581 12112 W cr_MediaCodecBridge: Releasing: OMX.MTK.VIDEO.DECODER.AVC
09-14 09:42:27.583 1195 1195 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.583 1195 28762 E OMXNodeInstance: setParameter(0xe248b284:MTK.DECODER.AVC, ??(0x7f00002b)) ERROR: IncorrectStateOperation(0x80001018)
09-14 09:42:27.583 5581 16285 W ACodec : Failed to set ANW_HWComposer to OMX, ignoring (-2147483648)
09-14 09:42:27.584 1195 16298 W MtkOmxVdecDebug: [0xe79c9840] === BufQWDT=== FTB too slow: 17491481us
09-14 09:42:27.584 1195 13921 E MtkOmxVdecExV4L2: [0xe248b280] Ignore SP AndroidNativeBufferConsumerUsage in mState:(3)
09-14 09:42:27.588 5581 12112 W cr_MediaCodecBridge: Codec released
09-14 09:42:27.597 1195 13922 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.597 1195 16309 W MtkOmxVdecDebug: [0xe24acdc0] === BufQWDT=== FTB too slow: 17470601us
09-14 09:42:27.611 1195 16288 W MtkOmxVdecExV4L2: [0xe248b280] FBD with wrong time order, 701000 => -1
09-14 09:42:27.615 5581 12112 W cr_MediaCodecBridge: Releasing: OMX.MTK.VIDEO.DECODER.AVC
09-14 09:42:27.617 1195 28762 E OMXNodeInstance: setParameter(0xe79c9844:MTK.DECODER.AVC, ??(0x7f00002b)) ERROR: IncorrectStateOperation(0x80001018)
09-14 09:42:27.617 5581 16295 W ACodec : Failed to set ANW_HWComposer to OMX, ignoring (-2147483648)
09-14 09:42:27.617 1195 1195 E MtkOmxVdecExV4L2: [0xe79c9840] Ignore SP AndroidNativeBufferConsumerUsage in mState:(3)
09-14 09:42:27.620 5581 12112 W cr_MediaCodecBridge: Codec released
09-14 09:42:27.621 5581 12112 W cr_MediaCodecBridge: Releasing: OMX.MTK.VIDEO.DECODER.AVC
09-14 09:42:27.623 1195 1195 E OMXNodeInstance: setParameter(0xe24acdc4:MTK.DECODER.AVC, ??(0x7f00002b)) ERROR: IncorrectStateOperation(0x80001018)
09-14 09:42:27.623 5581 16306 W ACodec : Failed to set ANW_HWComposer to OMX, ignoring (-2147483648)
09-14 09:42:27.627 1195 13922 E MtkV4L2Device: [0xe248b4dc] [setDevicePollInterrupt] write sueeeed...
09-14 09:42:27.628 1195 28762 E MtkOmxVdecExV4L2: [0xe24acdc0] Ignore SP AndroidNativeBufferConsumerUsage in mState:(3)
09-14 09:42:27.629 1195 16299 W MtkOmxVdecExV4L2: [0xe79c9840] FBD with wrong time order, 917584 => -1
09-14 09:42:27.630 5581 12112 W cr_MediaCodecBridge: Codec released
09-14 09:42:27.637 1195 16310 W MtkOmxVdecExV4L2: [0xe24acdc0] FBD with wrong time order, 767434 => -1
09-14 09:42:27.640 1195 28762 E MtkV4L2Device: [0xe79c9a9c] [setDevicePollInterrupt] write sueeeed...
09-14 09:42:27.656 1195 13922 E MtkV4L2Device: [0xe24ad01c] [setDevicePollInterrupt] write sueeeed...
09-14 09:42:27.672 5581 12112 W cr_MediaCodecBridge: Releasing: OMX.MTK.VIDEO.DECODER.AVC
09-14 09:42:27.673 1195 31709 E OMXNodeInstance: setParameter(0xe5d03844:MTK.DECODER.AVC, ??(0x7f00002b)) ERROR: IncorrectStateOperation(0x80001018)
09-14 09:42:27.673 5581 16325 W ACodec : Failed to set ANW_HWComposer to OMX, ignoring (-2147483648)
09-14 09:42:27.674 1195 31709 E MtkOmxVdecExV4L2: [0xe5d03840] Ignore SP AndroidNativeBufferConsumerUsage in mState:(3)
09-14 09:42:27.676 5581 12112 W cr_MediaCodecBridge: Codec released
09-14 09:42:27.685 1195 31709 E libc : Access denied finding property "ro.mtk_crossmount_support"
09-14 09:42:27.685 1195 31709 E libc : Access denied finding property "ro.mtk_deinterlace_support"
09-14 09:42:27.688 1195 13922 E MtkV4L2Device: [0xe5d03a9c] [setDevicePollInterrupt] write sueeeed...
09-14 09:42:27.704 1195 13922 E OMXNodeInstance: setParameter(0xe79c9284:MTK.DECODER.AVC, OMX.google.android.index.allocateNativeHandle(0x7f20040e): Output:1 en=0) ERROR: BadParameter(0x80001005)
09-14 09:42:27.704 1195 13922 E MtkOmxVdecExV4L2: [0xe79c9280] MtkOmxVdec::GetParameter unsupported nParamIndex
09-14 09:42:27.704 1195 13922 E OMXNodeInstance: getParameter(0xe79c9284:MTK.DECODER.AVC, ??(0x6f600011)) ERROR: UnsupportedIndex(0x8000101a)
09-14 09:42:27.704 5581 16345 E OplusACodec: [GetVideoCodingTypeFromMime:L1093] mime:video/avc
09-14 09:42:27.705 5581 16345 E ACodec : failed to set min buffer size to 2764800 (is still 2097152)
09-14 09:42:27.705 1195 31709 E MtkOmxVdecExV4L2: [0xe79c9280] MtkOmxVdec::GetConfig Unknown config index: 0x6F100004
09-14 09:42:27.705 1195 31709 E OMXNodeInstance: getConfig(0xe79c9284:MTK.DECODER.AVC, ConfigAndroidVendorExtension(0x6f100004)) ERROR: UnsupportedIndex(0x8000101a)
09-14 09:42:27.706 1195 31709 E MtkV4L2Device: [0xe79c94dc] [getColorDesc] ioctl(3222820423) failed. error = Invalid argument
09-14 09:42:27.715 1161 3586 W ResourceManagerService: Ignoring request to add new resource entry with value <= 0
09-14 09:42:27.719 1195 13922 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.722 1195 13922 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.724 1195 13922 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.725 1195 13922 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.748 1195 16348 E MtkOmxVdecExV4L2: [0xe79c9280] MtkOmxVdec::handleResolutionChange
09-14 09:42:27.753 1195 13921 E MtkOmxVdecExV4L2: [0xe79c9280] Ignore SP AndroidNativeBufferConsumerUsage in mState:(3)
09-14 09:42:27.757 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.763 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.764 1195 13922 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.765 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.769 1226 1280 E VPUD : [Warning] u4ProcessedNALUSize: 0->35
09-14 09:42:27.787 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.825 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.828 5581 5616 E NdkImageReader: acquireImageLocked: Output buffer format: 0x10f, ImageReader configured format: 0x7f000001
09-14 09:42:27.828 5581 5616 E chromium: [ERROR:image_reader_gl_owner.cc(319)] method fails for some other reasons
09-14 09:42:27.828 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.855 1195 13923 W gralloc4: Buffer descriptor with invalid usage bits 0x2000
09-14 09:42:27.863 5581 5616 E NdkImageReader: acquireImageLocked: Output buffer format: 0x10f, ImageReader configured format: 0x7f000001
09-14 09:42:27.863 5581 5616 E chromium: [ERROR:image_reader_gl_owner.cc(319)] method fails for some other reasons
09-14 09:42:27.864 5581 5616 E NdkImageReader: acquireImageLocked: Output buffer format: 0x10f, ImageReader configured format: 0x7f000001
09-14 09:42:27.865 5581 5616 E chromium: [ERROR:image_reader_gl_owner.cc(319)] method fails for some other reasons
09-14 09:42:27.899 5581 5616 E NdkImageReader: acquireImageLocked: Output buffer format: 0x10f, ImageReader configured format: 0x7f000001
09-14 09:42:27.899 5581 5616 E chromium: [ERROR:image_reader_gl_owner.cc(319)] method fails for some other reasons
09-14 09:42:27.926 5581 5616 E NdkImageReader: acquireImageLocked: Output buffer format: 0x10f, ImageReader configured format: 0x7f000001
09-14 09:42:27.926 5581 5616 E chromium: [ERROR:image_reader_gl_owner.cc(319)] method fails for some other reasons
These last two messages ('acquireImageLocked' and 'method fails') then repeat many many times until I switch away from the browser, with only an occasional 'ETB too slow' message in-between.
Anyone any ideas?
I just tried facebook videos on chrome with dns and it's working normally.
I thing its something with the chrome. Have you tried other browsers?
Also mine was freezing at 1080 videos with chome.
My old 3t was playing flawlessly
xirosiman said:
I thing its something with the chrome. Have you tried other browsers?
Also mine was freezing at 1080 videos with chome.
My old 3t was playing flawlessly
Click to expand...
Click to collapse
Glad to hear that I'm not the only one experiencing this, did you ever report this to OnePlus? Indeed I think this issue mostly occurs when playing high-resolution videos. Did you switch to a different browser due to this issue, and if so, which browser?
I tried with DuckDuckGo browser which doesn't seem to be affected by this issue, however it looks like DuckDuckGo browser plays the videos in lower resolution so maybe that's the reason why it doesn't exhibit this issue. Not sure whether it's possible to somehow force it to play videos in high resolution. Maybe I'll try some other browsers as well.
Edit: Just tried factory resetting the phone; after going through the initial setup screens, without modifying any other settings or installing any apps, I immediately tried playing Facebook videos in Chrome, and again the issue could be easily reproduced. So even on a clean phone the issue is present.
Edit 2: Just tried some other browsers:
Both Chrome and Brave browser show the same issue with videos freezing.
In both Edge and DuckDuckGo browsers, videos are not freezing but video quality is really bad/grainy
Edit 3: I went to a local OnePlus service center today; they flashed the device but unfortunately the problem is still present. They will be contacting OnePlus directly to check with them how this issue can be fixed.
Edit 4:
Just tried disabling video hardware decoding in Chrome (through chrome://flags), which seems to fix the issue of videos freezing, and significantly reduces the number of warnings and errors in 'adb logcat'. However this is not a permanent solution, as disabling hardware decoding results in severely reduced video quality (I guess the browsers that were not affected by this issue were simply not using hardware decoding, as videos in those browsers were showing reduced video quality as well).
Question is whether the hardware decoding issue is caused by defective hardware, or whether this is a general issue with Nord 2 devices, for example caused by the MediaTek chipset or bugs in OnePlus software / Hardware Abstraction Layer.
Edit 5:
I've just been able to reproduce this behavior with other websites like nos.nl, nu.nl and 538.nl. Apparently the issue is triggered by changing the video resolution. For example, on both nu.nl and 538.nl I can more or less consistently reproduce this issue by switching between the 1080p and 720p streams and vice versa. I guess my original issue with Facebook is due to Facebook automatically changing resolution based on connection bandwidth.
Edit 6: The local OnePlus service center replaced mainboard and display, unfortunately this doesn't resolve the issue.

Categories

Resources