Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error: TCP close of closed channel #1869

Closed
ColorfulRhino opened this issue Feb 12, 2025 · 7 comments
Closed

[Bug] Error: TCP close of closed channel #1869

ColorfulRhino opened this issue Feb 12, 2025 · 7 comments

Comments

@ColorfulRhino
Copy link

ColorfulRhino commented Feb 12, 2025

Bug description

Sometimes, I believe this is happening when the wifi switches from one network to another one (not 100% sure), the RethinkDNS background process crashes. This leaves the device without any block lists or firewall, which is rather bad for obvious leakage reasons.

Upon observing multiple logs, I can see the error E GoLog : chan.go:365: E tcp.forward:a2c6791acad924bd [11] close of closed channel right before the crash happens. Android does not notify of the crash, I can only see it due to the key symbol in the notification bar which says that the VPN is disconnected.

Logs

This is one of the logs I captured:

Logcat

--------- beginning of events
02-09 23:29:35.084 13068 25939 I service_manager_stats: [call_count=200,total_time=173ms,duration=1596.605s]
02-09 23:59:05.657 13068 26952 I service_manager_stats: [call_count=200,total_time=129ms,duration=458.361s]
02-09 23:59:11.995 13068  7354 I service_manager_stats: [call_count=200,total_time=95ms,duration=6.339s]
02-09 23:59:17.081 13068  7354 I service_manager_stats: [call_count=278,total_time=200ms,duration=5.085s]
02-09 23:59:22.170 13068 25939 I service_manager_stats: [call_count=222,total_time=79ms,duration=5.09s]
02-09 23:59:27.487 13068  7352 I service_manager_stats: [call_count=240,total_time=102ms,duration=5.316s]
02-09 23:59:32.540 13068 13145 I service_manager_stats: [call_count=240,total_time=121ms,duration=5.053s]
02-09 23:59:37.635 13068  7354 I service_manager_stats: [call_count=306,total_time=152ms,duration=5.095s]
02-09 23:59:42.699 13068 25939 I service_manager_stats: [call_count=312,total_time=228ms,duration=5.064s]
02-09 23:59:47.742 13068 13117 I service_manager_stats: [call_count=342,total_time=168ms,duration=5.043s]
02-09 23:59:54.447 13068 13117 I service_manager_stats: [call_count=200,total_time=114ms,duration=6.705s]
02-10 00:00:30.979 13068 24683 I service_manager_stats: [call_count=200,total_time=138ms,duration=36.532s]
02-10 00:14:52.079 13068 13117 I service_manager_stats: [call_count=200,total_time=108ms,duration=861.1s]
02-10 00:19:01.609 13068 24683 I service_manager_stats: [call_count=200,total_time=137ms,duration=249.531s]
02-10 03:19:18.783 13068 13116 I service_manager_stats: [call_count=200,total_time=130ms,duration=10817.173s]
02-10 04:26:31.599 13068 13116 I service_manager_stats: [call_count=200,total_time=158ms,duration=2220.457s]
02-10 05:15:06.203 13068 13116 I service_manager_stats: [call_count=200,total_time=162ms,duration=550.049s]
02-10 06:03:51.800 13068 13145 I service_manager_stats: [call_count=200,total_time=147ms,duration=537.91s]
02-10 06:50:02.185 13068 13145 I service_manager_stats: [call_count=200,total_time=190ms,duration=525.043s]
02-10 07:40:43.824 13068 25946 I service_manager_stats: [call_count=200,total_time=171ms,duration=515.097s]
02-10 08:00:00.691 13068 13068 I wm_on_destroy_called: [Token=69444493,Component Name=com.celzero.bravedns.ui.HomeScreenActivity,Reason=performDestroy,time=41ms]
02-10 08:00:00.743 13068 13068 I wm_on_destroy_called: [Token=185108607,Component Name=com.celzero.bravedns.ui.activity.NetworkLogsActivity,Reason=performDestroy,time=15ms]
02-10 08:00:00.764 13068 13068 I wm_on_destroy_called: [Token=119071877,Component Name=com.celzero.bravedns.ui.activity.AppInfoActivity,Reason=performDestroy,time=0ms]
02-10 08:01:07.946 13068  7352 I service_manager_stats: [call_count=200,total_time=153ms,duration=306.799s]
--------- beginning of main
02-10 08:06:22.724 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:06:25.867 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:06:32.083 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:06:50.872 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:03.388 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:12.677 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:18.859 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:21.940 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:28.132 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:34.420 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:53.042 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:56.182 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:07:59.315 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:02.408 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:05.484 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:08.628 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:11.725 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:21.045 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:24.142 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:30.428 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:33.530 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:36.613 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:42.787 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:45.864 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:48.946 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:52.035 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:08:55.126 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:01.413 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:08.526 13068 13116 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:99c2ce2a92c794d2,UID:10189,} for connId: 99c2ce2a92c794d2, uid: 10189, cm: null
02-10 08:09:08.575 13068 13116 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:cb649fc02bbbe79b,UID:10189,} for src(10.111.222.1: 48326), dest(74.125.154.170:443)
02-10 08:09:08.609 13068 25946 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:09:08.611 13068  7352 I GoLog   : tcp.go:286: I tcp: new conn cb649fc02bbbe79b via proxy(Base); src(10.111.222.1:48326) -> dst(74.125.154.170:443) for 10189
02-10 08:09:11.696 13068  7359 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:cdb938cd5a2ce769,UID:10189,} for connId: cdb938cd5a2ce769, uid: 10189, cm: null
02-10 08:09:11.703 13068 26952 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:a2c6791acad924bd,UID:10189,} for src(10.111.222.1: 47382), dest(64.233.185.91:443)
02-10 08:09:11.708 13068 24683 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:5375415a599e5415,UID:10189,} for src(10.111.222.1: 47386), dest(64.233.185.91:443)
02-10 08:09:11.726 13068 24683 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:65ac242b70cdb16b,UID:10189,} for src(10.111.222.1: 47396), dest(64.233.185.91:443)
02-10 08:09:11.731 13068 24683 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:c223a56848fd69d7,UID:10189,} for connId: c223a56848fd69d7, uid: 10189, cm: null
02-10 08:09:11.738 13068  7359 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:18ceb59f6078b127,UID:10189,} for src(10.111.222.1: 37340), dest(74.125.21.102:443)
02-10 08:09:11.846 13068  7359 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 64.233.177.190:443; err? <nil>
02-10 08:09:11.846 13068  7359 I GoLog   : tcp.go:286: I tcp: new conn a2c6791acad924bd via proxy(Base); src(10.111.222.1:47382) -> dst(64.233.177.190:443) for 10189
02-10 08:09:11.846 13068  7359 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 173.194.219.91:443; err? <nil>
02-10 08:09:11.846 13068  7359 I GoLog   : tcp.go:286: I tcp: new conn 5375415a599e5415 via proxy(Base); src(10.111.222.1:47386) -> dst(173.194.219.91:443) for 10189
02-10 08:09:11.865 13068 24683 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 64.233.185.91:443; err? <nil>
02-10 08:09:11.865 13068 24683 I GoLog   : tcp.go:286: I tcp: new conn 65ac242b70cdb16b via proxy(Base); src(10.111.222.1:47396) -> dst(64.233.185.91:443) for 10189
02-10 08:09:11.866 13068 26952 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 74.125.21.102:443; err? <nil>
02-10 08:09:11.866 13068 26952 I GoLog   : tcp.go:286: I tcp: new conn 18ceb59f6078b127 via proxy(Base); src(10.111.222.1:37340) -> dst(74.125.21.102:443) for 10189
02-10 08:09:13.915 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:14.167 13068 26952 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:f1523236a4a87708,UID:10189,} for src(10.111.222.1: 48332), dest(74.125.154.170:443)
02-10 08:09:14.209 13068 26952 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:09:14.209 13068 26952 I GoLog   : tcp.go:286: I tcp: new conn f1523236a4a87708 via proxy(Base); src(10.111.222.1:48332) -> dst(74.125.154.170:443) for 10189
02-10 08:09:17.005 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:19.649 13068 24683 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:32ab6efa69bae391,UID:10189,} for src(10.111.222.1: 35676), dest(74.125.154.170:443)
02-10 08:09:19.724 13068 25946 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:09:19.726 13068 25946 I GoLog   : tcp.go:286: I tcp: new conn 32ab6efa69bae391 via proxy(Base); src(10.111.222.1:35676) -> dst(74.125.154.170:443) for 10189
02-10 08:09:20.100 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:23.187 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:26.334 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:29.419 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:41.948 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:45.024 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:51.304 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:54.380 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:09:57.489 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:03.716 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:06.848 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:09.937 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:16.103 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:19.202 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:25.402 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:28.479 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:31.560 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:34.719 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:37.821 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:40.960 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:44.034 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:47.121 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:50.227 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:53.301 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:10:56.413 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:11:02.668 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:11:08.840 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:11:11.937 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:11:15.021 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:11:21.265 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:01.559 13068  7352 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:44683d41d149dafe,UID:10161,} for src(10.111.222.1: 49348), dest(212.227.17.170:993)
02-10 08:12:01.602 13068 13145 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 212.227.17.170:993; err? <nil>
02-10 08:12:01.602 13068 13145 I GoLog   : tcp.go:286: I tcp: new conn 44683d41d149dafe via proxy(Base); src(10.111.222.1:49348) -> dst(212.227.17.170:993) for 10161
02-10 08:12:07.947 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:11.090 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:26.509 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:29.676 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:32.757 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:35.889 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:42.109 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:45.206 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:51.418 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:12:54.504 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:13:00.681 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:13:06.886 13068 13137 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-10 08:13:12.408 13068 24683 E GoLog   : chan.go:365: E tcp.forward:a2c6791acad924bd [11] close of closed channel
02-10 08:13:12.408 13068 24683 E GoLog   : dontpanic.go:101: E ----START----
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 1d1c809273336179 via proxy(Base); src(10.111.222.1:38060) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to sky.rethinkdns.com:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 48ccfc882e8aaaaa via proxy(Base); src(10.111.222.1:58844) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: copyOnce: EOF
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 149.154.167.41:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 429d0392638e7490 via proxy(Base); src(10.111.222.1:36560) -> dst(149.154.167.41:443) for 10157
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 7f3fec4b3534b65b via proxy(Base); src(10.111.222.1:35552) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 982cd9c09babec44 via proxy(Base); src(10.111.222.1:56820) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn f4dfdd3a65eef263 via proxy(Base); src(10.111.222.1:40270) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: copyOnce: EOF
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 149.154.167.41:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 5d5c9be567fe5693 via proxy(Base); src(10.111.222.1:59150) -> dst(149.154.167.41:443) for 10157
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 88279fb76b783aff via proxy(Base); src(10.111.222.1:53374) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 770835f75da22ac4 via proxy(Base); src(10.111.222.1:34812) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 36df41afada17831 via proxy(Base); src(10.111.222.1:53734) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to sky.rethinkdns.com:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: copyOnce: EOF
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 149.154.167.41:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 1680d023133f5064 via proxy(Base); src(10.111.222.1:38704) -> dst(149.154.167.41:443) for 10157
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 44f5e80dae14a037 via proxy(Base); src(10.111.222.1:41728) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn c240f5652ac97a8e via proxy(Base); src(10.111.222.1:58102) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn dded98423185167f via proxy(Base); src(10.111.222.1:39470) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: copyOnce: EOF
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 149.154.167.41:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn e6673e3af900f654 via proxy(Base); src(10.111.222.1:34264) -> dst(149.154.167.41:443) for 10157
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn b2890ff847198238 via proxy(Base); src(10.111.222.1:48232) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 17a8421927b1a294 via proxy(Base); src(10.111.222.1:37440) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn d9d4039d76db6ffd via proxy(Base); src(10.111.222.1:38226) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to sky.rethinkdns.com:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: copyOnce: EOF
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 149.154.167.41:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 0ca2e655ae290bd7 via proxy(Base); src(10.111.222.1:33536) -> dst(149.154.167.41:443) for 10157
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 1c4b54fd52fbe449 via proxy(Base); src(10.111.222.1:55760) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 185.88.236.90:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 0483bad3ceabd4ee via proxy(Base); src(10.111.222.1:47658) -> dst(185.88.236.90:443) for 10166
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 212.227.17.186:993; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 5e8f13c48cbcf61e via proxy(Base); src(10.111.222.1:44268) -> dst(212.227.17.186:993) for 10161
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to sky.rethinkdns.com:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 104.21.59.166:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn f88e99a0fc894783 via proxy(Base); src(10.111.222.1:44614) -> dst(104.21.59.166:443) for 10185
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 212.227.17.186:993; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 904e6342eb782b23 via proxy(Base); src(10.111.222.1:44284) -> dst(212.227.17.186:993) for 10161
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:59742->104.21.59.166:443: read tcp 172.67.181.87:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 142.250.105.190:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.21.139:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 737f0b6e8ad6779b via proxy(Base); src(10.111.222.1:47146) -> dst(74.125.21.139:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 172.217.215.136:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 89218cd3fc9db4e8 via proxy(Base); src(10.111.222.1:58844) -> dst(172.217.215.136:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn dc688220f3e05c65 via proxy(Base); src(10.111.222.1:58834) -> dst(142.250.105.190:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 64.233.177.91:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 517d474295265527 via proxy(Base); src(10.111.222.1:58858) -> dst(64.233.177.91:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I cache: del: 0; ref: 0; tot: 3 / high? false
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 142.250.9.136:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn ea1aa327d0147836 via proxy(Base); src(10.111.222.1:58876) -> dst(142.250.9.136:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.138.136:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 64.233.176.93:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 40e1a53300b6a23d via proxy(Base); src(10.111.222.1:58860) -> dst(74.125.138.136:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn cd4b14b36477a37d via proxy(Base); src(10.111.222.1:58870) -> dst(64.233.176.93:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.21.113:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 024371bdb0a883f4 via proxy(Base); src(10.111.222.1:47152) -> dst(74.125.21.113:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 173.194.219.93:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn f113ca73203b5669 via proxy(Base); src(10.111.222.1:58884) -> dst(173.194.219.93:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 64.233.177.136:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 33006fb0ac655cef via proxy(Base); src(10.111.222.1:58878) -> dst(64.233.177.136:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 64.233.185.136:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 59c93b19435660e1 via proxy(Base); src(10.111.222.1:58892) -> dst(64.233.185.136:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 4a64dfce39c703fe via proxy(Base); src(10.111.222.1:43274) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn f976758b8e893730 via proxy(Base); src(10.111.222.1:46228) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:56120->74.125.154.170:443: read tcp 74.125.154.170:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 79942d309a99096c via proxy(Base); src(10.111.222.1:46236) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:56136->74.125.154.170:443: read tcp 74.125.154.170:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn c3a993d361dd14ab via proxy(Base); src(10.111.222.1:46240) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:56144->74.125.154.170:443: read tcp 74.125.154.170:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 23c6f1193e2372a0 via proxy(Base); src(10.111.222.1:46250) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:56150->74.125.154.170:443: read tcp 74.125.154.170:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 4fd04be79d9d3c84 via proxy(Base); src(10.111.222.1:46264) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn a6c73aec2704e831 via proxy(Base); src(10.111.222.1:46274) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:56166->74.125.154.170:443: read tcp 74.125.154.170:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn d84729fc7a875c43 via proxy(Base); src(10.111.222.1:46276) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: readfrom tcp 192.0.1.64:56172->74.125.154.170:443: read tcp 74.125.154.170:443: connection reset by peer
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn a3a8548375bb32c2 via proxy(Base); src(10.111.222.1:46290) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 892b3ed0e6fdde41 via proxy(Base); src(10.111.222.1:46306) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 085c6d4356a2e780 via proxy(Base); src(10.111.222.1:46310) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: W rdial: readfrom: copyOnce: EOF
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 149.154.167.41:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn ad40dd61fa52462a via proxy(Base); src(10.111.222.1:36032) -> dst(149.154.167.41:443) for 10157
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn cb649fc02bbbe79b via proxy(Base); src(10.111.222.1:48326) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 64.233.177.190:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn a2c6791acad924bd via proxy(Base); src(10.111.222.1:47382) -> dst(64.233.177.190:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 173.194.219.91:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 5375415a599e5415 via proxy(Base); src(10.111.222.1:47386) -> dst(173.194.219.91:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 64.233.185.91:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 65ac242b70cdb16b via proxy(Base); src(10.111.222.1:47396) -> dst(64.233.185.91:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.21.102:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 18ceb59f6078b127 via proxy(Base); src(10.111.222.1:37340) -> dst(74.125.21.102:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn f1523236a4a87708 via proxy(Base); src(10.111.222.1:48332) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 74.125.154.170:443; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 32ab6efa69bae391 via proxy(Base); src(10.111.222.1:35676) -> dst(74.125.154.170:443) for 10189
02-10 08:13:12.415 13068 25946 E LibLogger: I proxy: base: dial(tcp) to 212.227.17.170:993; err? <nil>
02-10 08:13:12.415 13068 25946 E LibLogger: I tcp: new conn 44683d41d149dafe via proxy(Base); src(10.111.222.1:49348) -> dst(212.227.17.170:993) for 10161
02-10 08:13:12.434 13068  7352 E LibLogger: F tcp.forward:a2c6791acad924bd [11] close of closed channel
02-10 08:13:12.434 13068  7352 E LibLogger:  (#1)
02-10 08:13:12.437 13068  7352 E LibLogger: goroutine 219618 [running]:
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/log.(*simpleLogger).Stack(0x40000dc0e0, 0x0, {0x4008cc1a80?, 0x4008cc19c0?}, {0x4008a4a000, 0x10000, 0x10000})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/log/logger.go:375 +0x2c0
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/log.C({0x4008cc19c0, 0x3a}, {0x4008a4a000, 0x10000, 0x10000})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/log/log.go:136 +0xf8
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/core.trace(0x40000dc0e0?, {0x4008cc19c0, 0x3a})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/core/dontpanic.go:101 +0x1a4
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/core.Recover(0xb, {0x40091e4060, 0x1c})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/core/dontpanic.go:74 +0x13c
02-10 08:13:12.437 13068  7352 E LibLogger: panic({0xca997bc952c0?, 0xca997bd709c0?})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/golang/go/src/runtime/panic.go:770 +0x124
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/dialers.(*retrier).CloseRead(0x4008d282d0)
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/dialers/retrier.go:196 +0x48
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/core.CloseTCPRead({0xcdb80e017088, 0x4008d282d0})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/core/closer.go:63 +0xc0
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/core.CloseOp({0xcdb813ae4360, 0x4008d282d0}, 0x0)
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/core/closer.go:131 +0x39c
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra.download({0x4008e15d70, 0x10}, {0xca997bd7f280, 0x4008a46a80}, {0xca997bd812d0, 0x4008d282d0})
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/common.go:45 +0x28c
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra.forward({0xca997bd7f280, 0x4008a46a80}, {0xca997bd812d0, 0x4008d282d0}, {0xcdb813ca8110, 0x400012672c}, 0x40088f2000)
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/common.go:59 +0x100
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra.(*tcpHandler).handle.func1()
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/tcp.go:283 +0x90
02-10 08:13:12.437 13068  7352 E LibLogger: github.com/celzero/firestack/intra/core.Gx.func1()
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/core/async.go:51 +0x64
02-10 08:13:12.437 13068  7352 E LibLogger: created by github.com/celzero/firestack/intra/core.Gx in goroutine 219530
02-10 08:13:12.437 13068  7352 E LibLogger: 	/home/jitpack/build/intra/core/async.go:48 +0x7c
02-10 08:13:12.437 13068  7352 E LibLogger: 
02-10 08:19:33.080 12978 12978 I libc    : SetHeapTaggingLevel: tag level set to 0
02-10 08:19:33.086 12978 12978 I elzero.bravedns: Using CollectorTypeCMC GC.
02-10 08:19:33.089 12978 12978 E elzero.bravedns: Not starting debugger since process cannot load the jdwp agent.
02-10 08:19:33.175 12978 12978 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
02-10 08:19:33.171 12978 12978 I auditd  : avc=type=1400 audit(0.0:47817): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.171 12978 12978 W app_process64: type=1400 audit(0.0:47817): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.183 12978 12978 I auditd  : avc=type=1400 audit(0.0:47818): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.183 12978 12978 W app_process64: type=1400 audit(0.0:47818): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.183 12978 12978 I auditd  : avc=type=1400 audit(0.0:47819): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.183 12978 12978 W app_process64: type=1400 audit(0.0:47819): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.183 12978 12978 I auditd  : avc=type=1400 audit(0.0:47820): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.183 12978 12978 W app_process64: type=1400 audit(0.0:47820): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.188 12978 12978 W libc    : Access denied finding property "ro.debuggable"
02-10 08:19:33.188 12978 12978 W libc    : Access denied finding property "ro.debuggable"
02-10 08:19:33.188 12978 12978 W libc    : Access denied finding property "ro.debuggable"
02-10 08:19:33.189 12978 12978 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10170 <<<<<<
02-10 08:19:33.189 12978 12978 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
02-10 08:19:33.183 12978 12978 I auditd  : avc=type=1400 audit(0.0:47821): avc:  denied  { read } for  comm="elzero.bravedns" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.183 12978 12978 W elzero.bravedns: type=1400 audit(0.0:47821): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.194 12978 12978 I com.celzero.bravedns: MMAP_TRYLOCK is supported in uffd errno:2 addr:0xd0ede67e5000 size:4096
02-10 08:19:33.195 12978 12978 I AndroidRuntime: Using default boot image
02-10 08:19:33.195 12978 12978 I AndroidRuntime: Leaving lock profiling enabled
02-10 08:19:33.195 12978 12978 W libc    : Access denied finding property "odsign.verification.success"
02-10 08:19:33.195 12978 12978 W libc    : Access denied finding property "ro.debuggable"
02-10 08:19:33.196 12978 12978 E cutils-trace: Error opening trace file: No such file or directory (2)
--------- switch to events
02-10 08:19:33.191 12978 12978 I auditd  : avc=type=1400 audit(0.0:47822): avc:  denied  { read } for  comm="elzero.bravedns" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=762 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.191 12978 12978 W elzero.bravedns: type=1400 audit(0.0:47822): avc:  denied  { read } for  name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=762 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.191 12978 12978 I auditd  : avc=type=1400 audit(0.0:47823): avc:  denied  { read } for  comm="elzero.bravedns" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.191 12978 12978 W elzero.bravedns: type=1400 audit(0.0:47823): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.195 12978 12978 I auditd  : avc=type=1400 audit(0.0:47824): avc:  denied  { getattr } for  comm="elzero.bravedns" path="/apex/apex-info-list.xml" dev="tmpfs" ino=89 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.195 12978 12978 W elzero.bravedns: type=1400 audit(0.0:47824): avc:  denied  { getattr } for  path="/apex/apex-info-list.xml" dev="tmpfs" ino=89 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.201 12978 12978 W com.celzero.bravedns: ART APEX data files are untrusted.
02-10 08:19:33.201 12978 12978 I com.celzero.bravedns: Using CollectorTypeCMC GC.
02-10 08:19:33.295 12978 12978 D nativeloader: InitDefaultPublicLibraries for_preload=1: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libicu.so:libicui18n.so:libicuuc.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativehelper.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so
02-10 08:19:33.313 12978 12978 D nativeloader: Load libicu_jni.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
02-10 08:19:33.313 12978 12978 D com.celzero.bravedns: u_setTimeZoneFilesDirectory("/apex/com.android.tzdata/etc/tz/versioned/8/icu") succeeded. 
02-10 08:19:33.313 12978 12978 D com.celzero.bravedns: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt75l.dat
02-10 08:19:33.315 12978 12978 D nativeloader: Load libjavacore.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
02-10 08:19:33.316 12978 12978 D nativeloader: Load libopenjdk.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
02-10 08:19:33.332 12978 12978 W libc    : Access denied finding property "ro.product.name_for_attestation"
--------- switch to events
02-10 08:19:33.327 12978 12978 I auditd  : avc=type=1400 audit(0.0:47825): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.327 12978 12978 W main    : type=1400 audit(0.0:47825): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.332 12978 12978 W libc    : Access denied finding property "ro.product.manufacturer_for_attestation"
02-10 08:19:33.332 12978 12978 W libc    : Access denied finding property "ro.product.brand_for_attestation"
--------- switch to events
02-10 08:19:33.327 12978 12978 I auditd  : avc=type=1400 audit(0.0:47826): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.327 12978 12978 W main    : type=1400 audit(0.0:47826): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.332 12978 12978 W libc    : Access denied finding property "ro.product.model_for_attestation"
--------- switch to events
02-10 08:19:33.327 12978 12978 I auditd  : avc=type=1400 audit(0.0:47827): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.327 12978 12978 W main    : type=1400 audit(0.0:47827): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.333 12978 12978 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
02-10 08:19:33.327 12978 12978 I auditd  : avc=type=1400 audit(0.0:47828): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.327 12978 12978 W main    : type=1400 audit(0.0:47828): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.327 12978 12978 I auditd  : avc=type=1400 audit(0.0:47829): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.327 12978 12978 W main    : type=1400 audit(0.0:47829): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=583 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.327 12978 12978 I auditd  : avc=type=1400 audit(0.0:47830): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.327 12978 12978 W main    : type=1400 audit(0.0:47830): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.346 12978 12978 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
02-10 08:19:33.346 12978 12978 D AndroidRuntime: Calling main entry com.android.internal.os.ExecInit
02-10 08:19:33.346 12978 12978 D Zygote  : begin preload
02-10 08:19:33.347 12978 12978 I Zygote  : Calling ZygoteHooks.beginPreload()
02-10 08:19:33.362 12978 12978 I Zygote  : Preloading shared libraries...
02-10 08:19:33.363 12978 12978 D nativeloader: Load libandroid.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
02-10 08:19:33.364 12978 12978 D nativeloader: Load libjnigraphics.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
02-10 08:19:33.365 12978 12978 D nativeloader: Load libcompiler_rt.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
02-10 08:19:33.365 12978 12978 E com.celzero.bravedns: Unable to find pattern file or unable to map it for am
02-10 08:19:33.366 12978 12978 I Zygote  : Called ZygoteHooks.endPreload()
02-10 08:19:33.369 12978 12978 D nativeloader: Load libjavacrypto.so using APEX ns com_android_conscrypt for caller /apex/com.android.conscrypt/javalib/conscrypt.jar: ok
02-10 08:19:33.373 12978 12978 I Zygote  : Installed AndroidKeyStoreProvider in 8ms.
02-10 08:19:33.374 12978 12978 D Zygote  : end preload
02-10 08:19:33.374 12978 12978 I libc    : SetHeapTaggingLevel: tag level set to 0
--------- switch to events
02-10 08:19:33.379 12978 12978 I auditd  : avc=type=1400 audit(0.0:47831): avc:  denied  { read } for  comm="binder:12978_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=786 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.379 12978 12978 W binder:12978_2: type=1400 audit(0.0:47831): avc:  denied  { read } for  name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=786 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to events
02-10 08:19:33.379 12978 12978 I auditd  : avc=type=1400 audit(0.0:47832): avc:  denied  { read } for  comm="binder:12978_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=786 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.379 12978 12978 W binder:12978_2: type=1400 audit(0.0:47832): avc:  denied  { read } for  name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=786 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.384 12978 12998 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-10 08:19:33.384 12978 12998 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-10 08:19:33.394 12978 12978 D nativeloader: Load libstats_jni.so using APEX ns com_android_os_statsd for caller /apex/com.android.os.statsd/javalib/framework-statsd.jar: ok
02-10 08:19:33.395 12978 12978 D CompatChangeReporter: Compat change id reported: 242716250; UID 10170; state: ENABLED
02-10 08:19:33.396 12978 12978 I Typeface: Preloading /system/fonts/Roboto-Regular.ttf
02-10 08:19:33.396 12978 12978 I Typeface: Preloading /system/fonts/RobotoStatic-Regular.ttf
02-10 08:19:33.406 12978 12978 I SystemFonts: Loading font config from /system/etc/fonts.xml
02-10 08:19:33.408 12978 12978 D CompatChangeReporter: Compat change id reported: 247079863; UID 10170; state: ENABLED
02-10 08:19:33.460 12978 12978 D nativeloader: InitApexLibraries:
02-10 08:19:33.460 12978 12978 D nativeloader:   com_android_art: libnativehelper.so
02-10 08:19:33.460 12978 12978 D nativeloader:   com_android_i18n: libicui18n.so:libicuuc.so:libicu.so
02-10 08:19:33.460 12978 12978 D nativeloader:   com_android_neuralnetworks: libneuralnetworks.so
02-10 08:19:33.460 12978 12978 D nativeloader: InitDefaultPublicLibraries for_preload=0: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libclang_rt.hwasan-aarch64-android.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so
02-10 08:19:33.460 12978 12978 D nativeloader: Configuring clns-1 for other apk /system_ext/framework/androidx.window.extensions.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/lib/arm64:/data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.celzero.bravedns
02-10 08:19:33.461 12978 12978 D nativeloader: InitExtendedPublicLibraries: libedgetpu_dba.google.so
02-10 08:19:33.461 12978 12978 D nativeloader: Extending system_exposed_libraries: libedgetpu_dba.google.so
02-10 08:19:33.462 12978 12978 D nativeloader: InitVendorPublicLibraries: libOpenCL.so:libOpenCL-pixel.so:libedgetpu_client.google.so:libedgetpu_util.so:lib_aion_buffer.so:libgxp.so:gxp_metrics_logger.so
02-10 08:19:33.463 12978 12978 D nativeloader: InitProductPublicLibraries: 
02-10 08:19:33.465 12978 12978 D nativeloader: Configuring clns-2 for other apk /system_ext/framework/androidx.window.sidecar.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/lib/arm64:/data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.celzero.bravedns
02-10 08:19:33.465 12978 12978 D nativeloader: Extending system_exposed_libraries: libedgetpu_dba.google.so
02-10 08:19:33.474 12978 12978 D nativeloader: Configuring clns-3 for other apk /data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/lib/arm64:/data/app/~~nGwAhWw2sWk8BS5ZdSXhfw==/com.celzero.bravedns-m9KZeWqU8SVYfL-0aG7rXw==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.celzero.bravedns
02-10 08:19:33.488 12978 12978 D nativeloader: Load libframework-connectivity-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok
02-10 08:19:33.489 12978 12978 V GraphicsEnvironment: Currently set values for:
02-10 08:19:33.489 12978 12978 V GraphicsEnvironment:   angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon]
02-10 08:19:33.489 12978 12978 V GraphicsEnvironment:   angle_gl_driver_selection_values=[angle, native, native, native]
02-10 08:19:33.489 12978 12978 V GraphicsEnvironment: com.celzero.bravedns is not listed in per-application setting
02-10 08:19:33.489 12978 12978 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
02-10 08:19:33.502 12978 12978 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
02-10 08:19:33.510 12978 12978 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
02-10 08:19:33.503 12978 12978 I auditd  : avc=type=1400 audit(0.0:47833): avc:  denied  { read } for  comm="elzero.bravedns" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
--------- switch to main
02-10 08:19:33.503 12978 12978 W elzero.bravedns: type=1400 audit(0.0:47833): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=855 scontext=u:r:untrusted_app:s0:c170,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.celzero.bravedns
02-10 08:19:33.522 12978 12978 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
02-10 08:19:33.523 12978 12978 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
02-10 08:19:33.577 12978 13003 I JobScheduler: Job ScheduledRefreshAppsJob already scheduled check
02-10 08:19:33.614 12978 13008 D CompatChangeReporter: Compat change id reported: 253665015; UID 10170; state: ENABLED
02-10 08:19:33.631 12978 13008 D CompatChangeReporter: Compat change id reported: 263076149; UID 10170; state: ENABLED
02-10 08:19:33.632 12978 13003 I JobScheduler: Job ScheduledRefreshAppsJob already scheduled? true
02-10 08:19:33.632 12978 13003 I JobScheduler: Data usage job scheduled
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: Work [ id=b8948886-a4d2-4c20-9b9b-eef89d13fa7b, tags={ com.celzero.bravedns.scheduler.DataUsageUpdater, ScheduledDataUsageJob } ] was cancelled
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: java.util.concurrent.CancellationException: Task was cancelled.
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at androidx.work.impl.utils.futures.AbstractFuture.cancellationExceptionWithCause(Unknown Source:2)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at androidx.work.impl.utils.futures.AbstractFuture.getDoneValue(Unknown Source:30)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at androidx.work.impl.utils.futures.AbstractFuture.get(SourceFile:0)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at androidx.work.impl.WorkerWrapper$2.run(Unknown Source:4)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at androidx.work.impl.utils.SerialExecutorImpl$Task.run(Unknown Source:2)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-10 08:19:33.681 12978 13008 I WM-WorkerWrapper: 	at java.lang.Thread.run(Thread.java:1117)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: Work [ id=869b5650-9538-4b77-bd55-6b7512897b10, tags={ com.celzero.bravedns.scheduler.BugReportCollector, ScheduledCollectAppExitInfoJob } ] failed because it threw an exception/error
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: java.util.concurrent.ExecutionException: java.nio.file.NoSuchFileException: /data/data/com.celzero.bravedns/files/rethinkdns.bugreport.zip
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at androidx.work.impl.utils.futures.AbstractFuture.getDoneValue(Unknown Source:20)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at androidx.work.impl.utils.futures.AbstractFuture.get(SourceFile:0)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at androidx.work.impl.WorkerWrapper$2.run(Unknown Source:4)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at androidx.work.impl.utils.SerialExecutorImpl$Task.run(Unknown Source:2)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.lang.Thread.run(Thread.java:1117)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: Caused by: java.nio.file.NoSuchFileException: /data/data/com.celzero.bravedns/files/rethinkdns.bugreport.zip
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:150)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:115)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.nio.file.Files.readAttributes(Files.java:1737)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.zip.ZipFile$Source.get(ZipFile.java:1378)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:769)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.zip.ZipFile.<init>(ZipFile.java:280)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.zip.ZipFile.<init>(ZipFile.java:236)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.zip.ZipFile.<init>(ZipFile.java:184)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at java.util.zip.ZipFile.<init>(ZipFile.java:153)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at com.celzero.bravedns.scheduler.BugReportZipper.getZipFile(Unknown Source:9)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at com.celzero.bravedns.scheduler.BugReportZipper.prepare(Unknown Source:50)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at com.celzero.bravedns.scheduler.BugReportCollector.prepare(Unknown Source:15)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at com.celzero.bravedns.scheduler.BugReportCollector.doWork(Unknown Source:87)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at androidx.work.CoroutineWorker$startWork$1.invokeSuspend(Unknown Source:32)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:11)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at kotlinx.coroutines.DispatchedTask.run(Unknown Source:98)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(Unknown Source:0)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(Unknown Source:14)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(Unknown Source:28)
02-10 08:19:33.691 12978 13008 E WM-WorkerWrapper: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(Unknown Source:0)
02-10 08:19:33.692 12978 13008 I WM-WorkerWrapper: Worker result FAILURE for Work [ id=869b5650-9538-4b77-bd55-6b7512897b10, tags={ com.celzero.bravedns.scheduler.BugReportCollector, ScheduledCollectAppExitInfoJob } ]
02-10 08:19:33.715 12978 13009 I JobScheduler: purging logs older than 7 days, date: 1738570773714
02-10 08:19:33.715 12978 13003 I AppDatabase: Database opened, 23
02-10 08:19:33.724 12978 13002 I JobScheduler: Data usage updated for all apps at 1739175573690
02-10 08:19:33.725 12978 13003 I JobScheduler: Data usage updated for all apps at 1739175573636
02-10 08:19:33.725 12978 13006 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=c803a663-4ea7-4a0d-84ad-5e3a31b41471, tags={ com.celzero.bravedns.scheduler.DataUsageUpdater, ScheduledDataUsageJob } ]
02-10 08:19:33.825 12978 13007 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=5c061d7d-858d-4e8c-956c-a74596660cbd, tags={ com.celzero.bravedns.scheduler.PurgeConnectionLogs, ScheduledPurgeConnectionLogsJob } ]
02-10 08:19:38.957 12978 13020 D ProfileInstaller: Installing profile for com.celzero.bravedns

Additional info

  • package: com.celzero.bravedns:45, targetSdk 34
  • OS: Android 15 GrapheneOS
  • Unrestricted battery is enabled for RethinkDNS
@ColorfulRhino
Copy link
Author

Another log from the crash at a different time:

Logcat

--------- switch to events
02-09 13:49:50.769  6514 28617 I service_manager_stats: [call_count=200,total_time=147ms,duration=8.589s]
--------- switch to main
02-09 13:49:50.773  6514 28617 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:50708aa5da3134fb,UID:10189,} for src(10.111.222.1: 60992), dest(151.101.1.91:443)
02-09 13:49:50.816  6514 28597 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:49:50.817  6514 28617 I GoLog   : tcp.go:286: I tcp: new conn 50708aa5da3134fb via proxy(Base); src(10.111.222.1:60992) -> dst(151.101.193.91:443) for 10189
02-09 13:49:51.087  6514 28597 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:989d50495e775c53,UID:10189,} for src(10.111.222.1: 32774), dest(151.101.1.91:443)
02-09 13:49:51.129  6514 28597 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:49:51.130  6514 28597 I GoLog   : tcp.go:286: I tcp: new conn 989d50495e775c53 via proxy(Base); src(10.111.222.1:32774) -> dst(151.101.65.91:443) for 10189
02-09 13:49:51.379  6514 28600 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:e86f3bb25c3c4b95,UID:10189,} for src(10.111.222.1: 32778), dest(151.101.1.91:443)
02-09 13:49:51.423  6514 28600 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:49:51.423  6514 28600 I GoLog   : tcp.go:286: I tcp: new conn e86f3bb25c3c4b95 via proxy(Base); src(10.111.222.1:32778) -> dst(151.101.1.91:443) for 10189
02-09 13:49:51.667  6514 28600 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:c02b47c7569d0387,UID:10189,} for src(10.111.222.1: 32782), dest(151.101.1.91:443)
02-09 13:49:51.697  6514 28600 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:49:51.697  6514 28600 I GoLog   : tcp.go:286: I tcp: new conn c02b47c7569d0387 via proxy(Base); src(10.111.222.1:32782) -> dst(151.101.65.91:443) for 10189
02-09 13:49:51.961  6514 28600 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:ffbcd1236146b67f,UID:10189,} for src(10.111.222.1: 32794), dest(151.101.1.91:443)
02-09 13:49:52.005  6514 28600 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:49:52.006  6514 28600 I GoLog   : tcp.go:286: I tcp: new conn ffbcd1236146b67f via proxy(Base); src(10.111.222.1:32794) -> dst(151.101.129.91:443) for 10189
02-09 13:49:52.047  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:49:52.265  6514 16419 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:851349a12c7a0b6c,UID:10189,} for src(10.111.222.1: 60924), dest(151.101.1.91:443)
02-09 13:49:52.306  6514 28615 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:49:52.306  6514 28615 I GoLog   : tcp.go:286: I tcp: new conn 851349a12c7a0b6c via proxy(Base); src(10.111.222.1:60924) -> dst(151.101.65.91:443) for 10189
02-09 13:49:52.550  6514 16419 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:49c3a505c58f8ce9,UID:10189,} for src(10.111.222.1: 60938), dest(151.101.1.91:443)
02-09 13:49:52.604  6514 16419 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:49:52.605  6514 28600 I GoLog   : tcp.go:286: I tcp: new conn 49c3a505c58f8ce9 via proxy(Base); src(10.111.222.1:60938) -> dst(151.101.193.91:443) for 10189
02-09 13:49:52.917  6514 28623 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:4f4ef1c2f247eb7e,UID:10189,} for src(10.111.222.1: 60940), dest(151.101.1.91:443)
02-09 13:49:52.957  6514 28600 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:49:52.958  6514 28600 I GoLog   : tcp.go:286: I tcp: new conn 4f4ef1c2f247eb7e via proxy(Base); src(10.111.222.1:60940) -> dst(151.101.65.91:443) for 10189
02-09 13:49:53.225  6514 28597 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:b251896c495ef2cb,UID:10189,} for src(10.111.222.1: 60956), dest(151.101.1.91:443)
02-09 13:49:53.271  6514 28597 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:49:53.277  6514 28597 I GoLog   : tcp.go:286: I tcp: new conn b251896c495ef2cb via proxy(Base); src(10.111.222.1:60956) -> dst(151.101.65.91:443) for 10189
02-09 13:49:53.528  6514 28597 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:9ee2338123bd9a6c,UID:10189,} for src(10.111.222.1: 60966), dest(151.101.1.91:443)
02-09 13:49:53.566  6514 28600 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:49:53.567  6514 28609 I GoLog   : tcp.go:286: I tcp: new conn 9ee2338123bd9a6c via proxy(Base); src(10.111.222.1:60966) -> dst(151.101.1.91:443) for 10189
02-09 13:49:53.822  6514 28609 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:c15e58741b5dae0c,UID:10189,} for src(10.111.222.1: 60974), dest(151.101.1.91:443)
02-09 13:49:53.862  6514 28609 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:49:53.862  6514 28609 I GoLog   : tcp.go:286: I tcp: new conn c15e58741b5dae0c via proxy(Base); src(10.111.222.1:60974) -> dst(151.101.193.91:443) for 10189
02-09 13:49:54.112  6514 28600 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:a30af2643e79b6b3,UID:10189,} for src(10.111.222.1: 60976), dest(151.101.1.91:443)
02-09 13:49:54.153  6514 28597 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:49:54.153  6514 28597 I GoLog   : tcp.go:286: I tcp: new conn a30af2643e79b6b3 via proxy(Base); src(10.111.222.1:60976) -> dst(151.101.1.91:443) for 10189
02-09 13:49:54.414  6514 28615 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:661d25dce6332dcb,UID:10189,} for src(10.111.222.1: 60990), dest(151.101.1.91:443)
02-09 13:49:54.452  6514 28617 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:49:54.453  6514 28617 I GoLog   : tcp.go:286: I tcp: new conn 661d25dce6332dcb via proxy(Base); src(10.111.222.1:60990) -> dst(151.101.1.91:443) for 10189
02-09 13:49:54.697  6514 28609 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:7c670105532d07fd,UID:10189,} for src(10.111.222.1: 60998), dest(151.101.1.91:443)
02-09 13:49:54.729  6514 28609 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:49:54.729  6514 28609 I GoLog   : tcp.go:286: I tcp: new conn 7c670105532d07fd via proxy(Base); src(10.111.222.1:60998) -> dst(151.101.129.91:443) for 10189
02-09 13:49:55.029  6514 28609 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:a1234ed6e9422315,UID:10189,} for src(10.111.222.1: 32780), dest(151.101.1.91:443)
02-09 13:49:55.066  6514 28609 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:49:55.066  6514 28609 I GoLog   : tcp.go:286: I tcp: new conn a1234ed6e9422315 via proxy(Base); src(10.111.222.1:32780) -> dst(151.101.129.91:443) for 10189
02-09 13:49:55.117  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:49:55.322  6514 28617 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:420323a6b0aa070a,UID:10189,} for src(10.111.222.1: 32784), dest(151.101.1.91:443)
02-09 13:49:55.362  6514 28597 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:49:55.362  6514 28597 I GoLog   : tcp.go:286: I tcp: new conn 420323a6b0aa070a via proxy(Base); src(10.111.222.1:32784) -> dst(151.101.1.91:443) for 10189
02-09 13:49:55.633  6514 28609 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:4722fc342d3c2040,UID:10189,} for src(10.111.222.1: 32796), dest(151.101.1.91:443)
02-09 13:49:55.675  6514 28609 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:49:55.675  6514 28609 I GoLog   : tcp.go:286: I tcp: new conn 4722fc342d3c2040 via proxy(Base); src(10.111.222.1:32796) -> dst(151.101.65.91:443) for 10189
02-09 13:49:55.917  6514 28600 I VpnLifecycle: flow: returning mark: Mark{PID:Base,CID:bca81fa8644dadd6,UID:10189,} for src(10.111.222.1: 32798), dest(151.101.1.91:443)
02-09 13:49:55.993  6514 28600 I GoLog   : base.go:51: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:49:55.994  6514 28600 I GoLog   : tcp.go:286: I tcp: new conn bca81fa8644dadd6 via proxy(Base); src(10.111.222.1:32798) -> dst(151.101.193.91:443) for 10189
02-09 13:49:58.185  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:01.266  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:07.423  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:13.614  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:16.694  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:19.781  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:22.861  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:35.203  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:38.293  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:47.529  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:53.705  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:56.792  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:50:59.881  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:09.133  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:15.312  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:18.386  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:27.627  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:30.713  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:36.873  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:39.966  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:46.136  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:49.227  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:51:58.497  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:01.582  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:07.753  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:17.002  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:20.097  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:29.354  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:32.454  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:35.539  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:38.634  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:44.820  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:47.902  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:54.092  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:52:57.178  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:03.343  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:06.416  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:12.570  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:15.665  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:21.832  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:24.937  6514  6589 I ConnectivityEvents: Connected network: 600406151181 WiFi, new? false, force? false, test? false
02-09 13:53:28.403  6514 16419 E GoLog   : chan.go:365: E tcp.forward:90adc710e193d854 [11] close of closed channel
02-09 13:53:28.408  6514 16419 E GoLog   : dontpanic.go:101: E ----START----
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn cb5b997c2d29d84d via proxy(Base); src(10.111.222.1:59776) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 64.233.176.136:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 322400d74303ad93 via proxy(Base); src(10.111.222.1:49788) -> dst(64.233.176.136:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn d90b441968bfab82 via proxy(Base); src(10.111.222.1:44440) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 64.233.177.190:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 4e70ffda05673f3d via proxy(Base); src(10.111.222.1:49798) -> dst(64.233.177.190:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 172.217.215.93:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 20922012519ca38f via proxy(Base); src(10.111.222.1:49812) -> dst(172.217.215.93:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 9b9584b5b13a2520 via proxy(Base); src(10.111.222.1:44452) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 74.125.136.136:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 05ecdd308433191a via proxy(Base); src(10.111.222.1:49826) -> dst(74.125.136.136:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn c0bd5fcf0453c8f3 via proxy(Base); src(10.111.222.1:59792) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn c46c3e582475e5b5 via proxy(Base); src(10.111.222.1:59808) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 142.250.9.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn e6bba2edc5c781d5 via proxy(Base); src(10.111.222.1:49834) -> dst(142.250.9.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 9661ae1d0b7b3509 via proxy(Base); src(10.111.222.1:59824) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn ad8bf2e39792b4a2 via proxy(Base); src(10.111.222.1:60744) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 173.194.219.136:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 682d4cd30b0e8219 via proxy(Base); src(10.111.222.1:40792) -> dst(173.194.219.136:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 556f649240389678 via proxy(Base); src(10.111.222.1:60758) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 79f7f1793c2e1948 via proxy(Base); src(10.111.222.1:60762) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 10dffe8be81db11a via proxy(Base); src(10.111.222.1:60772) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 64.233.177.136:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 5b50fa5702ed90b9 via proxy(Base); src(10.111.222.1:40808) -> dst(64.233.177.136:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn ddf33e35ab987e33 via proxy(Base); src(10.111.222.1:60776) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 3142b4d2f1ee7781 via proxy(Base); src(10.111.222.1:60784) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 74.125.21.136:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 715316d3106f009f via proxy(Base); src(10.111.222.1:40822) -> dst(74.125.21.136:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn cefd4e6c71a8085c via proxy(Base); src(10.111.222.1:60796) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 9ee53f67ee4d125b via proxy(Base); src(10.111.222.1:60810) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn b281b332afc69783 via proxy(Base); src(10.111.222.1:60816) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn fc236effa613d6db via proxy(Base); src(10.111.222.1:60824) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 74.125.21.93:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 36c14d5156d7025c via proxy(Base); src(10.111.222.1:40828) -> dst(74.125.21.93:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn cd47f7f9d3b472ca via proxy(Base); src(10.111.222.1:60836) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 259eae3de3daa4b7 via proxy(Base); src(10.111.222.1:60838) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn cc747abdf3b0710c via proxy(Base); src(10.111.222.1:60840) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 172.253.124.190:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn e826538adc39246b via proxy(Base); src(10.111.222.1:40838) -> dst(172.253.124.190:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 3357eebeccba0d23 via proxy(Base); src(10.111.222.1:60856) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 51a191aafeab4abd via proxy(Base); src(10.111.222.1:60870) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 64.233.176.93:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 65d9811c3a3628f7 via proxy(Base); src(10.111.222.1:40848) -> dst(64.233.176.93:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 8bce015784b1d346 via proxy(Base); src(10.111.222.1:60886) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 023447b4f1639299 via proxy(Base); src(10.111.222.1:60900) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn f3c490a351efa157 via proxy(Base); src(10.111.222.1:60916) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 8ef9532e35122f51 via proxy(Base); src(10.111.222.1:60922) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn a618ed3c4e1d05c1 via proxy(Base); src(10.111.222.1:60932) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 2382fb193615853b via proxy(Base); src(10.111.222.1:60934) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn ee497c1419b45b8c via proxy(Base); src(10.111.222.1:60936) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn c2c71b5152d8b0aa via proxy(Base); src(10.111.222.1:60942) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 794dafe656e54a9c via proxy(Base); src(10.111.222.1:60952) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 294f7b2d0bcccf99 via proxy(Base); src(10.111.222.1:60964) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 866dbcc9ddb1b1ea via proxy(Base); src(10.111.222.1:60970) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 9436c507e7ec5f55 via proxy(Base); src(10.111.222.1:60972) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn be31a74496b871e1 via proxy(Base); src(10.111.222.1:60986) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 50708aa5da3134fb via proxy(Base); src(10.111.222.1:60992) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 989d50495e775c53 via proxy(Base); src(10.111.222.1:32774) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn e86f3bb25c3c4b95 via proxy(Base); src(10.111.222.1:32778) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn c02b47c7569d0387 via proxy(Base); src(10.111.222.1:32782) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn ffbcd1236146b67f via proxy(Base); src(10.111.222.1:32794) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 851349a12c7a0b6c via proxy(Base); src(10.111.222.1:60924) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 49c3a505c58f8ce9 via proxy(Base); src(10.111.222.1:60938) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 4f4ef1c2f247eb7e via proxy(Base); src(10.111.222.1:60940) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn b251896c495ef2cb via proxy(Base); src(10.111.222.1:60956) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 9ee2338123bd9a6c via proxy(Base); src(10.111.222.1:60966) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn c15e58741b5dae0c via proxy(Base); src(10.111.222.1:60974) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn a30af2643e79b6b3 via proxy(Base); src(10.111.222.1:60976) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 661d25dce6332dcb via proxy(Base); src(10.111.222.1:60990) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 7c670105532d07fd via proxy(Base); src(10.111.222.1:60998) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.129.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn a1234ed6e9422315 via proxy(Base); src(10.111.222.1:32780) -> dst(151.101.129.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.1.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 420323a6b0aa070a via proxy(Base); src(10.111.222.1:32784) -> dst(151.101.1.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.65.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn 4722fc342d3c2040 via proxy(Base); src(10.111.222.1:32796) -> dst(151.101.65.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: I proxy: base: dial(tcp) to 151.101.193.91:443; err? <nil>
02-09 13:53:28.420  6514 28609 E LibLogger: I tcp: new conn bca81fa8644dadd6 via proxy(Base); src(10.111.222.1:32798) -> dst(151.101.193.91:443) for 10189
02-09 13:53:28.420  6514 28609 E LibLogger: E tcp.forward:90adc710e193d854 [11] close of closed channel
02-09 13:53:28.420  6514 28609 E LibLogger: 
02-09 13:53:28.473  6514 28609 E LibLogger: F tcp.forward:90adc710e193d854 [11] close of closed channel
02-09 13:53:28.473  6514 28609 E LibLogger:  (#1)
02-09 13:53:28.476  6514 28623 E LibLogger: goroutine 317485 [running]:
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/log.(*simpleLogger).Stack(0x4000158150, 0x0, {0x400808fa00?, 0x400808f940?}, {0x400ae42000, 0x10000, 0x10000})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/log/logger.go:375 +0x2c0
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/log.C({0x400808f940, 0x3a}, {0x400ae42000, 0x10000, 0x10000})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/log/log.go:136 +0xf8
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/core.trace(0x4000158150?, {0x400808f940, 0x3a})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/core/dontpanic.go:101 +0x1a4
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/core.Recover(0xb, {0x4008c2ae40, 0x1c})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/core/dontpanic.go:74 +0x13c
02-09 13:53:28.476  6514 28623 E LibLogger: panic({0xd1fc74d5e2c0?, 0xd1fc74e399c0?})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/golang/go/src/runtime/panic.go:770 +0x124
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/dialers.(*retrier).CloseRead(0x40086294d0)
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/dialers/retrier.go:196 +0x48
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/core.CloseTCPRead({0xd52b3f768f58, 0x40086294d0})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/core/closer.go:63 +0xc0
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/core.CloseOp({0xd52b3faf7030, 0x40086294d0}, 0x0)
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/core/closer.go:131 +0x39c
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra.download({0x4008081820, 0x10}, {0xd1fc74e48280, 0x400a5fb5c0}, {0xd1fc74e4a2d0, 0x40086294d0})
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/common.go:45 +0x28c
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra.forward({0xd1fc74e48280, 0x400a5fb5c0}, {0xd1fc74e4a2d0, 0x40086294d0}, {0xd52b438f8c40, 0x400001058c}, 0x4000239040)
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/common.go:59 +0x100
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra.(*tcpHandler).handle.func1()
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/tcp.go:283 +0x90
02-09 13:53:28.476  6514 28623 E LibLogger: github.com/celzero/firestack/intra/core.Gx.func1()
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/core/async.go:51 +0x64
02-09 13:53:28.476  6514 28623 E LibLogger: created by github.com/celzero/firestack/intra/core.Gx in goroutine 317512
02-09 13:53:28.476  6514 28623 E LibLogger: 	/home/jitpack/build/intra/core/async.go:48 +0x7c
02-09 13:53:28.476  6514 28623 E LibLogger: 
02-09 13:53:28.479  6514 16419 E GoLog   : dontpanic.go:101: E ----STOPP----

@ignoramous
Copy link
Collaborator

How have you got the "don't panic" code?

Btw, we've since fixed this bug: celzero/firestack#64

@ColorfulRhino
Copy link
Author

Btw, we've since fixed this bug: celzero/firestack#64

That's great to see, thanks! It's unfortunate that this bugfix was implemented a few days after v0.5.5n released in June last year and there isn't any bugfix release after that 😅 Unlucky timing, but good to see that this will be fixed whenever a new version is ready to ship.

By the way, if the project would benefit from building or improving some CI/CD pipelines for faster bugfix and feature delivery, I may be able to look into it and try to help :) Just let me know.

How have you got the "don't panic" code?

Isn't this just part of the log? I can confirm that it's not in all of my crash logs from the app though.

@ignoramous
Copy link
Collaborator

if the project would benefit from building or improving some CI/CD pipelines for faster bugfix and feature delivery, I may be able to look into it and try to help

Thanks. Things are almost there. A few tweaks and it may start working. https://github.com/celzero/rethink-app/blob/c4d314f2194721de9ed054b006bc48571dcbf68c/.github/workflows/nightly.yml

this just part of the log

Yeah, but I don't think we ever released the "dontpanic" portions...? May be I misremember. A looooong time has passed since the last release.

@ColorfulRhino
Copy link
Author

Thanks. Things are almost there. A few tweaks and it may start working. https://github.com/celzero/rethink-app/blob/c4d314f2194721de9ed054b006bc48571dcbf68c/.github/workflows/nightly.yml

When I get time (no promises), I may have a look at it and see what could be fixed/improved :)
Are there any unit tests already available or would these need to be implemented as well? These would be nice-to-have for automated builds.

Yeah, but I don't think we ever released the "dontpanic" portions...? May be I misremember. A looooong time has passed since the last release.

I am using the latest stable build v055n

@ignoramous
Copy link
Collaborator

Are there any unit tests already available or would these need to be implemented as well? These would be nice-to-have for automated builds

No any kind of tests 🥶

When I get time (no promises), I may have a look at it and see what could be fixed/improved

Sure. Thanks.

latest stable build v055n

Kind of you to include the qualifier, "stable" (:

@ignoramous
Copy link
Collaborator

(closing this bug as dup, feel free to ask us to reopen)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants