Giter Site home page Giter Site logo

Widevine about superwebview HOT 7 CLOSED

nodefive avatar nodefive commented on May 27, 2024
Widevine

from superwebview.

Comments (7)

roozbehzarei avatar roozbehzarei commented on May 27, 2024

What you're talking about is actually DRM (Digital Rights Management) and your title of choice, Widevine, is one of the many DRM technologies.

Please expand on what do you mean by adding DRM to the project. What is your ultimate goal? For example, are you trying to encrypt video files so that they cannot be downloaded or captured? I could help you more accurately if I know what your purpose is.

from superwebview.

nodefive avatar nodefive commented on May 27, 2024

Hi Roozbeh, what I am trying to do is create a webview that could play Appletv+. They do not have an app for Android phones, my guess is the app currently present at the PlayStore is for tablets only. https://tv.apple.com

from superwebview.

roozbehzarei avatar roozbehzarei commented on May 27, 2024

Hi Roozbeh, what I am trying to do is create a webview that could play Appletv+. They do not have an app for Android phones, my guess is the app currently present at the PlayStore is for tablets only. https://tv.apple.com

Hello,
On the page you provided Apple claims the service works on multiple platforms, web included. Since SuperWebView implements WebView component, the process should be fairly easy.
Just put the URL as the value of WEBSITE constant and build. It should work just like using the platform via Google Chrome.

from superwebview.

nodefive avatar nodefive commented on May 27, 2024

I could play a sample. But can't login, the app keeps crashing to the ops page. When I try to login, there is an iframe to another page, with a div for user/pwd and after that another one that shows with the verification code. At that point it crashes.

from superwebview.

roozbehzarei avatar roozbehzarei commented on May 27, 2024

Hello,
Please share the crash report from logcat and I will help you resolve this issue.

from superwebview.

