Project

General

Profile

Bug #930 ยป Privacy Browser 3.12.1 Logcat.txt

Soren Stoutner, 11/21/2022 08:43 PM

 
--------- beginning of events
[ 11-21 10:58:45.537 26962:26962 I/wm_on_destroy_called ]
[124410233,com.stoutner.privacybrowser.activities.MainWebViewActivity,performDestroy]

--------- beginning of main
[ 11-21 10:58:45.625 26962:26962 W/TabLayout ]
MODE_SCROLLABLE + GRAVITY_FILL is not supported, GRAVITY_START will be used instead

[ 11-21 10:58:45.691 26962:26962 I/wm_on_create_called ]
[124410233,com.stoutner.privacybrowser.activities.MainWebViewActivity,performCreate]

[ 11-21 10:58:45.694 26962:26962 I/wm_on_start_called ]
[124410233,com.stoutner.privacybrowser.activities.MainWebViewActivity,handleStartActivity]

[ 11-21 10:58:45.697 26962:26962 W/PhoneWindow ]
Previously focused view reported id 2131296761 during save, but can't be found during restore.

[ 11-21 10:58:45.698 26962:26962 I/wm_on_resume_called ]
[124410233,com.stoutner.privacybrowser.activities.MainWebViewActivity,RESUME_ACTIVITY]

[ 11-21 10:58:45.698 26962:26962 I/wm_on_top_resumed_gained_called ]
[124410233,com.stoutner.privacybrowser.activities.MainWebViewActivity,topWhenResuming]

[ 11-21 10:58:45.747 26962:26981 W/Parcel ]
Expecting binder but got null!

[ 11-21 10:58:45.891 26962:26973 W/rowser.standard ]
Reducing the number of considered missed Gc histogram windows from 309 to 100

[ 11-21 10:58:46.129 26962:26962 D/AndroidRuntime ]
Shutting down VM


--------- beginning of crash
[ 11-21 10:58:46.132 26962:26962 E/AndroidRuntime ]
FATAL EXCEPTION: main
Process: com.stoutner.privacybrowser.standard, PID: 26962
java.lang.NullPointerException: Attempt to invoke virtual method 'int com.stoutner.privacybrowser.views.NestedScrollWebView.getScrollY()' on a null object reference
at com.stoutner.privacybrowser.activities.MainWebViewActivity.applyDomainSettings(MainWebViewActivity.java:4067)
at com.stoutner.privacybrowser.activities.MainWebViewActivity.loadUrl(MainWebViewActivity.java:2930)
at com.stoutner.privacybrowser.activities.MainWebViewActivity.initializeWebView(MainWebViewActivity.java:6219)
at com.stoutner.privacybrowser.fragments.WebViewTabFragment.onCreateView(WebViewTabFragment.kt:131)
at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2963)
at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:518)
at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:282)
at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:2189)
at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:2100)
at androidx.fragment.app.FragmentManager.execSingleAction(FragmentManager.java:1971)
at androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:311)
at androidx.fragment.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:249)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1244)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092)
at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622)
at android.view.View.measure(View.java:26358)
at androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onMeasure(SwipeRefreshLayout.java:705)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasureChild(CoordinatorLayout.java:795)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasure(CoordinatorLayout.java:868)
at android.view.View.measure(View.java:26358)
at androidx.drawerlayout.widget.DrawerLayout.onMeasure(DrawerLayout.java:1156)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:145)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:758)
at android.view.View.measure(View.java:26358)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3838)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2570)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2834)

[ 11-21 10:58:46.133 26962:26962 E/AndroidRuntime ]
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2286)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8948)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1231)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239)
at android.view.Choreographer.doCallbacks(Choreographer.java:899)
at android.view.Choreographer.doFrame(Choreographer.java:832)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)


[ 11-21 10:58:46.166 26962:26962 I/Process ]
Sending signal. PID: 26962 SIG: 9

[ 11-21 10:58:47.857 19567:19567 I/rowser.standard ]
Late-enabling -Xcheck:jni

[ 11-21 10:58:47.935 19567:19567 D/CompatibilityChangeReporter ]
Compat change id reported: 171979766; UID 10447; state: ENABLED

[ 11-21 10:58:47.961 19567:19567 V/GraphicsEnvironment ]
ANGLE Developer option for 'com.stoutner.privacybrowser.standard' set to: 'default'

[ 11-21 10:58:47.961 19567:19567 V/GraphicsEnvironment ]
ANGLE GameManagerService for com.stoutner.privacybrowser.standard: false

[ 11-21 10:58:47.961 19567:19567 V/GraphicsEnvironment ]
Updatable production driver is not supported on the device.

[ 11-21 10:58:47.964 19567:19567 D/NetworkSecurityConfig ]
Using Network Security Config from resource network_security_config debugBuild: true

[ 11-21 10:58:47.966 19567:19567 D/NetworkSecurityConfig ]
Using Network Security Config from resource network_security_config debugBuild: true