nodefive avatar nodefive commented on May 27, 2024
2023-12-19 14:32:58.888 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        I  Late-enabling -Xcheck:jni
2023-12-19 14:32:58.922 19602-19602 USNET                   com.roozbehzarei.superwebview        E  USNET: appName: com.roozbehzarei.superwebview
2023-12-19 14:32:58.926 19602-19602 ProcessState            com.roozbehzarei.superwebview        D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2023-12-19 14:32:58.930 19602-19602 ActivityThread          com.roozbehzarei.superwebview        D  setConscryptValidator
2023-12-19 14:32:58.931 19602-19602 ActivityThread          com.roozbehzarei.superwebview        D  setConscryptValidator - put
2023-12-19 14:32:58.988 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  DexFile /data/data/com.roozbehzarei.superwebview/code_cache/.studio/instruments-3886282e.jar is in boot class path but is not in a known location
2023-12-19 14:32:59.160 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
2023-12-19 14:32:59.244 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
2023-12-19 14:32:59.246 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Redefining intrinsic method java.lang.Thread java.lang.Thread.currentThread(). This may cause the unexpected use of the original definition of java.lang.Thread java.lang.Thread.currentThread()in methods that have already been compiled.
2023-12-19 14:32:59.246 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Redefining intrinsic method boolean java.lang.Thread.interrupted(). This may cause the unexpected use of the original definition of boolean java.lang.Thread.interrupted()in methods that have already been compiled.
2023-12-19 14:32:59.261 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
2023-12-19 14:32:59.431 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
2023-12-19 14:32:59.607 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
2023-12-19 14:32:59.614 19602-19602 ActivityThread          com.roozbehzarei.superwebview        D  handleBindApplication()++ app=com.roozbehzarei.superwebview
2023-12-19 14:32:59.615 19602-19602 Compatibil...geReporter com.roozbehzarei.superwebview        D  Compat change id reported: 171979766; UID 11001; state: ENABLED
2023-12-19 14:32:59.664 19602-19602 GraphicsEnvironment     com.roozbehzarei.superwebview        V  ANGLE Developer option for 'com.roozbehzarei.superwebview' set to: 'default'
2023-12-19 14:32:59.664 19602-19602 GraphicsEnvironment     com.roozbehzarei.superwebview        V  App is not on the allowlist for updatable production driver.
2023-12-19 14:32:59.669 19602-19602 LoadedApk               com.roozbehzarei.superwebview        D  LoadedApk::makeApplication() appContext.mOpPackageName=com.roozbehzarei.superwebview appContext.mBasePackageName=com.roozbehzarei.superwebview
2023-12-19 14:32:59.669 19602-19602 NetworkSecurityConfig   com.roozbehzarei.superwebview        D  No Network Security Config specified, using platform default
2023-12-19 14:32:59.683 19602-19602 NetworkSecurityConfig   com.roozbehzarei.superwebview        D  No Network Security Config specified, using platform default
2023-12-19 14:32:59.692 19602-19602 ActivityThread          com.roozbehzarei.superwebview        D  handleBindApplication() --
2023-12-19 14:32:59.698 19602-19629 OpenGLRenderer          com.roozbehzarei.superwebview        D  RenderThread::requireGlContext()
2023-12-19 14:32:59.709 19602-19629 OpenGLRenderer          com.roozbehzarei.superwebview        D  RenderThread::setGrContext()
2023-12-19 14:32:59.710 19602-19602 AppCompatDelegate       com.roozbehzarei.superwebview        D  Checking for metadata for AppLocalesMetadataHolderService : Service not found
2023-12-19 14:32:59.729 19602-19602 DecorView               com.roozbehzarei.superwebview        I  [INFO] isPopOver=false, config=true
2023-12-19 14:32:59.729 19602-19602 DecorView               com.roozbehzarei.superwebview        I  updateCaptionType >> DecorView@49f350d[], isFloating=false, isApplication=true, hasWindowControllerCallback=true, hasWindowDecorCaption=false
2023-12-19 14:32:59.729 19602-19602 DecorView               com.roozbehzarei.superwebview        D  setCaptionType = 0, this = DecorView@49f350d[]
2023-12-19 14:32:59.732 19602-19602 DecorView               com.roozbehzarei.superwebview        I  getCurrentDensityDpi: from real metrics. densityDpi=480 msg=resources_loaded
2023-12-19 14:32:59.750 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Entry not found
2023-12-19 14:32:59.757 19602-19602 WebViewFactory          com.roozbehzarei.superwebview        I  Loading com.google.android.webview version 120.0.6099.43 (code 609904333)
2023-12-19 14:32:59.768 19602-19602 cr_WVCFactoryProvider   com.roozbehzarei.superwebview        I  Loaded version=120.0.6099.43 minSdkVersion=29 isBundle=true multiprocess=true packageId=2
2023-12-19 14:32:59.789 19602-19602 cr_LibraryLoader        com.roozbehzarei.superwebview        I  Successfully loaded native library
2023-12-19 14:32:59.790 19602-19602 cr_CachingUmaRecorder   com.roozbehzarei.superwebview        I  Flushed 7 samples from 7 histograms, 0 samples were dropped.
2023-12-19 14:32:59.798 19602-19602 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #registerProvider() provider:WV.v7@c8fcbe9 isPolicyCacheEnabled:false policyProvidersSize:0
2023-12-19 14:32:59.799 19602-19602 cr_PolicyProvider       com.roozbehzarei.superwebview        I  #setManagerAndSource() 0
2023-12-19 14:32:59.824 19602-19602 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #linkNativeInternal() 1
2023-12-19 14:32:59.825 19602-19602 cr_AppResProvider       com.roozbehzarei.superwebview        I  #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL]
2023-12-19 14:32:59.825 19602-19602 cr_PolicyProvider       com.roozbehzarei.superwebview        I  #notifySettingsAvailable() 0
2023-12-19 14:32:59.825 19602-19602 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #onSettingsAvailable() 0
2023-12-19 14:32:59.825 19602-19602 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #flushPolicies()
2023-12-19 14:32:59.894 19602-19602 Compatibil...geReporter com.roozbehzarei.superwebview        D  Compat change id reported: 171228096; UID 11001; state: ENABLED
2023-12-19 14:32:59.901 19602-19602 ConnectivityManager     com.roozbehzarei.superwebview        D  StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3925)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4489)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4456)] [WV.NC.e(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:38)] [WV.NC.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:24)] [J.N.MFiR_zHY(Native Method)] [org.chromium.android_webview.AwContents.<init>(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:439)] [com.android.webview.chromium.k.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:129)] [WV.XX.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:20)] [WV.WX.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:11)] [WV.XX.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:341)] [android.webkit.WebView.<init>(WebView.java:445)] [android.webkit.WebView.<init>(WebView.java:365)] [android.webkit.WebView.<init>(WebView.java:347)] [android.webkit.WebView.<init>(WebView.java:334)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:858)] [android.view.LayoutInflater.createView(LayoutInflater.java:780)] [com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:934)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:954)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1008)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1127)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1130)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.inflate(LayoutInflater.java:686)] [android.view.LayoutInflater.inflate(LayoutInflater.java:538)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:82)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:76)] [com.roozbehzarei.webview.MainActivity.onCreate(MainActivity.kt:36)] [android.app.Activity.performCreate(Activity.java:8290)] [android.app.Activity.performCreate(Activity.java:8270)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4085)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2443)]
2023-12-19 14:32:59.905 19602-19602 ConnectivityManager     com.roozbehzarei.superwebview        D  StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3925)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3967)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4349)] [WV.NC.e(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:118)] [WV.NC.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:24)] [J.N.MFiR_zHY(Native Method)] [org.chromium.android_webview.AwContents.<init>(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:439)] [com.android.webview.chromium.k.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:129)] [WV.XX.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:20)] [WV.WX.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:11)] [WV.XX.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:341)] [android.webkit.WebView.<init>(WebView.java:445)] [android.webkit.WebView.<init>(WebView.java:365)] [android.webkit.WebView.<init>(WebView.java:347)] [android.webkit.WebView.<init>(WebView.java:334)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:858)] [android.view.LayoutInflater.createView(LayoutInflater.java:780)] [com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:934)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:954)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1008)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1127)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1130)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.inflate(LayoutInflater.java:686)] [android.view.LayoutInflater.inflate(LayoutInflater.java:538)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:82)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:76)] [com.roozbehzarei.webview.MainActivity.onCreate(MainActivity.kt:36)] [android.app.Activity.performCreate(Activity.java:8290)] [android.app.Activity.performCreate(Activity.java:8270)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4085)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2443)]
2023-12-19 14:32:59.986 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
2023-12-19 14:33:00.013 19602-19668 cr_media                com.roozbehzarei.superwebview        W  BLUETOOTH_CONNECT permission is missing.
2023-12-19 14:33:00.015 19602-19668 cr_media                com.roozbehzarei.superwebview        W  registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
2023-12-19 14:33:00.024 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
2023-12-19 14:33:00.054 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  setView = com.android.internal.policy.DecorView@49f350d TM=true
2023-12-19 14:33:00.104 19602-19674 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/x-ape
2023-12-19 14:33:00.104 19602-19674 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/x-ima
2023-12-19 14:33:00.105 19602-19674 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/mpeg-L1
2023-12-19 14:33:00.105 19602-19674 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/mpeg-L2
2023-12-19 14:33:00.105 19602-19674 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/mp43
2023-12-19 14:33:00.106 19602-19674 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/wvc1
2023-12-19 14:33:00.106 19602-19674 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/x-ms-wmv
2023-12-19 14:33:00.106 19602-19674 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/x-ms-wma
2023-12-19 14:33:00.107 19602-19674 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/x-ms-wmv7
2023-12-19 14:33:00.107 19602-19674 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/x-ms-wmv8
2023-12-19 14:33:00.110 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=6 res=0x7 s={true 489533542016} ch=true fn=-1
2023-12-19 14:33:00.113 19602-19629 hw-ProcessState         com.roozbehzarei.superwebview        D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2023-12-19 14:33:00.114 19602-19629 OpenGLRenderer          com.roozbehzarei.superwebview        D  eglCreateWindowSurface
2023-12-19 14:33:00.115 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] dp(1) 1 android.view.ViewRootImpl.reportNextDraw:11442 android.view.ViewRootImpl.performTraversals:4198 android.view.ViewRootImpl.doTraversal:2924 
2023-12-19 14:33:00.115 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Creating frameDrawingCallback nextDrawUseBlastSync=false reportNextDraw=true hasBlurUpdates=false
2023-12-19 14:33:00.115 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Creating frameCompleteCallback
2023-12-19 14:33:00.116 19602-19700 Gralloc4                com.roozbehzarei.superwebview        I  mapper 4.x is not supported
2023-12-19 14:33:00.116 19602-19700 Gralloc3                com.roozbehzarei.superwebview        W  mapper 3.x is not supported
2023-12-19 14:33:00.118 19602-19700 gralloc                 com.roozbehzarei.superwebview        I  Arm Module v1.0
2023-12-19 14:33:00.119 19602-19700 Gralloc4                com.roozbehzarei.superwebview        W  allocator 4.x is not supported
2023-12-19 14:33:00.120 19602-19700 Gralloc3                com.roozbehzarei.superwebview        W  allocator 3.x is not supported
2023-12-19 14:33:00.122 19602-19702 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Received frameDrawingCallback frameNum=1. Creating transactionCompleteCallback=false
2023-12-19 14:33:00.157 19602-19629 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Received frameCompleteCallback  lastAcquiredFrameNum=1 lastAttemptedDrawFrameNum=1
2023-12-19 14:33:00.162 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] pdf(0) 1 android.view.ViewRootImpl.lambda$addFrameCompleteCallbackIfNeeded$3$ViewRootImpl:5000 android.view.ViewRootImpl$$ExternalSyntheticLambda16.run:6 android.os.Handler.handleCallback:938 
2023-12-19 14:33:00.162 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] rdf()
2023-12-19 14:33:00.162 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  reportDrawFinished (fn: -1) 
2023-12-19 14:33:00.207 19602-19602 cr_A11yState            com.roozbehzarei.superwebview        I  Enabled accessibility services list updated.
2023-12-19 14:33:00.207 19602-19602 cr_A11yState            com.roozbehzarei.superwebview        I  Informing listeners of changes.
2023-12-19 14:33:00.208 19602-19602 cr_A11yState            com.roozbehzarei.superwebview        I  New AccessibilityState: State{isScreenReaderEnabled=false, isTouchExplorationEnabled=false, isPerformGesturesEnabled=false, isAnyAccessibilityServiceEnabled=true, isAccessibilityToolPresent=false, isSpokenFeedbackServicePresent=false, isTextShowPasswordEnabled=true, isOnlyPasswordManagersEnabled=false}
2023-12-19 14:33:00.211 19602-19602 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_NAVIGATION_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:33:00.212 19602-19602 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_STATUS_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:33:00.215 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  MSG_WINDOW_FOCUS_CHANGED 1 1
2023-12-19 14:33:00.218 19602-19602 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:33:00.218 19602-19602 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:33:00.221 19602-19602 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:33:00.960 19602-19615 System                  com.roozbehzarei.superwebview        W  A resource failed to call close. 
2023-12-19 14:33:02.022 19602-19602 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(3850)] "Uncaught (in promise) TypeError: Cannot read properties of null (reading 'utsBaseURLOverride')", source: https://tv.apple.com/assets/web-tv-app-19f6a2e0fba4349d621e5185b75bca71.modern.js (3850)
2023-12-19 14:33:02.043 19602-19602 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(112)] "storageObject: storage object not found. Override this function if there is a platform-specific implementation", source: https://tv.apple.com/assets/chunk.982.28cdabbdfd2ad1eb97a9.js (112)
2023-12-19 14:33:02.046 19602-19602 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(112)] "Metrics config: No config provided via delegate or fetched via init(), using default/cached config values.", source: https://tv.apple.com/assets/chunk.982.28cdabbdfd2ad1eb97a9.js (112)
2023-12-19 14:33:02.281 19602-19660 SensorManager           com.roozbehzarei.superwebview        D  registerListener :: 17, Samsung Game Rotation Vector, 16666, 0, 
2023-12-19 14:33:02.335 19602-19660 SensorManager           com.roozbehzarei.superwebview        D  unregisterListener
2023-12-19 14:33:06.029 19602-19785 ProfileInstaller        com.roozbehzarei.superwebview        D  Installing profile for com.roozbehzarei.superwebview
2023-12-19 14:33:16.158 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:33:16.165 19602-19602 ei.superwebvie          com.roozbehzarei.superwebview        W  Accessing hidden method Landroid/view/MotionEvent;->getEventTimeNano()J (unsupported, reflection, allowed)
2023-12-19 14:33:16.251 19602-19602 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:33:16.263 19602-19602 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:33:16.263 19602-19602 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:08.600 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        I  Late-enabling -Xcheck:jni
2023-12-19 14:34:08.628 19871-19871 USNET                   com.roozbehzarei.superwebview        E  USNET: appName: com.roozbehzarei.superwebview
2023-12-19 14:34:08.629 19871-19871 ProcessState            com.roozbehzarei.superwebview        D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2023-12-19 14:34:08.633 19871-19871 ActivityThread          com.roozbehzarei.superwebview        D  setConscryptValidator
2023-12-19 14:34:08.633 19871-19871 ActivityThread          com.roozbehzarei.superwebview        D  setConscryptValidator - put
2023-12-19 14:34:08.673 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  DexFile /data/data/com.roozbehzarei.superwebview/code_cache/.studio/instruments-3886282e.jar is in boot class path but is not in a known location
2023-12-19 14:34:08.682 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  Redefining intrinsic method java.lang.Thread java.lang.Thread.currentThread(). This may cause the unexpected use of the original definition of java.lang.Thread java.lang.Thread.currentThread()in methods that have already been compiled.
2023-12-19 14:34:08.682 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  Redefining intrinsic method boolean java.lang.Thread.interrupted(). This may cause the unexpected use of the original definition of boolean java.lang.Thread.interrupted()in methods that have already been compiled.
2023-12-19 14:34:08.685 19871-19871 ActivityThread          com.roozbehzarei.superwebview        D  handleBindApplication()++ app=com.roozbehzarei.superwebview
2023-12-19 14:34:08.686 19871-19871 Compatibil...geReporter com.roozbehzarei.superwebview        D  Compat change id reported: 171979766; UID 11001; state: ENABLED
2023-12-19 14:34:08.707 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  ClassLoaderContext classpath size mismatch. expected=0, found=1 (PCL[] | PCL[/data/data/com.roozbehzarei.superwebview/code_cache/.overlay/base.apk/classes3.dex*3563012770])
2023-12-19 14:34:08.721 19871-19871 GraphicsEnvironment     com.roozbehzarei.superwebview        V  ANGLE Developer option for 'com.roozbehzarei.superwebview' set to: 'default'
2023-12-19 14:34:08.721 19871-19871 GraphicsEnvironment     com.roozbehzarei.superwebview        V  App is not on the allowlist for updatable production driver.
2023-12-19 14:34:08.725 19871-19871 LoadedApk               com.roozbehzarei.superwebview        D  LoadedApk::makeApplication() appContext.mOpPackageName=com.roozbehzarei.superwebview appContext.mBasePackageName=com.roozbehzarei.superwebview
2023-12-19 14:34:08.725 19871-19871 NetworkSecurityConfig   com.roozbehzarei.superwebview        D  No Network Security Config specified, using platform default
2023-12-19 14:34:08.738 19871-19871 NetworkSecurityConfig   com.roozbehzarei.superwebview        D  No Network Security Config specified, using platform default
2023-12-19 14:34:08.747 19871-19871 ActivityThread          com.roozbehzarei.superwebview        D  handleBindApplication() --
2023-12-19 14:34:08.753 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  RenderThread::requireGlContext()
2023-12-19 14:34:08.762 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  RenderThread::setGrContext()
2023-12-19 14:34:08.767 19871-19871 AppCompatDelegate       com.roozbehzarei.superwebview        D  Checking for metadata for AppLocalesMetadataHolderService : Service not found
2023-12-19 14:34:08.785 19871-19871 DecorView               com.roozbehzarei.superwebview        I  [INFO] isPopOver=false, config=true
2023-12-19 14:34:08.785 19871-19871 DecorView               com.roozbehzarei.superwebview        I  updateCaptionType >> DecorView@49f350d[], isFloating=false, isApplication=true, hasWindowControllerCallback=true, hasWindowDecorCaption=false
2023-12-19 14:34:08.785 19871-19871 DecorView               com.roozbehzarei.superwebview        D  setCaptionType = 0, this = DecorView@49f350d[]
2023-12-19 14:34:08.787 19871-19871 DecorView               com.roozbehzarei.superwebview        I  getCurrentDensityDpi: from real metrics. densityDpi=480 msg=resources_loaded
2023-12-19 14:34:08.810 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  Entry not found
2023-12-19 14:34:08.819 19871-19871 WebViewFactory          com.roozbehzarei.superwebview        I  Loading com.google.android.webview version 120.0.6099.43 (code 609904333)
2023-12-19 14:34:08.831 19871-19871 cr_WVCFactoryProvider   com.roozbehzarei.superwebview        I  Loaded version=120.0.6099.43 minSdkVersion=29 isBundle=true multiprocess=true packageId=2
2023-12-19 14:34:08.842 19871-19906 chromium                com.roozbehzarei.superwebview        E  [1219/143408.842009:ERROR:variations_seed_loader.cc(69)] Failed to open file for reading. Errno: 2
2023-12-19 14:34:08.855 19871-19871 cr_LibraryLoader        com.roozbehzarei.superwebview        I  Successfully loaded native library
2023-12-19 14:34:08.855 19871-19871 cr_CachingUmaRecorder   com.roozbehzarei.superwebview        I  Flushed 7 samples from 7 histograms, 0 samples were dropped.
2023-12-19 14:34:08.864 19871-19871 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #registerProvider() provider:WV.v7@f0da404 isPolicyCacheEnabled:false policyProvidersSize:0
2023-12-19 14:34:08.865 19871-19871 cr_PolicyProvider       com.roozbehzarei.superwebview        I  #setManagerAndSource() 0
2023-12-19 14:34:08.878 19871-19871 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #linkNativeInternal() 1
2023-12-19 14:34:08.879 19871-19871 cr_AppResProvider       com.roozbehzarei.superwebview        I  #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL]
2023-12-19 14:34:08.879 19871-19871 cr_PolicyProvider       com.roozbehzarei.superwebview        I  #notifySettingsAvailable() 0
2023-12-19 14:34:08.879 19871-19871 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #onSettingsAvailable() 0
2023-12-19 14:34:08.880 19871-19871 cr_CombinedPProvider    com.roozbehzarei.superwebview        I  #flushPolicies()
2023-12-19 14:34:08.949 19871-19871 Compatibil...geReporter com.roozbehzarei.superwebview        D  Compat change id reported: 171228096; UID 11001; state: ENABLED
2023-12-19 14:34:08.957 19871-19871 ConnectivityManager     com.roozbehzarei.superwebview        D  StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3925)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4489)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4456)] [WV.NC.e(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:38)] [WV.NC.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:24)] [J.N.MFiR_zHY(Native Method)] [org.chromium.android_webview.AwContents.<init>(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:439)] [com.android.webview.chromium.k.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:129)] [WV.XX.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:20)] [WV.WX.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:11)] [WV.XX.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:341)] [android.webkit.WebView.<init>(WebView.java:445)] [android.webkit.WebView.<init>(WebView.java:365)] [android.webkit.WebView.<init>(WebView.java:347)] [android.webkit.WebView.<init>(WebView.java:334)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:858)] [android.view.LayoutInflater.createView(LayoutInflater.java:780)] [com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:934)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:954)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1008)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1127)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1130)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.inflate(LayoutInflater.java:686)] [android.view.LayoutInflater.inflate(LayoutInflater.java:538)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:82)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:76)] [com.roozbehzarei.webview.MainActivity.onCreate(MainActivity.kt:33)] [android.app.Activity.performCreate(Activity.java:8290)] [android.app.Activity.performCreate(Activity.java:8270)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4085)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2443)]
2023-12-19 14:34:08.960 19871-19871 ConnectivityManager     com.roozbehzarei.superwebview        D  StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3925)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3967)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4349)] [WV.NC.e(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:118)] [WV.NC.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:24)] [J.N.MFiR_zHY(Native Method)] [org.chromium.android_webview.AwContents.<init>(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:439)] [com.android.webview.chromium.k.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:129)] [WV.XX.b(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:20)] [WV.WX.run(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:11)] [WV.XX.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-609904333:341)] [android.webkit.WebView.<init>(WebView.java:445)] [android.webkit.WebView.<init>(WebView.java:365)] [android.webkit.WebView.<init>(WebView.java:347)] [android.webkit.WebView.<init>(WebView.java:334)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:858)] [android.view.LayoutInflater.createView(LayoutInflater.java:780)] [com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:934)] [android.view.LayoutInflater.onCreateView(LayoutInflater.java:954)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1008)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1127)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1130)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088)] [android.view.LayoutInflater.inflate(LayoutInflater.java:686)] [android.view.LayoutInflater.inflate(LayoutInflater.java:538)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:82)] [com.roozbehzarei.webview.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:76)] [com.roozbehzarei.webview.MainActivity.onCreate(MainActivity.kt:33)] [android.app.Activity.performCreate(Activity.java:8290)] [android.app.Activity.performCreate(Activity.java:8270)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4085)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2443)]
2023-12-19 14:34:09.035 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
2023-12-19 14:34:09.061 19871-19918 cr_media                com.roozbehzarei.superwebview        W  BLUETOOTH_CONNECT permission is missing.
2023-12-19 14:34:09.063 19871-19918 cr_media                com.roozbehzarei.superwebview        W  registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
2023-12-19 14:34:09.069 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
2023-12-19 14:34:09.099 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  setView = com.android.internal.policy.DecorView@49f350d TM=true
2023-12-19 14:34:09.131 19871-19937 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/x-ape
2023-12-19 14:34:09.133 19871-19937 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/x-ima
2023-12-19 14:34:09.134 19871-19937 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/mpeg-L1
2023-12-19 14:34:09.134 19871-19937 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/mpeg-L2
2023-12-19 14:34:09.135 19871-19937 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/mp43
2023-12-19 14:34:09.135 19871-19937 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/wvc1
2023-12-19 14:34:09.136 19871-19937 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/x-ms-wmv
2023-12-19 14:34:09.136 19871-19937 AudioCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime audio/x-ms-wma
2023-12-19 14:34:09.137 19871-19937 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/x-ms-wmv7
2023-12-19 14:34:09.137 19871-19937 VideoCapabilities       com.roozbehzarei.superwebview        W  Unsupported mime video/x-ms-wmv8
2023-12-19 14:34:09.162 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=11 res=0x7 s={true 489533716416} ch=true fn=-1
2023-12-19 14:34:09.164 19871-19893 hw-ProcessState         com.roozbehzarei.superwebview        D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2023-12-19 14:34:09.168 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  eglCreateWindowSurface
2023-12-19 14:34:09.169 19871-19961 Gralloc4                com.roozbehzarei.superwebview        I  mapper 4.x is not supported
2023-12-19 14:34:09.170 19871-19961 Gralloc3                com.roozbehzarei.superwebview        W  mapper 3.x is not supported
2023-12-19 14:34:09.171 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] dp(1) 1 android.view.ViewRootImpl.reportNextDraw:11442 android.view.ViewRootImpl.performTraversals:4198 android.view.ViewRootImpl.doTraversal:2924 
2023-12-19 14:34:09.171 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Creating frameDrawingCallback nextDrawUseBlastSync=false reportNextDraw=true hasBlurUpdates=false
2023-12-19 14:34:09.171 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Creating frameCompleteCallback
2023-12-19 14:34:09.172 19871-19961 gralloc                 com.roozbehzarei.superwebview        I  Arm Module v1.0
2023-12-19 14:34:09.173 19871-19961 Gralloc4                com.roozbehzarei.superwebview        W  allocator 4.x is not supported
2023-12-19 14:34:09.173 19871-19961 Gralloc3                com.roozbehzarei.superwebview        W  allocator 3.x is not supported
2023-12-19 14:34:09.176 19871-19963 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Received frameDrawingCallback frameNum=1. Creating transactionCompleteCallback=false
2023-12-19 14:34:09.204 19871-19893 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Received frameCompleteCallback  lastAcquiredFrameNum=1 lastAttemptedDrawFrameNum=1
2023-12-19 14:34:09.210 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] pdf(0) 1 android.view.ViewRootImpl.lambda$addFrameCompleteCallbackIfNeeded$3$ViewRootImpl:5000 android.view.ViewRootImpl$$ExternalSyntheticLambda16.run:6 android.os.Handler.handleCallback:938 
2023-12-19 14:34:09.210 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] rdf()
2023-12-19 14:34:09.210 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  reportDrawFinished (fn: -1) 
2023-12-19 14:34:09.283 19871-19871 cr_A11yState            com.roozbehzarei.superwebview        I  Enabled accessibility services list updated.
2023-12-19 14:34:09.284 19871-19871 cr_A11yState            com.roozbehzarei.superwebview        I  Informing listeners of changes.
2023-12-19 14:34:09.284 19871-19871 cr_A11yState            com.roozbehzarei.superwebview        I  New AccessibilityState: State{isScreenReaderEnabled=false, isTouchExplorationEnabled=false, isPerformGesturesEnabled=false, isAnyAccessibilityServiceEnabled=true, isAccessibilityToolPresent=false, isSpokenFeedbackServicePresent=false, isTextShowPasswordEnabled=true, isOnlyPasswordManagersEnabled=false}
2023-12-19 14:34:09.291 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_NAVIGATION_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:34:09.292 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_STATUS_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:34:09.293 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  MSG_WINDOW_FOCUS_CHANGED 1 1
2023-12-19 14:34:09.298 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:09.298 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:09.312 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:09.916 19871-19938 SensorManager           com.roozbehzarei.superwebview        D  registerListener :: 17, Samsung Game Rotation Vector, 16666, 0, 
2023-12-19 14:34:10.003 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  unregisterListener
2023-12-19 14:34:10.149 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(112)] "Metrics config: No config provided via delegate or fetched via init(), using default/cached config values.", source: https://tv.apple.com/assets/chunk.982.28cdabbdfd2ad1eb97a9.js (112)
2023-12-19 14:34:10.390 19871-19871 DrmHal                  com.roozbehzarei.superwebview        I  found instance=clearkey [email protected]::IDrmFactory
2023-12-19 14:34:10.391 19871-19871 DrmHal                  com.roozbehzarei.superwebview        I  found instance=widevine [email protected]::IDrmFactory
2023-12-19 14:34:10.695 19871-19882 System                  com.roozbehzarei.superwebview        W  A resource failed to call close. 
2023-12-19 14:34:11.353 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:34:11.354 19871-19871 ei.superwebvie          com.roozbehzarei.superwebview        W  Accessing hidden method Landroid/view/MotionEvent;->getEventTimeNano()J (unsupported, reflection, allowed)
2023-12-19 14:34:11.461 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:34:12.179 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:12.180 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:12.187 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  registerListener :: 17, Samsung Game Rotation Vector, 16666, 0, 
2023-12-19 14:34:12.433 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  unregisterListener
2023-12-19 14:34:12.470 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:34:12.502 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(112)] ""setAttributes" is deprecated, please use "setAttributeForElements" instead.", source: https://tv.apple.com/assets/chunk.982.28cdabbdfd2ad1eb97a9.js (112)
2023-12-19 14:34:12.587 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:34:12.679 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.1470d780.eot (0)
2023-12-19 14:34:12.682 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.1470d780.eot (0)
2023-12-19 14:34:12.704 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.720f9fb1.otf (0)
2023-12-19 14:34:12.704 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/font-woff". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.93dabd50.woff (0)
2023-12-19 14:34:12.705 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.bb3b299a.ttf (0)
2023-12-19 14:34:12.705 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.720f9fb1.otf (0)
2023-12-19 14:34:12.708 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.433dc19f.eot (0)
2023-12-19 14:34:12.711 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/font-woff". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.6e1cef23.woff (0)
2023-12-19 14:34:12.711 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.9a2b3269.otf (0)
2023-12-19 14:34:12.889 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.f9583150.ttf (0)
2023-12-19 14:34:12.890 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/svg+xml". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/img/apple.6223699a.svg (0)
2023-12-19 14:34:12.890 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/svg+xml". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/img/close.441b361b.svg (0)
2023-12-19 14:34:12.982 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/font-woff". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.93dabd50.woff (0)
2023-12-19 14:34:12.996 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.433dc19f.eot (0)
2023-12-19 14:34:13.002 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/font-woff". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.6e1cef23.woff (0)
2023-12-19 14:34:13.003 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.f9583150.ttf (0)
2023-12-19 14:34:13.003 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Light.bb3b299a.ttf (0)
2023-12-19 14:34:13.003 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/svg+xml". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/img/apple.6223699a.svg (0)
2023-12-19 14:34:13.003 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/svg+xml". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/img/close.441b361b.svg (0)
2023-12-19 14:34:13.003 19871-19871 chromium                com.roozbehzarei.superwebview        I  [INFO:CONSOLE(0)] "Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.", source: https://tv.apple.com/static-commerce/fonts/SF%20Pro%20Icons%20Regular.9a2b3269.otf (0)
2023-12-19 14:34:14.728 19871-20061 ProfileInstaller        com.roozbehzarei.superwebview        D  Installing profile for com.roozbehzarei.superwebview
2023-12-19 14:34:16.604 19871-19912 cr_MediaCodecBridge     com.roozbehzarei.superwebview        I  create MediaCodec video decoder, mime video/hevc, decoder name OMX.Exynos.hevc.dec
2023-12-19 14:34:16.607 19871-19912 ACodec                  com.roozbehzarei.superwebview        I   [] Now uninitialized
2023-12-19 14:34:16.608 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [] onAllocateComponent
2023-12-19 14:34:16.611 19871-20075 OMXClient               com.roozbehzarei.superwebview        I  IOmx service obtained
2023-12-19 14:34:16.636 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded
2023-12-19 14:34:16.645 19871-20074 MediaCodec              com.roozbehzarei.superwebview        I  MediaCodec will operate in async mode
2023-12-19 14:34:16.651 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa83b390, reason connectToSurface
2023-12-19 14:34:16.651 19871-20074 MediaCodec              com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] setting surface generation to 20347905
2023-12-19 14:34:16.651 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa83b390, reason connectToSurface(reconnect)
2023-12-19 14:34:16.651 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa83b390, reason connectToSurface(reconnect)
2023-12-19 14:34:16.653 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  app-pid(19871)
2023-12-19 14:34:16.665 19871-19912 MediaCodec              com.roozbehzarei.superwebview        D  keep callback message for reclaim
2023-12-19 14:34:16.668 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded->Idle
2023-12-19 14:34:16.692 19871-20075 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa83b390 for 1080x1440, color 0x105, rotation 0, usage 0x402900
2023-12-19 14:34:16.693 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 10, minUndequeuedBuffers : 6
2023-12-19 14:34:16.698 19871-20074 MediaCodec              com.roozbehzarei.superwebview        I  setCodecState state(0), called in 6
2023-12-19 14:34:16.700 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Idle->Executing
2023-12-19 14:34:16.700 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:16.723 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now handling output port settings change
2023-12-19 14:34:16.726 19871-20075 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa83b390 for 1080x1440, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:34:16.726 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 18, minUndequeuedBuffers : 6
2023-12-19 14:34:16.742 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:16.752 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] OMX_EventPortSettingsChanged 0x7f030010
2023-12-19 14:34:16.762 19871-20074 MediaCodec              com.roozbehzarei.superwebview        I  setCodecState state(1), called in 6
2023-12-19 14:34:17.002 19871-19947 chromium                com.roozbehzarei.superwebview        E  [ERROR:image_reader_gl_owner.cc(306)] no buffers currently available in the reader queue
2023-12-19 14:34:17.102 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=true
2023-12-19 14:34:17.121 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=11 res=0x1 s={true 489533716416} ch=false fn=162
2023-12-19 14:34:17.233 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:17.233 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:17.237 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:34:17.237 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:34:17.256 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:34:17.283 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:17.284 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:17.321 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:17.431 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:17.434 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=true, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.show:246 android.view.InsetsController.showDirectly:1489 android.view.InsetsController.controlAnimationUnchecked:1137 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.show:976 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6483 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 android.os.Handler.dispatchMessage:106 android.os.Looper.loopOnce:226 
2023-12-19 14:34:17.503 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:17.504 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:17.541 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:17.548 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:17.642 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:17.642 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:17.660 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:17.713 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:17.715 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:17.745 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:17.876 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:19.910 19871-19879 ei.superwebvie          com.roozbehzarei.superwebview        I  Compiler allocated 4546KB to compile void android.view.ViewRootImpl.performTraversals()
2023-12-19 14:34:32.995 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:34:33.043 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:34:33.062 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:34:33.062 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:34:33.066 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:33.066 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:33.070 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:34:33.070 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:34:33.119 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:33.136 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:38.903 19871-20074 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] signalFlush
2023-12-19 14:34:38.904 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] ExecutingState flushing now (codec owns 0/5 input, 1/18 output).
2023-12-19 14:34:38.905 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Flushing
2023-12-19 14:34:38.906 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] FlushingState onOMXEvent(0,1,0)
2023-12-19 14:34:38.908 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] FlushingState onOMXEvent(0,1,1)
2023-12-19 14:34:38.908 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:38.909 19871-19937 MediaCodec              com.roozbehzarei.superwebview        D  keep callback message for reclaim
2023-12-19 14:34:38.926 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now handling output port settings change
2023-12-19 14:34:38.926 19871-20075 AHierarchi...ateMachine com.roozbehzarei.superwebview        W  Warning message AMessage(what = 'omxI') = {
                                                                                                      int32_t type = 0
                                                                                                      int32_t event = 3
                                                                                                      int32_t data1 = 1
                                                                                                      int32_t data2 = 117440527
                                                                                                    } unhandled in root state.
2023-12-19 14:34:38.944 19871-20075 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa83b390 for 1624x2160, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:34:38.944 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 18, minUndequeuedBuffers : 6
2023-12-19 14:34:38.985 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:39.073 19871-19893 chromium                com.roozbehzarei.superwebview        E  [ERROR:image_reader_gl_owner.cc(306)] no buffers currently available in the reader queue
2023-12-19 14:34:39.073 19871-19937 chromium                com.roozbehzarei.superwebview        E  [ERROR:frame_info_helper.cc(224)] Guessed coded size incorrectly. Expected 1624x2160, got 1080x1440
2023-12-19 14:34:39.792 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  hsifw() - flags=0, caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1858 org.chromium.content.browser.input.ImeAdapterImpl.b:51 org.chromium.content.browser.input.ImeAdapterImpl.updateState:32 android.os.MessageQueue.nativePollOnce:-2 android.os.MessageQueue.next:335 
2023-12-19 14:34:39.793 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  hideSoftInputFromWindow - mService.hideSoftInput
2023-12-19 14:34:39.796 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:39.796 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:39.800 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:39.803 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=false, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.hide:253 android.view.ImeInsetsSourceConsumer.hide:68 android.view.ImeInsetsSourceConsumer.hide:74 android.view.InsetsController.hideDirectly:1473 android.view.InsetsController.controlAnimationUnchecked:1139 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.hide:1006 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6487 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 
2023-12-19 14:34:39.825 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_NAVIGATION_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:34:40.012 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  notifyImeHidden
2023-12-19 14:34:40.525 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:34:40.599 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:34:43.250 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:43.251 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:43.505 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:43.505 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:44.855 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:34:44.934 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:34:44.948 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:34:44.951 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:34:44.951 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:34:45.021 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:45.022 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=true, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.show:246 android.view.InsetsController.showDirectly:1489 android.view.InsetsController.controlAnimationUnchecked:1137 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.show:976 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6483 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 android.os.Handler.dispatchMessage:106 android.os.Looper.loopOnce:226 
2023-12-19 14:34:46.595 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:34:48.411 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=false
2023-12-19 14:34:48.423 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=11 res=0x1 s={true 489533716416} ch=false fn=1034
2023-12-19 14:34:48.454 19871-19913 cr_MediaCodecBridge     com.roozbehzarei.superwebview        W  Releasing: OMX.Exynos.hevc.dec
2023-12-19 14:34:48.455 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa790e90, reason connectToSurface
2023-12-19 14:34:48.455 19871-20074 MediaCodec              com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] setting surface generation to 20347906
2023-12-19 14:34:48.455 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa790e90, reason connectToSurface(reconnect)
2023-12-19 14:34:48.455 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa790e90, reason connectToSurface(reconnect)
2023-12-19 14:34:48.460 19871-20075 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa790e90 for 1624x2160, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:34:48.460 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa83b390, reason disconnectFromSurface
2023-12-19 14:34:48.464 19871-20074 Surface                 com.roozbehzarei.superwebview        E  freeAllBuffers: 3 buffers were freed while being dequeued!
2023-12-19 14:34:48.465 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing->Idle
2023-12-19 14:34:48.466 19871-19913 cr_MediaCodecBridge     com.roozbehzarei.superwebview        W  Codec released
2023-12-19 14:34:48.486 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Idle->Loaded
2023-12-19 14:34:48.487 19871-20075 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded
2023-12-19 14:34:48.489 19871-20075 ACodec                  com.roozbehzarei.superwebview        I   [OMX.Exynos.hevc.dec] Now uninitialized
2023-12-19 14:34:48.489 19871-20075 ACodec                  com.roozbehzarei.superwebview        I   [] Now kWhatShutdownCompleted event : 8114
2023-12-19 14:34:48.490 19871-20074 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa790e90, reason disconnectFromSurface
2023-12-19 14:34:48.494 19871-20074 MediaCodec              com.roozbehzarei.superwebview        I  Codec shutdown complete
2023-12-19 14:34:48.494 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  registerListener :: 17, Samsung Game Rotation Vector, 16666, 0, 
2023-12-19 14:34:48.531 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  unregisterListener
2023-12-19 14:34:51.823 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 0
2023-12-19 14:34:51.912 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  ViewPostIme pointer 1
2023-12-19 14:34:51.958 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  hsifw() - flags=0, caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1858 org.chromium.content.browser.input.ImeAdapterImpl.b:51 org.chromium.content.browser.input.ImeAdapterImpl.updateState:32 android.os.MessageQueue.nativePollOnce:-2 android.os.MessageQueue.next:335 
2023-12-19 14:34:51.958 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  hideSoftInputFromWindow - mService.hideSoftInput
2023-12-19 14:34:51.963 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:51.964 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:51.966 19871-20094 IInputConnectionWrapper com.roozbehzarei.superwebview        W  requestCursorAnchorInfo on inactive InputConnection
2023-12-19 14:34:51.969 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=false, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.hide:253 android.view.ImeInsetsSourceConsumer.hide:68 android.view.ImeInsetsSourceConsumer.hide:74 android.view.InsetsController.hideDirectly:1473 android.view.InsetsController.controlAnimationUnchecked:1139 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.hide:1006 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6487 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 
2023-12-19 14:34:51.989 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_NAVIGATION_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:34:52.186 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  notifyImeHidden
2023-12-19 14:34:52.434 19871-19912 cr_MediaCodecBridge     com.roozbehzarei.superwebview        I  create MediaCodec video decoder, mime video/hevc, decoder name OMX.Exynos.hevc.dec
2023-12-19 14:34:52.438 19871-19912 ACodec                  com.roozbehzarei.superwebview        I   [] Now uninitialized
2023-12-19 14:34:52.438 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [] onAllocateComponent
2023-12-19 14:34:52.439 19871-20168 OMXClient               com.roozbehzarei.superwebview        I  IOmx service obtained
2023-12-19 14:34:52.458 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded
2023-12-19 14:34:52.461 19871-20167 MediaCodec              com.roozbehzarei.superwebview        I  MediaCodec will operate in async mode
2023-12-19 14:34:52.462 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa839180, reason connectToSurface
2023-12-19 14:34:52.462 19871-20167 MediaCodec              com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] setting surface generation to 20347907
2023-12-19 14:34:52.462 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa839180, reason connectToSurface(reconnect)
2023-12-19 14:34:52.462 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa839180, reason connectToSurface(reconnect)
2023-12-19 14:34:52.463 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  app-pid(19871)
2023-12-19 14:34:52.474 19871-19912 MediaCodec              com.roozbehzarei.superwebview        D  keep callback message for reclaim
2023-12-19 14:34:52.474 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded->Idle
2023-12-19 14:34:52.482 19871-20168 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa839180 for 1080x1440, color 0x105, rotation 0, usage 0x402900
2023-12-19 14:34:52.482 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 10, minUndequeuedBuffers : 6
2023-12-19 14:34:52.484 19871-20167 MediaCodec              com.roozbehzarei.superwebview        I  setCodecState state(0), called in 6
2023-12-19 14:34:52.488 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Idle->Executing
2023-12-19 14:34:52.488 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:52.498 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now handling output port settings change
2023-12-19 14:34:52.502 19871-20168 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa839180 for 1080x1440, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:34:52.502 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 18, minUndequeuedBuffers : 6
2023-12-19 14:34:52.512 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:52.525 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] OMX_EventPortSettingsChanged 0x7f030010
2023-12-19 14:34:52.526 19871-20167 MediaCodec              com.roozbehzarei.superwebview        I  setCodecState state(1), called in 6
2023-12-19 14:34:52.553 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=true
2023-12-19 14:34:52.565 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=10 res=0x1 s={true 489533716416} ch=false fn=1114
2023-12-19 14:34:53.879 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:34:53.879 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:34:53.884 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:34:53.884 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:34:53.897 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:34:53.964 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:34:53.964 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=true, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.show:246 android.view.InsetsController.showDirectly:1489 android.view.InsetsController.controlAnimationUnchecked:1137 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.show:976 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6483 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 android.os.Handler.dispatchMessage:106 android.os.Looper.loopOnce:226 
2023-12-19 14:34:58.480 19871-20167 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] signalFlush
2023-12-19 14:34:58.480 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] ExecutingState flushing now (codec owns 0/5 input, 1/18 output).
2023-12-19 14:34:58.481 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Flushing
2023-12-19 14:34:58.482 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] FlushingState onOMXEvent(0,1,0)
2023-12-19 14:34:58.484 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] FlushingState onOMXEvent(0,1,1)
2023-12-19 14:34:58.486 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:58.486 19871-19937 MediaCodec              com.roozbehzarei.superwebview        D  keep callback message for reclaim
2023-12-19 14:34:58.505 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now handling output port settings change
2023-12-19 14:34:58.505 19871-20168 AHierarchi...ateMachine com.roozbehzarei.superwebview        W  Warning message AMessage(what = 'omxI') = {
                                                                                                      int32_t type = 0
                                                                                                      int32_t event = 3
                                                                                                      int32_t data1 = 1
                                                                                                      int32_t data2 = 117440527
                                                                                                    } unhandled in root state.