[ 11-21 10:58:48.011 19567:19567 W/ziparchive ]
Unable to open '/data/app/~~H7nV9yD6bW0onUOnSGjnJg==/com.google.android.trichromelibrary_535902244-eiWyw92BjGR4aX1hCd_puA==/base.dm': No such file or directory

[ 11-21 10:58:48.011 19567:19567 W/ziparchive ]
Unable to open '/data/app/~~H7nV9yD6bW0onUOnSGjnJg==/com.google.android.trichromelibrary_535902244-eiWyw92BjGR4aX1hCd_puA==/base.dm': No such file or directory

[ 11-21 10:58:48.011 19567:19567 W/rowser.standard ]
Entry not found

[ 11-21 10:58:48.028 19567:19567 I/WebViewFactory ]
Loading com.google.android.webview version 108.0.5359.22 (code 535902244)

[ 11-21 10:58:48.070 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (unsupported, reflection, allowed)

[ 11-21 10:58:48.070 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/os/Trace;->traceBegin(JLjava/lang/String;)V (unsupported, reflection, allowed)

[ 11-21 10:58:48.070 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/os/Trace;->traceEnd(J)V (unsupported, reflection, allowed)

[ 11-21 10:58:48.070 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (unsupported, reflection, allowed)

[ 11-21 10:58:48.070 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (unsupported, reflection, allowed)

[ 11-21 10:58:48.074 19567:19567 I/cr_WVCFactoryProvider ]
Loaded version=108.0.5359.22 minSdkVersion=29 isBundle=true multiprocess=true packageId=2

[ 11-21 10:58:48.094 19567:19567 I/cr_LibraryLoader ]
Successfully loaded native library

[ 11-21 10:58:48.095 19567:19567 I/cr_CachingUmaRecorder ]
Flushed 11 samples from 11 histograms.

[ 11-21 10:58:48.117 19567:19567 D/CompatibilityChangeReporter ]
Compat change id reported: 183155436; UID 10447; state: ENABLED

[ 11-21 10:58:48.161 19567:19602 W/chromium ]
[WARNING:dns_config_service_android.cc(115)] Failed to read DnsConfig.


[ 11-21 10:58:48.187 19567:19567 D/CompatibilityChangeReporter ]
Compat change id reported: 214741472; UID 10447; state: ENABLED

[ 11-21 10:58:48.198 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)

[ 11-21 10:58:48.198 19567:19567 W/rowser.standard ]
Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)

[ 11-21 10:58:48.212 19567:19567 D/CompatibilityChangeReporter ]
Compat change id reported: 210923482; UID 10447; state: ENABLED

[ 11-21 10:58:48.230 19567:19567 D/CompatibilityChangeReporter ]
Compat change id reported: 171228096; UID 10447; state: ENABLED

[ 11-21 10:58:48.234 19567:19567 W/TabLayout ]
MODE_SCROLLABLE + GRAVITY_FILL is not supported, GRAVITY_START will be used instead

[ 11-21 10:58:48.324 19567:19567 I/wm_on_create_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,performCreate]

[ 11-21 10:58:48.330 19567:19567 I/wm_on_start_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,handleStartActivity]

[ 11-21 10:58:48.331 19567:19567 I/wm_on_resume_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,RESUME_ACTIVITY]

[ 11-21 10:58:48.359 19567:19567 I/wm_on_top_resumed_gained_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,topStateChangedWhenResumed]

[ 11-21 10:58:48.365 19567:19642 I/AdrenoGLES-0 ]
QUALCOMM build : 4783c89, I46ff5fc46f
Build Date : 11/30/20
OpenGL ES Shader Compiler Version: EV031.31.04.01
Local Branch : QPR2
Remote Branch :
Remote Branch :
Reconstruct Branch :


[ 11-21 10:58:48.365 19567:19642 I/AdrenoGLES-0 ]
Build Config : S P 10.0.4 AArch64

[ 11-21 10:58:48.365 19567:19642 I/AdrenoGLES-0 ]
Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so

[ 11-21 10:58:48.370 19567:19642 I/AdrenoGLES-0 ]
PFP: 0x016dd093, ME: 0x00000000

[ 11-21 10:58:48.372 19567:19642 W/AdrenoUtils ]
<ReadGpuID_from_sysfs:197>: Failed to open /sys/class/kgsl/kgsl-3d0/gpu_model

[ 11-21 10:58:48.372 19567:19642 W/AdrenoUtils ]
<ReadGpuID:221>: Failed to read chip ID from gpu_model. Fallback to use the GSL path

[ 11-21 10:58:48.427 19567:19587 W/Parcel ]
Expecting binder but got null!

[ 11-21 10:58:48.457 19567:19578 I/rowser.standard ]
JIT allocated 84KB for compiled code of void com.stoutner.privacybrowser.helpers.BlocklistHelper$parseBlocklist$1.invoke(java.lang.String)

[ 11-21 10:58:48.458 19567:19578 I/rowser.standard ]
Compiler allocated 5531KB to compile void com.stoutner.privacybrowser.helpers.BlocklistHelper$parseBlocklist$1.invoke(java.lang.String)

[ 11-21 10:58:48.746 19567:19578 I/rowser.standard ]
Compiler allocated 5014KB to compile void com.stoutner.privacybrowser.helpers.BlocklistHelper$parseBlocklist$1.invoke(java.lang.String)

[ 11-21 10:58:48.906 19567:19621 W/rowser.standard ]
Accessing hidden method Landroid/media/AudioManager;->getOutputLatency(I)I (unsupported, reflection, allowed)

[ 11-21 10:58:48.915 19567:19621 W/cr_media ]
BLUETOOTH_CONNECT permission is missing.

[ 11-21 10:58:48.916 19567:19621 W/cr_media ]
registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission

[ 11-21 10:58:48.940 19567:19567 D/CompatibilityChangeReporter ]
Compat change id reported: 193247900; UID 10447; state: ENABLED

[ 11-21 10:58:49.452 19567:19578 I/rowser.standard ]
JIT allocated 96KB for compiled code of java.lang.String[] com.stoutner.privacybrowser.helpers.BlocklistHelper.checkBlocklist(java.lang.String, java.lang.String, boolean, java.util.ArrayList)

[ 11-21 10:58:49.452 19567:19578 I/rowser.standard ]
Compiler allocated 5247KB to compile java.lang.String[] com.stoutner.privacybrowser.helpers.BlocklistHelper.checkBlocklist(java.lang.String, java.lang.String, boolean, java.util.ArrayList)

[ 11-21 10:58:49.551 19567:19578 I/rowser.standard ]
Compiler allocated 4638KB to compile java.lang.String[] com.stoutner.privacybrowser.helpers.BlocklistHelper.checkBlocklist(java.lang.String, java.lang.String, boolean, java.util.ArrayList)

[ 11-21 10:58:49.614 19567:19578 I/rowser.standard ]
Compiler allocated 4501KB to compile java.lang.String[] com.stoutner.privacybrowser.helpers.BlocklistHelper.checkBlocklist(java.lang.String, java.lang.String, boolean, java.util.ArrayList)

[ 11-21 10:58:51.058 19567:19567 I/wm_on_top_resumed_lost_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,topStateChangedWhenResumed]

[ 11-21 10:58:51.059 19567:19567 I/wm_on_paused_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,performPause]

[ 11-21 10:58:51.086 19567:19567 W/TabLayout ]
MODE_SCROLLABLE + GRAVITY_FILL is not supported, GRAVITY_START will be used instead

[ 11-21 10:58:51.102 19567:19567 I/wm_on_create_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,performCreate]

[ 11-21 10:58:51.103 19567:19567 I/wm_on_start_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,handleStartActivity]

[ 11-21 10:58:51.104 19567:19567 I/wm_on_resume_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,RESUME_ACTIVITY]

[ 11-21 10:58:51.113 19567:19567 I/wm_on_top_resumed_gained_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,topStateChangedWhenResumed]

[ 11-21 10:58:51.353 19567:19587 W/Parcel ]
Expecting binder but got null!

[ 11-21 10:58:51.906 19567:19567 I/wm_on_stop_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,STOP_ACTIVITY_ITEM]

[ 11-21 10:58:52.723 19567:19567 I/wm_on_top_resumed_lost_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,topStateChangedWhenResumed]

[ 11-21 10:58:52.724 19567:19567 I/wm_on_paused_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,performPause]

[ 11-21 10:58:52.739 19567:19567 I/wm_on_restart_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,performRestartActivity]

[ 11-21 10:58:52.740 19567:19567 I/wm_on_start_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,handleStartActivity]

[ 11-21 10:58:52.743 19567:19567 I/wm_on_resume_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,RESUME_ACTIVITY]

[ 11-21 10:58:52.743 19567:19567 I/wm_on_top_resumed_gained_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,topWhenResuming]

[ 11-21 10:58:53.277 19567:19587 D/OpenGLRenderer ]
endAllActiveAnimators on 0xb4000072f6b75b20 (RippleDrawable) with handle 0xb400007206b67b80

[ 11-21 10:58:53.288 19567:19567 I/wm_on_stop_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,LIFECYCLER_STOP_ACTIVITY]

[ 11-21 10:58:53.302 19567:19567 I/wm_on_destroy_called ]
[207375788,com.stoutner.privacybrowser.activities.AboutActivity,performDestroy]

[ 11-21 10:58:53.691 19567:19567 I/chromium ]
[INFO:CONSOLE(0)] "The resource https://bundles.npr.org/dist/bundles/fonts-css-0401e9c8c0547635d48a.css was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.npr.org/2022/11/21/1137640529/railroads-freight-rail-unions-vote-contract-strike (0)


[ 11-21 10:58:54.833 19567:19567 I/wm_on_top_resumed_lost_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,topStateChangedWhenResumed]

[ 11-21 10:58:54.833 19567:19567 I/wm_on_paused_called ]
[189132244,com.stoutner.privacybrowser.activities.MainWebViewActivity,performPause]

    (1-1/1)