2023-12-19 14:34:58.527 19871-20168 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa839180 for 1624x2160, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:34:58.527 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 18, minUndequeuedBuffers : 6
2023-12-19 14:34:58.560 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:34:58.649 19871-19893 chromium                com.roozbehzarei.superwebview        E  [ERROR:image_reader_gl_owner.cc(306)] no buffers currently available in the reader queue
2023-12-19 14:35:06.866 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  MSG_WINDOW_FOCUS_CHANGED 0 1
2023-12-19 14:35:07.025 19871-19871 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=214
2023-12-19 14:35:07.033 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=false, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.hide:253 android.view.ImeInsetsSourceConsumer.hide:68 android.view.ImeInsetsSourceConsumer.hide:74 android.view.InsetsController.hideDirectly:1473 android.view.InsetsController.controlAnimationUnchecked:1139 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.hide:1006 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6487 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 
2023-12-19 14:35:07.103 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  handleAppVisibility mAppVisible=true visible=false
2023-12-19 14:35:07.104 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  stopped(true) old=false
2023-12-19 14:35:07.137 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  setSurface called with nullptr
2023-12-19 14:35:07.137 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  setSurface() destroyed EGLSurface
2023-12-19 14:35:07.137 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  destroyEglSurface
2023-12-19 14:35:07.158 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)8 dur=14 res=0x5 s={false 0} ch=false fn=-1
2023-12-19 14:35:07.335 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=false
2023-12-19 14:35:07.365 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)8 dur=9 res=0x1 s={false 0} ch=false fn=-1
2023-12-19 14:35:07.430 19871-19912 cr_MediaCodecBridge     com.roozbehzarei.superwebview        W  Releasing: OMX.Exynos.hevc.dec
2023-12-19 14:35:07.431 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa850830, reason connectToSurface
2023-12-19 14:35:07.431 19871-20167 MediaCodec              com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] setting surface generation to 20347908
2023-12-19 14:35:07.431 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa850830, reason connectToSurface(reconnect)
2023-12-19 14:35:07.431 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa850830, reason connectToSurface(reconnect)
2023-12-19 14:35:07.437 19871-20168 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa850830 for 1624x2160, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:35:07.437 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa839180, reason disconnectFromSurface
2023-12-19 14:35:07.437 19871-20167 Surface                 com.roozbehzarei.superwebview        E  freeAllBuffers: 12 buffers were freed while being dequeued!
2023-12-19 14:35:07.438 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing->Idle
2023-12-19 14:35:07.438 19871-19912 cr_MediaCodecBridge     com.roozbehzarei.superwebview        W  Codec released
2023-12-19 14:35:07.462 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Idle->Loaded
2023-12-19 14:35:07.467 19871-20168 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded
2023-12-19 14:35:07.472 19871-20168 ACodec                  com.roozbehzarei.superwebview        I   [OMX.Exynos.hevc.dec] Now uninitialized
2023-12-19 14:35:07.472 19871-20168 ACodec                  com.roozbehzarei.superwebview        I   [] Now kWhatShutdownCompleted event : 8114
2023-12-19 14:35:07.472 19871-20167 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa850830, reason disconnectFromSurface
2023-12-19 14:35:07.483 19871-20167 MediaCodec              com.roozbehzarei.superwebview        I  Codec shutdown complete
2023-12-19 14:35:12.334 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=267
2023-12-19 14:35:12.335 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=352
2023-12-19 14:35:12.348 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=263
2023-12-19 14:35:12.348 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=362
2023-12-19 14:35:12.349 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=257
2023-12-19 14:35:12.350 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=277
2023-12-19 14:35:12.351 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=253
2023-12-19 14:35:12.360 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=274
2023-12-19 14:35:12.360 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=281
2023-12-19 14:35:12.361 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=261
2023-12-19 14:35:12.362 19871-19881 InputTransport          com.roozbehzarei.superwebview        D  Input channel destroyed: 'ClientS', fd=273
2023-12-19 14:35:22.764 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  handleAppVisibility mAppVisible=false visible=true
2023-12-19 14:35:22.771 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  setSurface called with nullptr
2023-12-19 14:35:22.792 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)4 dur=15 res=0x1 s={false 0} ch=false fn=-1
2023-12-19 14:35:22.794 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  stopped(false) old=true
2023-12-19 14:35:22.804 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  stopped(false) old=false
2023-12-19 14:35:22.805 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=false
2023-12-19 14:35:22.806 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  setSurface called with nullptr
2023-12-19 14:35:22.816 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=8 res=0x7 s={true 489534239616} ch=true fn=-1
2023-12-19 14:35:22.816 19871-19893 OpenGLRenderer          com.roozbehzarei.superwebview        D  eglCreateWindowSurface
2023-12-19 14:35:22.819 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] dp(1) 1 android.view.ViewRootImpl.reportNextDraw:11442 android.view.ViewRootImpl.performTraversals:4198 android.view.ViewRootImpl.doTraversal:2924 
2023-12-19 14:35:22.819 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Creating frameDrawingCallback nextDrawUseBlastSync=false reportNextDraw=true hasBlurUpdates=false
2023-12-19 14:35:22.819 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Creating frameCompleteCallback
2023-12-19 14:35:22.825 19871-19962 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Received frameDrawingCallback frameNum=1. Creating transactionCompleteCallback=false
2023-12-19 14:35:22.839 19871-19893 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  Received frameCompleteCallback  lastAcquiredFrameNum=1 lastAttemptedDrawFrameNum=1
2023-12-19 14:35:22.842 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] pdf(0) 1 android.view.ViewRootImpl.lambda$addFrameCompleteCallbackIfNeeded$3$ViewRootImpl:5000 android.view.ViewRootImpl$$ExternalSyntheticLambda16.run:6 android.os.Handler.handleCallback:938 
2023-12-19 14:35:22.842 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  [DP] rdf()
2023-12-19 14:35:22.842 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        D  reportDrawFinished (fn: -1) 
2023-12-19 14:35:22.847 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_NAVIGATION_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:35:22.848 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_STATUS_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:35:22.861 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  MSG_WINDOW_FOCUS_CHANGED 1 1
2023-12-19 14:35:22.866 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:22.866 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:22.917 19871-19912 cr_MediaCodecBridge     com.roozbehzarei.superwebview        I  create MediaCodec video decoder, mime video/hevc, decoder name OMX.Exynos.hevc.dec
2023-12-19 14:35:22.920 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=true
2023-12-19 14:35:22.922 19871-19912 ACodec                  com.roozbehzarei.superwebview        I   [] Now uninitialized
2023-12-19 14:35:22.922 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [] onAllocateComponent
2023-12-19 14:35:22.932 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=11 res=0x1 s={true 489534239616} ch=false fn=5
2023-12-19 14:35:22.933 19871-20564 OMXClient               com.roozbehzarei.superwebview        I  IOmx service obtained
2023-12-19 14:35:22.944 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:22.945 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=true, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.show:246 android.view.InsetsController.showDirectly:1489 android.view.InsetsController.controlAnimationUnchecked:1137 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.show:976 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6483 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 android.os.Handler.dispatchMessage:106 android.os.Looper.loopOnce:226 
2023-12-19 14:35:22.980 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded
2023-12-19 14:35:22.986 19871-20563 MediaCodec              com.roozbehzarei.superwebview        I  MediaCodec will operate in async mode
2023-12-19 14:35:22.990 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa7b2f90, reason connectToSurface
2023-12-19 14:35:22.990 19871-20563 MediaCodec              com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] setting surface generation to 20347909
2023-12-19 14:35:22.990 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa7b2f90, reason connectToSurface(reconnect)
2023-12-19 14:35:22.990 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa7b2f90, reason connectToSurface(reconnect)
2023-12-19 14:35:22.991 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  app-pid(19871)
2023-12-19 14:35:23.002 19871-19912 MediaCodec              com.roozbehzarei.superwebview        D  keep callback message for reclaim
2023-12-19 14:35:23.004 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded->Idle
2023-12-19 14:35:23.015 19871-20564 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa7b2f90 for 1620x2160, color 0x105, rotation 0, usage 0x402900
2023-12-19 14:35:23.017 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 10, minUndequeuedBuffers : 6
2023-12-19 14:35:23.022 19871-20563 MediaCodec              com.roozbehzarei.superwebview        I  setCodecState state(0), called in 6
2023-12-19 14:35:23.025 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Idle->Executing
2023-12-19 14:35:23.026 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:35:23.109 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now handling output port settings change
2023-12-19 14:35:23.109 19871-20564 AHierarchi...ateMachine com.roozbehzarei.superwebview        W  Warning message AMessage(what = 'omxI') = {
                                                                                                      int32_t type = 0
                                                                                                      int32_t event = 3
                                                                                                      int32_t data1 = 1
                                                                                                      int32_t data2 = 117440527
                                                                                                    } unhandled in root state.
2023-12-19 14:35:23.114 19871-20564 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa7b2f90 for 1624x2160, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:35:23.114 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] configureOutputBuffersFromNativeWindow setBufferCount : 18, minUndequeuedBuffers : 6
2023-12-19 14:35:23.140 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing
2023-12-19 14:35:23.153 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] OMX_EventPortSettingsChanged 0x7f030010
2023-12-19 14:35:23.189 19871-20563 MediaCodec              com.roozbehzarei.superwebview        I  setCodecState state(1), called in 6
2023-12-19 14:35:23.195 19871-19947 chromium                com.roozbehzarei.superwebview        E  [ERROR:image_reader_gl_owner.cc(306)] no buffers currently available in the reader queue
2023-12-19 14:35:23.234 19871-19947 chromium                com.roozbehzarei.superwebview        E  [ERROR:image_reader_gl_owner.cc(306)] no buffers currently available in the reader queue
2023-12-19 14:35:23.239 19871-19947 chromium                com.roozbehzarei.superwebview        E  [ERROR:image_reader_gl_owner.cc(306)] no buffers currently available in the reader queue
2023-12-19 14:35:26.111 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:26.126 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:26.126 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:26.129 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:35:26.129 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:35:26.158 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:26.166 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:26.167 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:26.396 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:26.404 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:26.404 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:26.408 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:35:26.408 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:35:26.431 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:26.438 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:26.442 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:26.922 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:26.927 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:26.927 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:26.932 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:35:26.933 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:35:26.960 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:26.965 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:26.969 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:28.177 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:28.181 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:28.181 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:28.185 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:35:28.185 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:35:28.212 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:28.218 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:28.223 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:28.489 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:28.495 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:28.495 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:28.501 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() - flag : 0 view : com.roozbehzarei.superwebview reason = SHOW_SOFT_INPUT
2023-12-19 14:35:28.501 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  ssi() view is not EditText
2023-12-19 14:35:28.520 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:28.531 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:28.539 19871-19871 InsetsController        com.roozbehzarei.superwebview        D  show(ime(), fromIme=true)
2023-12-19 14:35:28.791 19871-19871 cr_AwAutofillManager    com.roozbehzarei.superwebview        W  Autofill is disabled: AutofillManager isn't available in given Context.
2023-12-19 14:35:29.821 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  hsifw() - flags=0, caller=android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:1858 org.chromium.content.browser.input.ImeAdapterImpl.b:51 org.chromium.content.browser.input.ImeAdapterImpl.updateState:32 android.os.MessageQueue.nativePollOnce:-2 android.os.MessageQueue.next:335 
2023-12-19 14:35:29.821 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  hideSoftInputFromWindow - mService.hideSoftInput
2023-12-19 14:35:29.828 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        D  startInputInner - Id : 0
2023-12-19 14:35:29.828 19871-19871 InputMethodManager      com.roozbehzarei.superwebview        I  startInputInner - mService.startInputOrWindowGainedFocus
2023-12-19 14:35:29.846 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  setRequestedVisible: visible=false, type=19, host=com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity, from=android.view.InsetsSourceConsumer.hide:253 android.view.ImeInsetsSourceConsumer.hide:68 android.view.ImeInsetsSourceConsumer.hide:74 android.view.InsetsController.hideDirectly:1473 android.view.InsetsController.controlAnimationUnchecked:1139 android.view.InsetsController.applyAnimation:1456 android.view.InsetsController.applyAnimation:1437 android.view.InsetsController.hide:1006 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6487 android.view.ViewRootImpl$ViewRootHandler.handleMessage:6408 
2023-12-19 14:35:29.866 19871-19871 InsetsSourceConsumer    com.roozbehzarei.superwebview        D  ensureControlAlpha: for ITYPE_NAVIGATION_BAR on com.roozbehzarei.superwebview/com.roozbehzarei.webview.MainActivity
2023-12-19 14:35:30.059 19871-19871 IMM_LC                  com.roozbehzarei.superwebview        I  notifyImeHidden
2023-12-19 14:35:30.908 19871-19871 DecorView               com.roozbehzarei.superwebview        I  notifyKeepScreenOnChanged: keepScreenOn=false
2023-12-19 14:35:30.934 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=19 res=0x1 s={true 489534239616} ch=false fn=239
2023-12-19 14:35:30.984 19871-19913 cr_MediaCodecBridge     com.roozbehzarei.superwebview        W  Releasing: OMX.Exynos.hevc.dec
2023-12-19 14:35:30.986 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa78ca70, reason connectToSurface
2023-12-19 14:35:30.986 19871-20563 MediaCodec              com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] setting surface generation to 20347910
2023-12-19 14:35:30.986 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa78ca70, reason connectToSurface(reconnect)
2023-12-19 14:35:30.986 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  connecting to surface 0x71fa78ca70, reason connectToSurface(reconnect)
2023-12-19 14:35:30.990 19871-20564 SurfaceUtils            com.roozbehzarei.superwebview        D  set up nativeWindow 0x71fa78ca70 for 1624x2160, color 0x127, rotation 0, usage 0x402900
2023-12-19 14:35:30.991 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa7b2f90, reason disconnectFromSurface
2023-12-19 14:35:30.991 19871-20563 Surface                 com.roozbehzarei.superwebview        E  freeAllBuffers: 4 buffers were freed while being dequeued!
2023-12-19 14:35:30.993 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Executing->Idle
2023-12-19 14:35:30.995 19871-19913 cr_MediaCodecBridge     com.roozbehzarei.superwebview        W  Codec released
2023-12-19 14:35:31.027 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Idle->Loaded
2023-12-19 14:35:31.028 19871-20564 ACodec                  com.roozbehzarei.superwebview        I  [OMX.Exynos.hevc.dec] Now Loaded
2023-12-19 14:35:31.031 19871-20564 ACodec                  com.roozbehzarei.superwebview        I   [OMX.Exynos.hevc.dec] Now uninitialized
2023-12-19 14:35:31.032 19871-20564 ACodec                  com.roozbehzarei.superwebview        I   [] Now kWhatShutdownCompleted event : 8114
2023-12-19 14:35:31.032 19871-20563 SurfaceUtils            com.roozbehzarei.superwebview        D  disconnecting from surface 0x71fa78ca70, reason disconnectFromSurface
2023-12-19 14:35:31.035 19871-20563 MediaCodec              com.roozbehzarei.superwebview        I  Codec shutdown complete
2023-12-19 14:35:31.059 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  registerListener :: 17, Samsung Game Rotation Vector, 16666, 0, 
2023-12-19 14:35:31.097 19871-19871 ViewRootIm...nActivity] com.roozbehzarei.superwebview        I  Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=10 res=0x1 s={true 489534239616} ch=false fn=239
2023-12-19 14:35:31.148 19871-19912 SensorManager           com.roozbehzarei.superwebview        D  unregisterListener

from superwebview.

roozbehzarei avatar roozbehzarei commented on May 27, 2024

While I was not able to reproduce the crash, I found out that Apple TV's webpage doesn't work properly without the use of DOM storage. To solve this problem, change the value of domStorageEnabled property to true (line 48) in the MainActivity class.

See if this solution solves your issue and report back.

from superwebview.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.