termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

[Bug]: octave has CANNOT LINK EXECUTABLE on Android 10 (?) and newer

Open robertkirkman opened this issue 9 months ago • 5 comments

Problem description

octave: no graphical display found
octave: disabling GUI features
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/octave-cli-9.4.0": cannot locate symbol "_FortranAioBeginExternalListOutput" referenced by "/data/data/com.termux/files/usr/lib/octave/9.4.0/liboctave.so"...

on Android 10 and newer, but not on Android 9 or older.

Devices I have tested for this bug:

  • Galaxy S7 SM-G930U, Android 8, aarch64: not reproducible
  • the current official termux-docker on an x86 PC, Android 9, x86_64: not reproducible
  • the future update to termux-docker on an ARM PC, Android 9, aarch64: not reproducible
  • Galaxy S9 SM-G960U, Android 10, aarch64: affected
  • Galaxy A70 SM-A705FN, Android 13, aarch64: affected
  • Steam Deck OLED running bare metal Android-x86, Android 13, x86_64: affected
  • Galaxy S8+ SM-G955F, Android 14, aarch64: affected

Affects both octave and octave-x. In octave-x, the error is slightly different, but octave-x still works on Android 8 anyway, so this error also only appears on Android 10 and newer:

CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/libexec/octave/9.4.0/exec/aarch64-unknown-linux-android/octave-gui": cannot locate symbol "_ZN7Fortran7runtime20executionEnvironmentE" referenced by "/data/data/com.termux/files/usr/lib/octave/9.4.0/liboctgui.so"...

What steps will reproduce the bug?

  1. a device with Android 10 or newer (or possibly a device meeting unknown criteria that just happens to be present only among my own Android 10 or newer devices?) is required to reproduce
pkg install octave
octave

What is the expected behavior?

octave not having CANNOT LINK EXECUTABLE on Android 10 and newer

System information

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=11906
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.1
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://packages.termux.dev/apt/termux-main stable main
# glibc-repo (sources.list.d/glibc.list)
deb https://packages-cf.termux.dev/apt/termux-glibc/ glibc stable
# root-repo (sources.list.d/root.list)
deb https://packages.termux.dev/apt/termux-root root stable
# x11-repo (sources.list.d/x11.list)
deb https://packages.termux.dev/apt/termux-x11 x11 main
Updatable packages:
All packages up to date
termux-tools version:
1.44.6
Android version:
14
Kernel build information:
Linux localhost 4.4.302-ge001f28c408d #1 SMP PREEMPT Mon Jun 24 11:02:29 CDT 2024 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-G955F
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.x11 versionCode:15
com.termux.api versionCode:51
TUR version (different behavior)

Running very basic, simple operations like x = 1 + 1 in octave on all devices works, but any more complex code, such as referencing an undefined variable or using the pkg function, will result in either

  • fatal: caught signal Bus error -- stopping myself... Bus error

or

  • fatal: caught signal Segmentation fault -- stopping myself... Segmentation fault

When using the octave --gui argument from octave-x, the Segmentation fault will print to stderr as "octave exited with signal 11", and the Bus error will print as "octave exited with signal 7"

This bug has existed for quite some time and does not bisect to a recent commit. I'm very sorry for not reporting it sooner, I just forgot to.

Backtrace

The octave from pkg install octave prints only this in gdb:

Thread 1 "octave-cli-9.2." received signal SIGSEGV, Segmentation fault.
0x0000007fffffe100 in ?? ()
(gdb) bt
#0  0x0000007fffffe100 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

If you manage to trigger the Bus error instead of the Segmentation fault, you can get a more populated backtrace in gdb:

Bus error backtrace
Thread 1 "octave-cli-9.2." received signal SIGBUS, Bus error.
0x0000000000000001 in ?? ()
(gdb) bt
#0  0x0000000000000001 in ?? ()
#1  0x0000007f8b5b1cc8 in ?? ()
   from /data/data/com.termux/files/usr/lib/libc++_shared.so
#2  0x0000007f8b5b19bc in ?? ()
   from /data/data/com.termux/files/usr/lib/libc++_shared.so
#3  0x0000007f8b53e3c8 in ?? ()
   from /data/data/com.termux/files/usr/lib/libc++_shared.so
#4  0x0000007f8b53e1f4 in __gxx_personality_v0 ()
   from /data/data/com.termux/files/usr/lib/libc++_shared.so
#5  0x0000007f9ac4349c in ?? ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#6  0x0000007f9ac43bd0 in ?? ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#7  0x0000007f9a5769c4 in octave::error_system::throw_error(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::list<octave::frame_info, std::__ndk1::allocator<octave::frame_info> > const&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#8  0x0000007f9a577e30 in octave::Ferror(octave::interpreter&, octave_value_list const&, int) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#9  0x0000007f9a35baa8 in octave::tree_evaluator::execute_builtin_function(octave_builtin&, int, octave_value_list const&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#10 0x0000007f9a0b9998 in octave_builtin::execute(octave::tree_evaluator&, int, octave_value_list const&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#11 0x0000007f9a152fe4 in octave_function::call(octave::tree_evaluator&, int, octave_value_list const&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#12 0x0000007f9a37fbe8 in octave::tree_index_expression::evaluate_n(octave::tree_evaluator&, int) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#13 0x0000007f9a381da0 in octave::tree_index_expression::evaluate(octave::tree_evaluator&, int) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#14 0x0000007f9a36cb18 in octave::tree_evaluator::visit_statement(octave::tree_statement&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#15 0x0000007f9a34ae14 in octave::tree_evaluator::visit_statement_list(octave::tree_statement_list&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#16 0x0000007f9a36ca34 in octave::tree_evaluator::visit_statement(octave::tree_statement&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#17 0x0000007f9a34ae14 in octave::tree_evaluator::visit_statement_list(octave::tree_statement_list&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#18 0x0000007f9a361740 in octave::tree_evaluator::execute_user_function(octave_user_function&, int, octave_value_list const&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#19 0x0000007f9a1fe7b4 in octave_user_function::call(octave::tree_evaluator&, int, octave_value_list const&) ()
--Type <RET> for more, q to quit, c to continue without paging--
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#20 0x0000007f9a37fbe8 in octave::tree_index_expression::evaluate_n(octave::tree_evaluator&, int) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#21 0x0000007f9a381da0 in octave::tree_index_expression::evaluate(octave::tree_evaluator&, int) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#22 0x0000007f9a36cb18 in octave::tree_evaluator::visit_statement(octave::tree_statement&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#23 0x0000007f9a34ae14 in octave::tree_evaluator::visit_statement_list(octave::tree_statement_list&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#24 0x0000007f9a36ca34 in octave::tree_evaluator::visit_statement(octave::tree_statement&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#25 0x0000007f9a34ae14 in octave::tree_evaluator::visit_statement_list(octave::tree_statement_list&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#26 0x0000007f9a361740 in octave::tree_evaluator::execute_user_function(octave_user_function&, int, octave_value_list const&) () from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#27 0x0000007f9a1fe7b4 in octave_user_function::call(octave::tree_evaluator&, int, octave_value_list const&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#28 0x0000007f9a377ad4 in octave::tree_identifier::evaluate_n(octave::tree_evaluator&, int) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#29 0x0000007f9a3719f0 in octave::tree_identifier::evaluate(octave::tree_evaluator&, int) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#30 0x0000007f9a36cb18 in octave::tree_evaluator::visit_statement(octave::tree_statement&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#31 0x0000007f9a34ae14 in octave::tree_evaluator::visit_statement_list(octave::tree_statement_list&) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#32 0x0000007f9a34d24c in octave::tree_evaluator::eval(std::__ndk1::shared_ptr<octave::tree_statement_list>&, bool) ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#33 0x0000007f9a357dbc in octave::tree_evaluator::repl() ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#34 0x0000007f9a8ad580 in octave::interpreter::execute() ()
   from /data/data/com.termux/files/usr/lib/octave/9.2.0/liboctinterp.so
#35 0x000000555555c804 in ?? ()
#36 0x0000007fb0ee974c in __libc_init () from /apex/com.android.runtime/lib64/bionic/libc.so
(gdb) 

What steps will reproduce the bug?

  1. Install octave (TUR)
pkg install tur-repo
pkg install octave
  1. form 1 - Segmentation fault
octave
x
  1. form 2 - Bus error
octave
pkg
  1. Control - no error
octave
x = 1 + 1

What is the expected behavior?

octave not crashing when running operations that should print a handled error, invoke a more sophisticated function, or possibly other cases.

octave:1> x
error: 'x' undefined near line 1, column 1
octave:2> 
octave:2> pkg
sh: 1: makeinfo: not found
sh: 1: makeinfo: not found
warning: print_usage: Texinfo formatting filter exited abnormally
warning: called from
    print_usage at line 81 column 5
    pkg at line 454 column 5

warning: print_usage: raw Texinfo source of help text follows...
error: Invalid call to pkg.  Correct usage is:



Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at https://www.octave.org and via the [email protected]
mailing list.
octave:3> 

robertkirkman avatar Mar 05 '25 03:03 robertkirkman

Do you get any info in an adb logcat when crash occurs?

Grimler91 avatar Mar 05 '25 09:03 Grimler91

I do, but very unfortunately, it does not really print much more information. Here is the adb logcat line from the Android 10 device immediately after launching octave:

03-05 04:41:03.515  6644  6644 F linker  : CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/octave-cli-9.4.0": cannot locate symbol "_FortranAioBeginExternalListOutput" referenced by "/data/data/com.termux/files/usr/lib/octave/9.4.0/liboctave.so"...
TUR version
logcat
03-05 03:58:20.103 26592 27167 I CameraManagerGlobal: postSingleUpdate device: camera id 2 status STATUS_PRESENT
03-05 03:58:20.106 26592 26611 I CameraManagerGlobal: Camera 0 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client com.sec.android.app.camera API Level 2
03-05 03:58:20.106 26592 26611 I CameraManagerGlobal: Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API Level 2
03-05 03:58:20.106 26592 26611 I CameraManagerGlobal: Camera 2 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API Level 2
03-05 03:58:20.106 26592 26611 I CameraManagerGlobal: Camera 90 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API Level 2
03-05 03:58:20.107 26789 26789 I Finsky  : [2] zhf.onTrimMemory(13): Memory trim requested to level 60
03-05 03:58:20.108 23373 23373 I Finsky:background: [2] zhf.onTrimMemory(13): Memory trim requested to level 80
03-05 03:58:20.108 26789 26789 I Finsky  : [2] adsd.accept(144): Flushing in-memory image cache
03-05 03:58:20.109   871   871 I vendor.rmt_storage: rmt_storage_connect_cb: clnt_h=0x15c conn_h=0x7e80805020
03-05 03:58:20.109   871   871 I vendor.rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: req_h=0x15c msg_id=3: R/W request received
03-05 03:58:20.109   871   871 I vendor.rmt_storage: wakelock acquired: 1, error no: 42
03-05 03:58:20.110   871  1054 I vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: Unblock worker thread (th_id: 543315443024)
03-05 03:58:20.112 26592 27169 I AdrenoGLES: QUALCOMM build                   : fdd61e0, I20154638fb
03-05 03:58:20.112 26592 27169 I AdrenoGLES: Build Date                       : 10/07/20
03-05 03:58:20.112 26592 27169 I AdrenoGLES: OpenGL ES Shader Compiler Version: EV031.27.05.01
03-05 03:58:20.112 26592 27169 I AdrenoGLES: Local Branch                     : 
03-05 03:58:20.112 26592 27169 I AdrenoGLES: Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.8.3.R1.10.00.00.520.058
03-05 03:58:20.112 26592 27169 I AdrenoGLES: Remote Branch                    : NONE
03-05 03:58:20.112 26592 27169 I AdrenoGLES: Reconstruct Branch               : NOTHING
03-05 03:58:20.112 26592 27169 I AdrenoGLES: Build Config                     : S P 8.0.11 AArch64
03-05 03:58:20.117 26592 27169 I AdrenoGLES: PFP: 0x016ee187, ME: 0x00000000
03-05 03:58:20.124 27129 27159 W chromium: [WARNING:runtime_features.cc(560)] Fenced frames cannot be enabled in this configuration. Use --enable-features=FencedFrames instead.
03-05 03:58:20.124 27129 27159 W chromium: [WARNING:runtime_features.cc(585)] Topics cannot be enabled in this configuration. Use --enable-features=BrowsingTopics in addition.
03-05 03:58:20.124 27129 27159 W chromium: [WARNING:runtime_features.cc(606)] SharedStorage cannot be enabled in this configuration. Use --enable-features=SharedStorageAPI in addition.
03-05 03:58:20.124 26819 26819 I LPService: [#MLP#] onTrimMemory called and level =  60
03-05 03:58:20.161  4834  4860 I FontLog : (REDACTED) Received query %s, URI %s
03-05 03:58:20.161  4834  4860 I FontLog : (REDACTED) Query [%s] resolved to %s
03-05 03:58:20.163  4834  4860 I FontLog : (REDACTED) Font PFD returned from cache for %s
03-05 03:58:20.163  4834  4860 I FontLog : (REDACTED) Fetch %s end status %s
03-05 03:58:20.167  4834  4860 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
03-05 03:58:20.177   871  1054 I vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x15c msg_id=3: Bytes written = 2097152
03-05 03:58:20.177   871  1054 I vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x15c msg_id=3: Send response: res=0 err=0
03-05 03:58:20.178   871  1054 I vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: About to block rmt_storage client thread (th_id: 543315443024) wakelock released: 1, error no: 0
03-05 03:58:20.178   871  1054 I vendor.rmt_storage: 
03-05 03:58:20.179   871   871 I vendor.rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x15c conn_h=0x7e80805020
03-05 03:58:20.179  4834 25219 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle.
03-05 03:58:20.186  4834  4860 I FontLog : (REDACTED) Received query %s, URI %s
03-05 03:58:20.186  4834  4860 I FontLog : (REDACTED) Query [%s] resolved to %s
03-05 03:58:20.187  4834  4860 I FontLog : (REDACTED) Fetch %s end status %s
03-05 03:58:20.190  4834  4860 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
03-05 03:58:20.196 26592 27169 W chromium: [WARNING:viz_main_impl.cc(85)] VizNullHypothesis is disabled (not a warning)
03-05 03:58:20.199  4834  4860 I FontLog : (REDACTED) Received query %s, URI %s
03-05 03:58:20.199  4834  4860 I FontLog : (REDACTED) Query [%s] resolved to %s
03-05 03:58:20.200  4834  4860 I FontLog : (REDACTED) Font PFD returned from cache for %s
03-05 03:58:20.201  4834  4860 I FontLog : (REDACTED) Fetch %s end status %s
03-05 03:58:20.205  4834  4048 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
03-05 03:58:20.209  4834  4048 I FontLog : (REDACTED) Received query %s, URI %s
03-05 03:58:20.209  4834  4048 I FontLog : (REDACTED) Query [%s] resolved to %s
03-05 03:58:20.210  4834  4048 I FontLog : (REDACTED) Font PFD returned from cache for %s
03-05 03:58:20.210  4834  4048 I FontLog : (REDACTED) Fetch %s end status %s
03-05 03:58:20.217  4834  4048 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
03-05 03:58:20.227  4834  4048 I FontLog : (REDACTED) Received query %s, URI %s
03-05 03:58:20.227  4834  4048 I FontLog : (REDACTED) Query [%s] resolved to %s
03-05 03:58:20.229  4834  4048 I FontLog : (REDACTED) Font PFD returned from cache for %s
03-05 03:58:20.229  4834  4048 I FontLog : (REDACTED) Fetch %s end status %s
03-05 03:58:20.231  4834  4048 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d
03-05 03:58:20.279 26592 27161 W AudioCapabilities: Unsupported mime audio/x-ima
03-05 03:58:20.279 26592 27161 W AudioCapabilities: Unsupported mime audio/x-ape
03-05 03:58:20.279 26592 27161 W AudioCapabilities: Unsupported mime audio/evrc
03-05 03:58:20.280 26592 27161 W AudioCapabilities: Unsupported mime audio/mpeg-L1
03-05 03:58:20.280 26592 27161 W AudioCapabilities: Unsupported mime audio/mpeg-L2
03-05 03:58:20.280 26592 27161 W AudioCapabilities: Unsupported mime audio/qcelp
03-05 03:58:20.280 26592 27161 W AudioCapabilities: Unsupported mime audio/x-ms-wma
03-05 03:58:20.280 26592 27161 W AudioCapabilities: Unsupported mime audio/evrc
03-05 03:58:20.281 26592 27161 W AudioCapabilities: Unsupported mime audio/qcelp
03-05 03:58:20.306 26592 27161 W VideoCapabilities: Unsupported mime video/mp43
03-05 03:58:20.307 26592 27161 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
03-05 03:58:20.307 26592 27161 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
03-05 03:58:20.307 26592 27161 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
03-05 03:58:20.308 26592 27161 W VideoCapabilities: Unsupported mime video/wvc1
03-05 03:58:20.310 26592 27161 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
03-05 03:58:20.311 26592 27161 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
03-05 03:58:20.529 26592 26592 I Ads     : JS: The jsLoaded GMSG has been sent (https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html:894)
03-05 03:58:20.616 26789 26789 I Finsky  : [2] zhf.onTrimMemory(13): Memory trim requested to level 60
03-05 03:58:20.617 26789 26789 I Finsky  : [2] adsd.accept(144): Flushing in-memory image cache
03-05 03:58:20.618 23373 23373 I Finsky:background: [2] zhf.onTrimMemory(13): Memory trim requested to level 80
03-05 03:58:20.672 26679 26696 W System  : A resource failed to call close. 
03-05 03:58:21.459 26592 27186 D ProfileInstaller: Skipping profile installation for com.twitter.android
03-05 03:58:21.687 26819 26819 I LPService: [#MLP#] onTrimMemory called and level =  60
03-05 03:58:21.699 23373 23373 I Finsky:background: [2] zhf.onTrimMemory(13): Memory trim requested to level 80
03-05 03:58:21.699 26789 26789 I Finsky  : [2] zhf.onTrimMemory(13): Memory trim requested to level 60
03-05 03:58:21.700 26789 26789 I Finsky  : [2] adsd.accept(144): Flushing in-memory image cache
03-05 03:58:21.706 26819 26844 I com.samsung.ml: Waiting for a blocking GC ProfileSaver
03-05 03:58:21.775 26819 26844 I com.samsung.ml: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 68.904ms
03-05 03:58:21.810  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:21.814  1373  1878 I WifiTrafficPoller: delack auto
03-05 03:58:21.814  1373  1878 E WifiTrafficPoller: Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
03-05 03:58:21.814  1373  1878 I WifiTrafficPoller: mCpuCstate acquire
03-05 03:58:22.317  3126  3126 I io_stats: !@   8,0 r 39354338 1013755372 w 4500637 86458256 d 522498 46494316 f 1155128 1171296 iot 10968530 10382634 th 102400 0 0 pt 0 inp 0 0 421365.584
03-05 03:58:22.599  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-105 rsrq=-16 rssnr=-42 cqi=2147483647 ta=2147483647 level=0,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:22.602  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:22.602  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-105
03-05 03:58:22.603  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:22.605  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:22.606  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -106currentLteRSRP is -105
03-05 03:58:22.606  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -15currentLteRSRQ is -16
03-05 03:58:22.606  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:22.607  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:22.607  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-105 rsrq=-16 rssnr=-42 cqi=2147483647 ta=2147483647 level=0,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:22.607  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:22.609  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:22.611  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:22.613  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:22.613  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:22.613  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:22.613  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-105
03-05 03:58:22.614  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:22.614  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:22.614  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:22.986  1373  1845 D InputReader: Btn_touch(6): value=1 when=421366.252868
03-05 03:58:22.987  1373  1845 I InputReader: Touch event's action is 0x0 (id=6, t=0) [pCnt=1, s=0.29448 ] when=421366.252868
03-05 03:58:22.987  1373  1844 I InputDispatcher: Delivering touch to (2081): action: 0x4, f=0x0, d=0, '34c80a5', t=1
03-05 03:58:22.987  1373  1844 I InputDispatcher: Delivering touch to (2081): action: 0x4, f=0x0, d=0, '9b200f9', t=1
03-05 03:58:22.987  1373  1844 I InputDispatcher: Delivering touch to (5428): action: 0x0, f=0x0, d=0, 'bf0a3f5', t=1
03-05 03:58:22.988  4988  4988 D TouchInteractionService: onInputEvent, ACTION_DOWN - false, false, false, false, false, false, false, false, false
03-05 03:58:22.988  4988  4988 D TouchInteractionService: onInputEvent, inputConsumer = com.android.quickstep.inputconsumers.-$$Lambda$InputConsumer$K4h0u6o8zIxNiamFO260G9Omc7Q@a3898
03-05 03:58:22.988  5428  5428 I ViewRootImpl@bd4b9a9[InputMethod]: ViewPostIme pointer 0
03-05 03:58:22.989  1373  1542 D Sprites : image state surfaceDrawn w:95 h:95
03-05 03:58:23.002  5428  5428 E DecorView: mWindow.mActivityCurrentConfig is null
03-05 03:58:23.003   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:23.003   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:23.003   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:23.003   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cee0 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:23.003   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:23.003   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64caf0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:23.003   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:23.003   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c1430 | 0000 | RGBA_8888 |   0.0    0.0   95.0   95.0 |  258 2347  353 2442 | Sprite#6
03-05 03:58:23.003   903   903 I SurfaceFlinger: 
03-05 03:58:23.005  5428  5428 V Keyboard: keyboard's display metrics:DisplayMetrics{density=3.5, width=1440, height=2960, scaledDensity=2.8, xdpi=571.5, ydpi=569.575}, mDisplayWidth=1440
03-05 03:58:23.012   903  2773 I SurfaceFlinger: id=38391 createSurf (0x0),-1 flag=80004, 976b2b8 PopupWindow:5ce70c4#0
03-05 03:58:23.013  1373  5682 E WindowManager: App trying to use insecure INPUT_FEATURE_NO_INPUT_CHANNEL flag. Ignoring
03-05 03:58:23.013  1373  5682 D InputTransport: Input channel constructed: '976b2b8', fd=610
03-05 03:58:23.013  1373  5682 D InputTransport: Input channel constructed: '976b2b8', fd=611
03-05 03:58:23.013  1373  5682 D InputTransport: Input channel destroyed: '976b2b8', fd=611
03-05 03:58:23.015  5428  5428 I ViewRootImpl@cf14bc0[PopupWindow:5ce70c4]: setView = android.widget.PopupWindow$PopupDecorView@e51f0f9 TM=false MM=false
03-05 03:58:23.016  1373  3784 V WindowManager: Relayout Window{976b2b8 u0 PopupWindow:5ce70c4}: viewVisibility=0 req=229x224
03-05 03:58:23.020   903   995 I SurfaceFlinger: id=38392 createSurf (271x266),1 flag=4, PopupWindow:5ce70c4$_5428#0
03-05 03:58:23.021  1373  3784 D WindowManager: makeSurface duration=2 name=PopupWindow:5ce70c4$_5428
03-05 03:58:23.023  1373  3784 V WindowManager: Relayout 5428: mAttrs={(194,79)(229x224) gr=TOP START CENTER sim={state=unchanged adjust=pan} ty=APPLICATION_PANEL fmt=TRANSLUCENT wanim=0x7f0d009e surfaceInsets=Rect(21, 21 - 21, 21) (manual)
03-05 03:58:23.023  1373  3784 V WindowManager:   fl=40800018
03-05 03:58:23.023  1373  3784 V WindowManager:   pfl=18000 naviIconColor=0}, display=0
03-05 03:58:23.025  5428  5428 I ViewRootImpl@cf14bc0[PopupWindow:5ce70c4]: Relayout returned: old=(0,84,1440,2960) new=(194,2131,423,2355) req=(229,224)0 dur=9 res=0x6 s={true 511917797376} ch=true
03-05 03:58:23.027  1373  1845 D InputReader: Btn_touch(6): value=0 when=421366.294165
03-05 03:58:23.027  1373  1845 I InputReader: Touch event's action is 0x1 (id=6, t=0) [pCnt=1, s=] when=421366.294165
03-05 03:58:23.027  1373  1844 I InputDispatcher: Delivering touch to (5428): action: 0x1, f=0x0, d=0, 'bf0a3f5', t=1
03-05 03:58:23.028  4988  4988 D TouchInteractionService: onInputEvent, ACTION_UP
03-05 03:58:23.033  1373  3784 D WindowManager: finishDrawingWindow: Window{976b2b8 u0 PopupWindow:5ce70c4} mDrawState=DRAW_PENDING
03-05 03:58:23.033  5428  5428 I ViewRootImpl@bd4b9a9[InputMethod]: ViewPostIme pointer 1
03-05 03:58:23.034  1373  1545 I WindowManager: Reparenting to leash, surface=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891
03-05 03:58:23.034   903   996 I SurfaceFlinger: id=38393 createSurf (0x0),-1 flag=80004, Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#0
03-05 03:58:23.035  1373  1545 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash)/@0x57e13f6
03-05 03:58:23.038  5428  5428 E DecorView: mWindow.mActivityCurrentConfig is null
03-05 03:58:23.039  5428  5428 I ViewRootImpl@cf14bc0[PopupWindow:5ce70c4]: MSG_RESIZED: frame=(194,2131,423,2355) ci=(0,0,0,0) vi=(0,0,0,0) or=1
03-05 03:58:23.046  5428  5428 I ViewRootImpl@cf14bc0[PopupWindow:5ce70c4]: dispatchDetachedFromWindow
03-05 03:58:23.048  1373  3784 D InputTransport: Input channel destroyed: '976b2b8', fd=610
03-05 03:58:23.048  1373  3784 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash)/@0x57e13f6
03-05 03:58:23.049  1373  3784 I WindowManager: Reparenting to original parent: Surface(name=bf0a3f5 InputMethod)/@0xb2bf1e1, destroyLeash=false, surface=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891
03-05 03:58:23.049  1373  3784 I WindowManager: Reparenting to leash, surface=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891
03-05 03:58:23.049   903   996 I SurfaceFlinger: id=38394 createSurf (0x0),-1 flag=80004, Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#1
03-05 03:58:23.049  1373  3784 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash)/@0xeeeeccd
03-05 03:58:23.050   903   996 I Layer   : id=38393 removeFromCurrentState Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#0 (74)
03-05 03:58:23.051   903   996 I SurfaceFlinger: id=38393 Removed Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#0 (74)
03-05 03:58:23.051  5428  5428 D InputTransport: Input channel destroyed: '976b2b8', fd=65
03-05 03:58:23.064   903   903 I Layer   : id=38393[1] Destroyed Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#0
03-05 03:58:23.070   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:23.070   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:23.070   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:23.070   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:23.070   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:23.070   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cfc0 | 0000 | RGBA_8888 |   0.0    0.0  271.0  266.0 |  173 2110  444 2376 | PopupWindow:5ce70c4$_5428#0
03-05 03:58:23.070   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c0a20 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:23.070   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:23.070   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c1430 | 0000 | RGBA_8888 |   0.0    0.0   95.0   95.0 |  258 2350  353 2445 | Sprite#6
03-05 03:58:23.070   903   903 I SurfaceFlinger: 
03-05 03:58:23.147  1373  1545 I WindowManager: Reparenting to original parent: Surface(name=bf0a3f5 InputMethod)/@0xb2bf1e1, destroyLeash=true, surface=Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891
03-05 03:58:23.150   903  2773 I Layer   : id=38394 removeFromCurrentState Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#1 (73)
03-05 03:58:23.150  1373  1545 I WindowManager: Destroying surface Surface(name=PopupWindow:5ce70c4$_5428)/@0xbf120d0 called by com.android.server.wm.WindowStateAnimator.destroySurface:1834 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:733 com.android.server.wm.WindowState.destroySurfaceUnchecked:3649 com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace:813 com.android.server.wm.RootWindowContainer.performSurfacePlacement:671 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:180 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:111 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:99 
03-05 03:58:23.150   903   995 I Layer   : id=38392 removeFromCurrentState PopupWindow:5ce70c4$_5428#0 (73)
03-05 03:58:23.151   903  2773 I SurfaceFlinger: id=38394 Removed Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#1 (73)
03-05 03:58:23.151   903  2773 I SurfaceFlinger: id=38392 Removed PopupWindow:5ce70c4$_5428#0 (73)
03-05 03:58:23.153   903   995 I Layer   : id=38391 removeFromCurrentState 976b2b8 PopupWindow:5ce70c4#0 (73)
03-05 03:58:23.154   903   995 I SurfaceFlinger: id=38391 Removed 976b2b8 PopupWindow:5ce70c4#0 (73)
03-05 03:58:23.164   903   903 I Layer   : id=38394[1] Destroyed Surface(name=976b2b8 PopupWindow:5ce70c4)/@0x44e5891 - animation-leash#1
03-05 03:58:23.164   903   903 I Layer   : id=38391[1] Destroyed 976b2b8 PopupWindow:5ce70c4#0
03-05 03:58:23.166   903   903 I Layer   : id=38392[1] Destroyed PopupWindow:5ce70c4$_5428#0
03-05 03:58:23.171   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:23.171   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:23.171   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:23.171   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:23.171   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:23.171   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c0a20 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:23.171   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:23.171   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c1430 | 0000 | RGBA_8888 |   0.0    0.0   95.0   95.0 |  258 2350  353 2445 | Sprite#6
03-05 03:58:23.171   903   903 I SurfaceFlinger: 
03-05 03:58:23.269   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:23.269   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:23.269   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:23.269   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:23.269   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:23.269   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c0a20 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:23.269   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:23.269   903   903 I SurfaceFlinger: 
03-05 03:58:23.871  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-40 cqi=2147483647 ta=2147483647 level=0,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:23.872  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:23.872  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:23.872  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:23.873  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:23.874  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-104
03-05 03:58:23.875  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:23.876  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -105currentLteRSRP is -104
03-05 03:58:23.876  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -16currentLteRSRQ is -16
03-05 03:58:23.876  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:23.876  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:23.876  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-40 cqi=2147483647 ta=2147483647 level=0,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:23.876  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:23.877  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:23.882  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:23.885  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:23.887  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:23.887  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:23.887  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:23.887  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-104
03-05 03:58:24.744 26819 26819 I LPService: [#MLP#] onTrimMemory called and level =  60
03-05 03:58:24.749 26679 26679 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ads.service.START pkg=com.google.android.gms }
03-05 03:58:24.769 23373 23373 I Finsky:background: [2] zhf.onTrimMemory(13): Memory trim requested to level 80
03-05 03:58:24.773 26789 26789 I Finsky  : [2] zhf.onTrimMemory(13): Memory trim requested to level 60
03-05 03:58:24.774 26789 26789 I Finsky  : [2] adsd.accept(144): Flushing in-memory image cache
03-05 03:58:24.851  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:24.855  1373  1878 I WifiTrafficPoller: mCpuCstate release.
03-05 03:58:24.888  2081  2081 D SecStatusBarWifiView: updateState: WifiIconState(resId=2131232733, visible=true, activityId=2131232754)
03-05 03:58:24.888  2081  2274 D Tile.WifiTile: handleUpdateState isTransient=false transientEnabling =false cb.isTransient=false state.state = 2 mStateBeforeClick.value =false enabled =true
03-05 03:58:26.301 26592 26755 E GoogleApiManager: Failed to get service from broker. 
03-05 03:58:26.301 26592 26755 E GoogleApiManager: java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.Parcel.createException(Parcel.java:2088)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.Parcel.readException(Parcel.java:2056)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.Parcel.readException(Parcel.java:2004)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at astw.a(:com.google.android.gms@[email protected] (100400-728382230):36)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at assd.z(:com.google.android.gms@[email protected] (100400-728382230):150)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at arzp.run(:com.google.android.gms@[email protected] (100400-728382230):54)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.Handler.handleCallback(Handler.java:883)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.Handler.dispatchMessage(Handler.java:100)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at bysi.lK(:com.google.android.gms@[email protected] (100400-728382230):1)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at bysi.dispatchMessage(:com.google.android.gms@[email protected] (100400-728382230):5)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.Looper.loop(Looper.java:237)
03-05 03:58:26.301 26592 26755 E GoogleApiManager: 	at android.os.HandlerThread.run(HandlerThread.java:67)
03-05 03:58:27.110 26217 26217 I ORC/CbCmasReceiver: onReceive : action = android.intent.action.SERVICE_STATE
03-05 03:58:27.122 26217 27190 I ORC/PermissionUtil: hasReceiveSmsPermission : state = 0
03-05 03:58:27.123 26217 26217 I ORC/PermissionUtil: hasRequiredLegacyMsgPermissions done, Elapsed time : 1.820156 ms
03-05 03:58:27.124 26217 26217 I ORC/SmsAppReceiver: DefaultSmsAppSmsReceiver : action = android.intent.action.SERVICE_STATE
03-05 03:58:27.127 26217 27190 D ORC/MethodReflector: newFromBundle is called
03-05 03:58:27.127 26217 27190 I ORC/CbCmasEventReceiverService: service state = 0
03-05 03:58:27.127 26217 27190 I ORC/CbCmasEventReceiverService: handleCMASChannelSettings : sTempPreviousMCC = 310, currentMCC = 310
03-05 03:58:27.132 26217 27190 I ORC/CbCmasEventReceiverService: handleCMASChannelSettings : Do not update Cmas channel list, already update channel list
03-05 03:58:27.169 26679 26679 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.potokens.service.START dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsApiService }
03-05 03:58:27.169 26679 26679 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.potokens.service.START dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsApiService }
03-05 03:58:27.208 26789 26870 I Finsky  : [88781] ackq.h(14): Triggered update for experiment package com.google.android.finsky.stable.
03-05 03:58:27.208 26789 26903 I Finsky  : [88796] lvy.run(665): Initializing the instant apps module.
03-05 03:58:27.262 26679 26856 D libmdf  : libmdf v2.9.0.0 On 64bit PLATFORM
03-05 03:58:27.309 26789 26881 W Finsky  : [88790] aeiv.a(64): PreloadClasses: Unable to load [kotlinx.coroutines.internal.ThreadContextKt$countAll$1, kotlinx.coroutines.internal.ThreadContextKt$findOne$1, kotlinx.coroutines.internal.ThreadContextKt$updateState$1, androidx.compose.ui.platform.ComposeView$Content$1, androidx.compose.runtime.saveable.SaveableStateHolderImpl$RegistryHolder, androidx.compose.runtime.saveable.SaveableStateHolderImpl$RegistryHolder$registry$1, androidx.compose.foundation.gestures.DraggableKt$awaitDownAndSlop$1, androidx.navigation.NavControllerViewModel$Companion$FACTORY$1, androidx.navigation.NavController$navigate$5, androidx.navigation.compose.NavBackStackEntryProviderKt$LocalOwnersProvider$1, androidx.navigation.compose.NavBackStackEntryProviderKt$SaveableStateProvider$1, androidx.navigation.compose.NavBackStackEntryProviderKt$LocalOwnersProvider$2, com.google.android.finsky.composenav.ScreenNavBackStackEntryArguments$$ExternalSyntheticBackport0, com.google.android.finsky.composenav.impl.SingleBackStackNavControllerFacadeImpl$special$$inlined$map$1, com.google.android.finsky.composenav.impl.NavHostUiKt$EASING_EMPHASIZED$2, com.google.android.finsky.composenav.impl.NavHostUiKt$SLIDING$2, com.google.android.finsky.composenav.impl.NavHostUiKt$NavHost$1$1, com.google.android.finsky.composenav.impl.NavHostUiKt$NavHost$2$1, com.google.android.finsky.composenav.impl.NavHostUiKt$NavHost$3$1, com.google.android.finsky.composenav.impl.NavHostUiKt$NavHost$4$1, com.google.android.finsky.composenav.impl.PageTransitionRuleKt$transitionPairDeterminer$1, com.google.android.finsky.composenav.impl.NavHostUiKt$NavHost$5, com.google.android.finsky.composenav.impl.NavHostUiKt$NavHostUi$1, com.google.android.finsky.composenav.impl.NavHostUiKt$buildGraph$1$destinationBuilder$1, com.google.android.finsky.composenav.impl.MyModule_ProvideNavGraphBuilderFactory, com.google.android.finsky.composenav.impl.MyModule$provideNavGraphBuilder$1, com.google.android.finsky.composenav.impl.SingleBackStackNavControllerFacadeImplKt, com.google.android.finsky.composenav.compose.NoTransitionNavHostKt$NoTransitionNavHost$3$1, com.google.android.finsky.composenav.compose.NoTransitionNavHostKt$NoTransitionNavHost$lambda$11$lambda$6$lambda$5$$inlined$map$1, com.google.android.finsky.composenav.compose.NoTransitionNavHostKt$NoTransitionNavHost$4, com.google.android.finsky.composenav.compose.NoTransitionNavHostKt$NoTransitionNavHost$3$1$invoke$$inlined$onDispose$1, com.google.android.finsky.composenav.compose.NoTransitionNavGraphBuilderExtKt$noTransitionComposable$content$1, com.google.android.finsky.composenav.compose.NoTransitionComposeNavigator$navigate$1$1, com.google.android.finsky.composenav.compose.NoTransitionNavHostKt$NoTransitionNavHost$3$3$2, com.google.android.finsky.composenav.compose.NavHostKt$NavHost$11$1, com.google.android.finsky.composenav.compose.NavHostKt$NavHost$11$visibleEntries$2$1, com.google.android.finsky.composenav.compose.NavHostKt$SetAccessibilityPaneTitleIfApplicable$1, com.google.android.finsky.composenav.compose.NavHostKt$SetAccessibilityPaneTitleIfApplicable$2, com.google.android.finsky.composenav.compose.NavHostKt$NavHost$12, com.google.android.finsky.composenav.impl.NavHostUiKt$buildGraph$1$destinationBuilder$1]
03-05 03:58:27.320  3126  3126 I io_stats: !@   8,0 r 39355057 1013774252 w 4500885 86460804 d 522501 46494328 f 1155145 1171313 iot 10968880 10382970 th 102400 0 0 pt 0 inp 0 0 421370.587
03-05 03:58:27.439  1116 27197 D keystore: [getKeyCharacteristics::end]
03-05 03:58:27.444 26679 26679 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
03-05 03:58:27.470   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.470   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_add_rng_entropy() returns 0
03-05 03:58:27.470   686   686 W keymaster_tee: [WRN]start nwd_get_key_characteristics
03-05 03:58:27.474   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.474   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_get_key_characteristics() returns 0
03-05 03:58:27.474   686   686 W keymaster_tee: [WRN]ret OK PARAMS: A32 P0 P1 B32 P1 NAR1 S256 2022.04.15,22:10:39.000 
03-05 03:58:27.474   686   686 W keymaster_tee: [WRN]begin req PARAMS: A32 B32 P1 
03-05 03:58:27.479   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.479   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_begin() returns 0
03-05 03:58:27.479  1116 27198 D keystore: [BEGIN::end]
03-05 03:58:27.485   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.485   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_update() returns 0
03-05 03:58:27.485  1116 27199 D keystore: [UPDATE::end]
03-05 03:58:27.491   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.491   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_finish() returns 0
03-05 03:58:27.491  1116 27200 D keystore: [FINISH::end]
03-05 03:58:27.498   686   686 W keymaster_tee: [WRN]start nwd_get_key_characteristics
03-05 03:58:27.502   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.502   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_get_key_characteristics() returns 0
03-05 03:58:27.502   686   686 W keymaster_tee: [WRN]ret OK PARAMS: A32 P0 P1 B32 P1 NAR1 S256 2022.04.15,22:10:39.000 
03-05 03:58:27.503   686   686 W keymaster_tee: [WRN]begin req PARAMS: A32 B32 P1 
03-05 03:58:27.507   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.507   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_begin() returns 0
03-05 03:58:27.507  1116 27201 D keystore: [BEGIN::end]
03-05 03:58:27.512   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.512   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_update() returns 0
03-05 03:58:27.512  1116 27202 D keystore: [UPDATE::end]
03-05 03:58:27.517   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.517   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_finish() returns 0
03-05 03:58:27.517  1116 27203 D keystore: [FINISH::end]
03-05 03:58:27.527   686   686 W keymaster_tee: [WRN]start nwd_get_key_characteristics
03-05 03:58:27.531   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.531   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_get_key_characteristics() returns 0
03-05 03:58:27.531   686   686 W keymaster_tee: [WRN]ret OK PARAMS: A32 P0 P1 B32 P1 NAR1 S256 2022.04.15,22:10:39.000 
03-05 03:58:27.532   686   686 W keymaster_tee: [WRN]begin req PARAMS: A32 B32 P1 
03-05 03:58:27.536   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.536   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_begin() returns 0
03-05 03:58:27.536  1116 27204 D keystore: [BEGIN::end]
03-05 03:58:27.543   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.543   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_update() returns 0
03-05 03:58:27.543  1116 27206 D keystore: [UPDATE::end]
03-05 03:58:27.548   686   686 D keymaster_swd: keymaster: 1 log strings received
03-05 03:58:27.548   686   686 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:228) swd_finish() returns 0
03-05 03:58:27.549  1116 27207 D keystore: [FINISH::end]
03-05 03:58:27.621  1373  3784 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.wearsupport.WearSupportService newState = 2 callingPackage = 10106/com.android.vending
03-05 03:58:27.623 26789 26916 I Finsky  : [88803] lvy.run(186): Component class com.google.android.finsky.wearsupport.WearSupportService disabled via PackageManager.
03-05 03:58:27.624  1373  3784 D PackageManager: setEnabledSetting : userId = 0 packageName = com.android.vending cmp = com.google.android.finsky.wearsupport.WearChangeListenerService newState = 2 callingPackage = 10106/com.android.vending
03-05 03:58:27.625 26789 26916 I Finsky  : [88803] lvy.run(186): Component class com.google.android.finsky.wearsupport.WearChangeListenerService disabled via PackageManager.
03-05 03:58:27.683 26789 26870 I Finsky  : [88781] ackl.i(62): Writing flags config, size 1.
03-05 03:58:27.684 26789 26870 I Finsky  : [88781] ackl.i(75): Started writing experiment flags into file [8uKij9Tp4PZyjSvh8NyLyFvuCv94NONrKvkkdzEKIoQ].
03-05 03:58:27.702 26789 26870 I Finsky  : [88781] ackl.i(395): Finished writing experiment flags into file [8uKij9Tp4PZyjSvh8NyLyFvuCv94NONrKvkkdzEKIoQ], numFlags=2002.
03-05 03:58:27.713  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-30 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:27.714  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:27.715  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -104currentLteRSRP is -104
03-05 03:58:27.715  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -16currentLteRSRQ is -16
03-05 03:58:27.715  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:27.715  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:27.715  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:27.715  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:27.715  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:27.715  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-30 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:27.715  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:27.721  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:27.721  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-104
03-05 03:58:27.722 26789 26870 I Finsky  : [88781] ackq.g(65): Successfully applied new configurations for package com.google.android.finsky.stable.
03-05 03:58:27.724 26789 26870 I Finsky  : [88781] ackq.g(134): [EExp] Exporting experiments for package com.google.android.finsky.stable.
03-05 03:58:27.724 26789 26870 I Finsky  : [88781] agjn.x(27): [EExp] Exporting experiments for namespace com.google.android.finsky.stable.
03-05 03:58:27.726  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:27.732  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:27.734  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:27.736  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:27.736  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:27.736  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:27.736  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-104
03-05 03:58:27.747 26789 26870 I Finsky  : [88781] ackq.g(188): [EExp] Successfully exported experiments for package com.google.android.finsky.stable.
03-05 03:58:27.748 26789 26870 I Finsky  : [88781] ackq.h(14): Triggered update for experiment package com.google.android.finsky.regular.
03-05 03:58:27.909  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:28.403 26789 26870 I Finsky  : [88781] acky.c(16): Regular flags synced
03-05 03:58:28.404 26789 26870 I Finsky  : [88781] ackl.i(62): Writing flags config, size 1.
03-05 03:58:28.405 26789 26870 I Finsky  : [88781] ackl.i(75): Started writing experiment flags into file [5nCm1t8kVnwE-28A6YYjXnnvzLTQxr-cODFmpGkLSCY].
03-05 03:58:28.416 26789 26870 I Finsky  : [88781] ackl.i(395): Finished writing experiment flags into file [5nCm1t8kVnwE-28A6YYjXnnvzLTQxr-cODFmpGkLSCY], numFlags=2279.
03-05 03:58:28.421 26789 26870 I Finsky  : [88781] ackq.g(65): Successfully applied new configurations for package com.google.android.finsky.regular.
03-05 03:58:28.421 26789 26870 I Finsky  : [88781] ackq.g(134): [EExp] Exporting experiments for package com.google.android.finsky.regular.
03-05 03:58:28.422 26789 26870 I Finsky  : [88781] agjn.x(27): [EExp] Exporting experiments for namespace com.google.android.finsky.regular.
03-05 03:58:28.432 26789 26870 I Finsky  : [88781] ackq.g(188): [EExp] Successfully exported experiments for package com.google.android.finsky.regular.
03-05 03:58:28.432 26789 26870 I Finsky  : [88781] ackq.h(14): Triggered update for experiment package com.google.android.finsky.regular.
03-05 03:58:28.576 26789 26789 I Finsky  : [2] ahav.run(260): Detected restoreservicev2://recovery not needed, will not run
03-05 03:58:28.623 26789 27210 I Finsky  : [88848] rkz.d(1): registerListener
03-05 03:58:28.624 26789 27210 I Finsky  : [88848] basi.o(6): getDownloads()
03-05 03:58:28.626 26789 27210 I Finsky  : [88848] rp.run(51): Initialized AssetModuleDownloader.
03-05 03:58:28.659 23373 23655 I Finsky:background: [88591] rhk.j(6): DS: getDownloads()
03-05 03:58:28.885 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 21 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:28.885 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 26 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:28.886 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 28 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:28.886 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 30 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:28.886 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 64 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:28.886 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 66 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:28.887 26789 27210 I Finsky  : [88848] ay.accept(130): Skipped download state update for download 223 on initialize. java.util.concurrent.ExecutionException: com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Session not found.
03-05 03:58:29.013 26789 26870 I Finsky  : [88781] acky.c(16): Regular flags synced
03-05 03:58:29.015 26789 26870 I Finsky  : [88781] ackl.i(62): Writing flags config, size 1.
03-05 03:58:29.015 26789 26870 I Finsky  : [88781] ackl.i(75): Started writing experiment flags into file [4dEVOh7DlClE42ly_19Hs7FqnnFOj9O0dm-zzWqGxeo].
03-05 03:58:29.024 26789 26870 I Finsky  : [88781] ackl.i(395): Finished writing experiment flags into file [4dEVOh7DlClE42ly_19Hs7FqnnFOj9O0dm-zzWqGxeo], numFlags=2271.
03-05 03:58:29.027 26789 26870 I Finsky  : [88781] ackq.g(65): Successfully applied new configurations for package com.google.android.finsky.regular.
03-05 03:58:29.976  1373  2193 D BatteryService: Sending ACTION_BATTERY_CHANGED. scale:100, info:{.chargerAcOnline = false, .chargerUsbOnline = true, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage = 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent = true, .batteryLevel = 85, .batteryVoltage = 4210, .batteryTemperature = 304, .batteryCurrent = 0, .batteryCycleCount = 0, .batteryFullCharge = 3000000, .batteryChargeCounter = 2432475, .batteryTechnology = Li-ion}
03-05 03:58:29.977  1373  2193 D BatteryService: online:4, current avg:404, charge type:1, POGO powered:false, power sharing:false, high voltage charger:false, charger_type:0, capacity:280000, misc_event:65536, current_event:256, current_now:705
03-05 03:58:29.978  1373  1373 I MotionRecognitionService: Plugged
03-05 03:58:29.978  1373  1373 D MotionRecognitionService:   mCableConnection= 1
03-05 03:58:29.978  1373  1373 D MotionRecognitionService: set cable connected : mGripEnabled = false
03-05 03:58:29.979  1373  1373 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
03-05 03:58:29.980  1373  1538 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE: mUsbCharging=true
03-05 03:58:29.980  1373  2266 D SLocation: SGeofenceManager - sgfm received : android.intent.action.BATTERY_CHANGED
03-05 03:58:29.981  1991  1991 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
03-05 03:58:29.988  2400  2710 I EPDG -- SIM0 [EpdgSubScription]: android.intent.action.BATTERY_CHANGED intent received.
03-05 03:58:30.000  2081  2081 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
03-05 03:58:30.001  2081  2081 D PowerUI : priorPlugType = 2 mPlugType = 2 priorBatteryStatus = 2 mBatteryStatus = 2
03-05 03:58:30.003  2081  2081 D PowerUI.Notification: showChargingNotice oldChargingType : 1 currentChargingType : 1 oldChargingTime : 1911000 mChargingTime : 1911000
03-05 03:58:30.003  2081  2081 D PowerUI.Notification: There is no change about charging status, so return!
03-05 03:58:30.003  2081  2081 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0 mBatteryStatus = 2
03-05 03:58:30.003  2081  2081 I PowerUI : misc_event = 65536
03-05 03:58:30.004  2081  2081 D KeyguardUpdateMonitor: handleBatteryUpdate
03-05 03:58:30.005  2081  2081 D QSContainerImpl: getDisplayHeight portrait? true  displayHeight= 2960
03-05 03:58:30.181  4834 25219 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle.
03-05 03:58:30.690   903   903 I SurfaceFlinger: SFWD update time=421373958092017
03-05 03:58:30.807  1373  1547 E Watchdog: !@Sync: 14032 heap: 84 / 97 [2025-03-05 03:58:30.807] sdogWay: softdog
03-05 03:58:30.981  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:31.552  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-28 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:31.553  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:31.553  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:31.553  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:31.558  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:31.563  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:31.564  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -104currentLteRSRP is -104
03-05 03:58:31.564  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -16currentLteRSRQ is -16
03-05 03:58:31.564  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:31.564  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:31.564  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-28 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:31.564  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:31.565  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:31.565  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-104
03-05 03:58:31.573  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:31.576  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:31.577  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:31.577  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:31.577  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:31.577  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-104
03-05 03:58:32.011 26679 26679 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ads.identifier.service.EVENT_ATTESTATION dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
03-05 03:58:32.322 26679 26679 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.appset.service.START dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsApiService }
03-05 03:58:32.325  3126  3126 I io_stats: !@   8,0 r 39356460 1013795732 w 4501563 86469188 d 522520 46495844 f 1155166 1171334 iot 10970340 10384460 th 102400 0 0 pt 0 inp 0 0 421375.592
03-05 03:58:32.821  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-30 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:32.822  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:32.823  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -104currentLteRSRP is -104
03-05 03:58:32.823  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -16currentLteRSRQ is -16
03-05 03:58:32.823  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:32.823  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:32.823  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-30 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:32.823  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:32.823  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:32.823  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:32.823  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:32.825  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:32.826  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-104
03-05 03:58:32.826  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:32.834  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:32.836  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:32.837  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:32.837  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:32.837  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:32.837  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-104
03-05 03:58:34.008  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:34.012  2081  2081 D SecStatusBarWifiView: updateState: WifiIconState(resId=2131232733, visible=true, activityId=2131232739)
03-05 03:58:34.013  2081  2274 D Tile.WifiTile: handleUpdateState isTransient=false transientEnabling =false cb.isTransient=false state.state = 2 mStateBeforeClick.value =false enabled =true
03-05 03:58:34.061  3800  4050 D SDHMS:v : Polling event syncDatabaseLocked will starts.
03-05 03:58:34.116  3800  4050 D SDHMS:com.sec.android.sdhms.power.v: Polling event syncDatabaseLocked finished.
03-05 03:58:34.116  3800  4050 D SDHMS:com.sec.android.sdhms.power.v: Polling event checkDatabaseLocked will starts.
03-05 03:58:34.180  3800  4050 D SDHMS:com.sec.android.sdhms.power.v: Polling event checkDatabaseLocked finished.
03-05 03:58:34.180  3800  4050 D SDHMS:ta: Periodic event 'saveLog' will starts soon.
03-05 03:58:35.143 26679 26679 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
03-05 03:58:35.162 26679 26679 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safebrowsing.SafeBrowsingService.START dat=chimera-action: cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
03-05 03:58:35.393  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-32 cqi=2147483647 ta=2147483647 level=0,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:35.394  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:35.394  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:35.394  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:35.399  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:35.399  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-104
03-05 03:58:35.400  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:35.400  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -104currentLteRSRP is -104
03-05 03:58:35.400  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -16currentLteRSRQ is -16
03-05 03:58:35.400  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:35.400  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:35.401  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-104 rsrq=-16 rssnr=-32 cqi=2147483647 ta=2147483647 level=0,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:35.401  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:35.406  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:35.414  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:35.419  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:35.421  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:35.421  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:35.421  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:35.421  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-104
03-05 03:58:35.779  1124  1261 D EnterpriseController: netId is 0
03-05 03:58:35.779  1124  1261 E Netd    : getNetworkForDns: getNetId from enterpriseCtrl is netid 0
03-05 03:58:35.780  1124  1261 D DnsProxyListener: DNSDBG::dns addrinfo af 2 - 10301
03-05 03:58:35.787  1124  1261 D EnterpriseController: netId is 0
03-05 03:58:35.788  1124  1261 E Netd    : getNetworkForDns: getNetId from enterpriseCtrl is netid 0
03-05 03:58:35.788  1124  1261 D DnsProxyListener: DNSDBG::dns addrinfo af 2 - 10301
03-05 03:58:36.143  1373  1904 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.sec.android.provider.badge user:0
03-05 03:58:36.144  1373  1904 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
03-05 03:58:36.144  1373  1904 D ActivityManager: package  com.sec.android.provider.badge, user - 0 is SDcard whitelisted
03-05 03:58:36.144  1373  1904 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:0
03-05 03:58:36.144  1373  1904 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
03-05 03:58:36.144  1373  1904 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.sec.android.provider.badge user:0
03-05 03:58:36.144  1373  1904 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
03-05 03:58:36.201  1031  1031 D Zygote  : Forked child process 27223
03-05 03:58:36.204  1373  1555 I ActivityManager: Start proc 27223:com.sec.android.provider.badge/u0a54 for broadcast {com.sec.android.provider.badge/com.sec.android.provider.badge.BadgeCountReceiver}
03-05 03:58:36.206 27223 27223 E Zygote  : isWhitelistProcess - Process is Whitelisted
03-05 03:58:36.208 27223 27223 E Zygote  : accessInfo : 1
03-05 03:58:36.245 27223 27223 E .provider.badg: Not starting debugger since process cannot load the jdwp agent.
03-05 03:58:36.264 27223 27223 D ActivityThread: setConscryptValidator
03-05 03:58:36.264 27223 27223 D ActivityThread: setConscryptValidator - put
03-05 03:58:36.271  1373  5682 I ActivityManager: DSS OFF for com.sec.android.provider.badge
03-05 03:58:36.327 27223 27223 D BadgeProvider: onCreate
03-05 03:58:36.328 27223 27223 D BadgeProvider: DatabaseHelper
03-05 03:58:36.342 27223 27223 D BadgeCountReceiver: badge intent : Intent { act=android.intent.action.BADGE_COUNT_UPDATE flg=0x1000010 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
03-05 03:58:36.343 27223 27223 D BadgeCountReceiver: packageName: com.twitter.android, className: com.twitter.android.StartActivity, count: 17
03-05 03:58:36.347  1373  5682 I GenerationRegistry: mBackingStore.isClosed() : false
03-05 03:58:36.365 27223 27223 D BadgeProvider: onOpen
03-05 03:58:36.367 27223 27223 D BaseReflect: null getOwnClass TEST
03-05 03:58:36.368 27223 27223 D MethodReflector: android.content.ContentResolver getClass TEST
03-05 03:58:36.368 27223 27223 D BaseReflect: class android.content.ContentResolver isSupportClass TEST
03-05 03:58:36.368 27223 27223 D BaseReflect: class android.content.ContentResolver getOwnClass TEST
03-05 03:58:36.371 27223 27223 D MethodReflector: notifyChange is called
03-05 03:58:36.372 27223 27223 D BadgeProvider: sendNotify entered. [uri] : content://com.sec.badge/apps
03-05 03:58:36.372 27223 27223 D BadgeProvider: sendNotify, [notify] : null
03-05 03:58:36.373 27223 27223 D BadgeProvider: update, getCallingPackage() : com.sec.android.provider.badge
03-05 03:58:36.373 27223 27223 D BadgeProvider: update, [uri] : content://com.sec.badge/apps
03-05 03:58:36.373 27223 27223 D BadgeProvider: update, [uri.query] : null
03-05 03:58:36.373 27223 27223 D BadgeProvider: update, [BadgeCount] : badgecount=17
03-05 03:58:36.373 27223 27223 D BadgeProvider: update, [UpdateCount] : 1
03-05 03:58:36.788  2081  2094 I ndroid.systemu: Background concurrent copying GC freed 317379(23MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 32MB/56MB, paused 69us total 214.711ms
03-05 03:58:37.106  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:37.330  3126  3126 I io_stats: !@   8,0 r 39356666 1013798864 w 4502047 86478672 d 522522 46495856 f 1155178 1171346 iot 10970890 10384986 th 102400 0 0 pt 0 inp 0 0 421380.597
03-05 03:58:37.962  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: level=4
03-05 03:58:37.963  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: onSignalStrengthsChanged: mRsrp=-105
03-05 03:58:37.965  2400  2710 I EPDG -- SIM0 [SMARTWIFI]: onSignalStrengthsChanged: Received signal strength change, phone type is: 1
03-05 03:58:37.966  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRP is -104currentLteRSRP is -105
03-05 03:58:37.966  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastLteRSRQ is -16currentLteRSRQ is -16
03-05 03:58:37.966  2400  3606 I EPDG -- SIM0 [SMARTWIFI]: lastCdmaDb is 214748364currentCdmaDb is 214748364
03-05 03:58:37.966  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio oldest entry removed
03-05 03:58:37.966  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: New entry : (SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-105 rsrq=-16 rssnr=-30 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} : 0 )
03-05 03:58:37.966  2400  3606 V EPDG -- SIM0 [SMARTWIFI]: Radio entry added
03-05 03:58:37.968  4742  4925 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4742 / 10157 / 4925
03-05 03:58:37.960  2081  2274 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength:{mCdma=Invalid,mGsm=Invalid,mWcdma=Invalid,mTdscdma=Invalid,mLte=CellSignalStrengthLte: rssi=-65 rsrp=-105 rsrq=-16 rssnr=-30 cqi=2147483647 ta=2147483647 level=1,mNr=Invalid,SignalBarInfo{ lteLevel=4 },rat=14,primary=CellSignalStrengthLte} level=4
03-05 03:58:37.969  2081  2274 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
03-05 03:58:37.970  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): 13
03-05 03:58:37.970  2081  2274 D NetworkController.MobileSignalController(0/1): updateATTMobileIconGroup(): radioTech = 0
03-05 03:58:37.975  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: getInt() wifi_call_enable : 0
03-05 03:58:37.977  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallEnabled : 0
03-05 03:58:37.979  1991  1991 I Telephony: SamsungSettingsDatabaseUtil: getWfcCapaNotiCount count :3
03-05 03:58:37.979  1991  1991 I Telephony: SamsungWifiCallRepositoryImpl: isWifiCallMenuEnabled: true
03-05 03:58:37.979  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: tryCount=3 isWiFiCallEnable=false isWifiConnected=true isWifiCallMenuEnabled=true
03-05 03:58:37.979  1991  1991 D Telephony: SamsungWfcCapabilityNotificationMgr: updateWFCCapabilityNotification: canShowWfcCapableNotification=false shouldShowWfcCapableNotification=false isShowingNotification=false rsrp=-105
03-05 03:58:38.898  1373  1845 D InputReader: Btn_touch(6): value=1 when=421382.165237
03-05 03:58:38.899  1373  1845 I InputReader: Touch event's action is 0x0 (id=6, t=0) [pCnt=1, s=0.29449 ] when=421382.165237
03-05 03:58:38.900  1373  1844 I InputDispatcher: Delivering touch to (2081): action: 0x4, f=0x0, d=0, '34c80a5', t=1
03-05 03:58:38.900  1373  1844 I InputDispatcher: Delivering touch to (2081): action: 0x4, f=0x0, d=0, '9b200f9', t=1
03-05 03:58:38.900  1373  1844 I InputDispatcher: Delivering touch to (5428): action: 0x0, f=0x0, d=0, 'bf0a3f5', t=1
03-05 03:58:38.901  5428  5428 I ViewRootImpl@bd4b9a9[InputMethod]: ViewPostIme pointer 0
03-05 03:58:38.901  1373  1542 D Sprites : image state surfaceDrawn w:95 h:95
03-05 03:58:38.901  4988  4988 D TouchInteractionService: onInputEvent, ACTION_DOWN - false, false, false, false, false, false, false, false, false
03-05 03:58:38.902  4988  4988 D TouchInteractionService: onInputEvent, inputConsumer = com.android.quickstep.inputconsumers.-$$Lambda$InputConsumer$K4h0u6o8zIxNiamFO260G9Omc7Q@a3898
03-05 03:58:38.924  5428  5428 E DecorView: mWindow.mActivityCurrentConfig is null
03-05 03:58:38.924   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:38.924   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:38.924   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:38.924   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:38.924   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:38.924   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64caf0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:38.924   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:38.924   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8bf8a0 | 0000 | RGBA_8888 |   0.0    0.0   95.0   95.0 | 1301 2373 1396 2468 | Sprite#6
03-05 03:58:38.924   903   903 I SurfaceFlinger: 
03-05 03:58:38.930   903  1960 I SurfaceFlinger: id=38395 createSurf (0x0),-1 flag=80004, 5d512ec PopupWindow:5ce70c4#0
03-05 03:58:38.931  1373  3781 E WindowManager: App trying to use insecure INPUT_FEATURE_NO_INPUT_CHANNEL flag. Ignoring
03-05 03:58:38.931  1373  3781 D InputTransport: Input channel constructed: '5d512ec', fd=611
03-05 03:58:38.931  1373  3781 D InputTransport: Input channel constructed: '5d512ec', fd=613
03-05 03:58:38.931  1373  3781 D InputTransport: Input channel destroyed: '5d512ec', fd=613
03-05 03:58:38.933  5428  5428 I ViewRootImpl@d7f63ec[PopupWindow:5ce70c4]: setView = android.widget.PopupWindow$PopupDecorView@437a3b5 TM=false MM=false
03-05 03:58:38.935  1373  1904 V WindowManager: Relayout Window{5d512ec u0 PopupWindow:5ce70c4}: viewVisibility=0 req=294x224
03-05 03:58:38.937   903  1960 I SurfaceFlinger: id=38396 createSurf (336x266),1 flag=4, PopupWindow:5ce70c4$_5428#0
03-05 03:58:38.938  1373  1904 D WindowManager: makeSurface duration=2 name=PopupWindow:5ce70c4$_5428
03-05 03:58:38.940  1373  1904 V WindowManager: Relayout 5428: mAttrs={(1216,79)(294x224) gr=TOP START CENTER sim={state=unchanged adjust=pan} ty=APPLICATION_PANEL fmt=TRANSLUCENT wanim=0x7f0d009e surfaceInsets=Rect(21, 21 - 21, 21) (manual)
03-05 03:58:38.940  1373  1904 V WindowManager:   fl=40800018
03-05 03:58:38.940  1373  1904 V WindowManager:   pfl=18000 naviIconColor=0}, display=0
03-05 03:58:38.942  5428  5428 I ViewRootImpl@d7f63ec[PopupWindow:5ce70c4]: Relayout returned: old=(0,84,1440,2960) new=(1146,2131,1440,2355) req=(294,224)0 dur=9 res=0x6 s={true 511917797376} ch=true
03-05 03:58:38.945  1373  1904 D WindowManager: finishDrawingWindow: Window{5d512ec u0 PopupWindow:5ce70c4} mDrawState=DRAW_PENDING
03-05 03:58:38.947  1373  1545 I WindowManager: Reparenting to leash, surface=Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5
03-05 03:58:38.948   903  1960 I SurfaceFlinger: id=38397 createSurf (0x0),-1 flag=80004, Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0
03-05 03:58:38.948  1373  1545 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash)/@0x6fad14a
03-05 03:58:38.952  1373  1545 I WindowManager: Reparenting to original parent: Surface(name=bf0a3f5 InputMethod)/@0xb2bf1e1, destroyLeash=true, surface=Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5
03-05 03:58:38.952  5428  5428 I ViewRootImpl@d7f63ec[PopupWindow:5ce70c4]: MSG_RESIZED: frame=(1146,2131,1440,2355) ci=(0,0,0,0) vi=(0,0,0,0) or=1
03-05 03:58:38.953   903  2773 I Layer   : id=38397 removeFromCurrentState Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0 (73)
03-05 03:58:38.954   903  2773 I SurfaceFlinger: id=38397 Removed Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0 (73)
03-05 03:58:38.967   903   903 I Layer   : id=38397[1] Destroyed Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0
03-05 03:58:38.972   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:38.972   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:38.972   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:38.972   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:38.972   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c1f20 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:38.972   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64d2d0 | 0000 | RGBA_8888 |   0.0    0.0  315.0  266.0 | 1125 2110 1440 2376 | PopupWindow:5ce70c4$_5428#0
03-05 03:58:38.972   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c0a20 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:38.972   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:38.972   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8bf8a0 | 0000 | RGBA_8888 |   0.0    0.0   95.0   95.0 | 1300 2371 1395 2466 | Sprite#6
03-05 03:58:38.972   903   903 I SurfaceFlinger: 
03-05 03:58:39.014  1373  1844 D PowerManagerService: [api] userActivityFromNative : 30 (event: 2 flags: 0) eventTime = 421382280
03-05 03:58:39.038  1373  1845 D InputReader: Btn_touch(6): value=0 when=421382.305788
03-05 03:58:39.038  1373  1845 I InputReader: Touch event's action is 0x1 (id=6, t=0) [pCnt=1, s=] when=421382.305788
03-05 03:58:39.039  1373  1844 I InputDispatcher: Delivering touch to (5428): action: 0x1, f=0x0, d=0, 'bf0a3f5', t=1
03-05 03:58:39.039  5428  5428 I ViewRootImpl@bd4b9a9[InputMethod]: ViewPostIme pointer 1
03-05 03:58:39.039  4988  4988 D TouchInteractionService: onInputEvent, ACTION_UP
03-05 03:58:39.041  4442  4442 I ViewRootImpl@7ad2e94[TermuxActivity]: ViewPostIme key 0
03-05 03:58:39.041  4442  4442 I ViewRootImpl@7ad2e94[TermuxActivity]: ViewPostIme key 1
03-05 03:58:39.055  5428  5428 E DecorView: mWindow.mActivityCurrentConfig is null
03-05 03:58:39.057  5428  5428 I ViewRootImpl@d7f63ec[PopupWindow:5ce70c4]: dispatchDetachedFromWindow
03-05 03:58:39.058  1373  1904 D InputTransport: Input channel destroyed: '5d512ec', fd=611
03-05 03:58:39.058  1373  1904 I WindowManager: Reparenting to leash, surface=Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5
03-05 03:58:39.059   903  2773 I SurfaceFlinger: id=38398 createSurf (0x0),-1 flag=80004, Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0
03-05 03:58:39.060  1373  1904 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash)/@0xfd54597
03-05 03:58:39.062  5428  5428 D InputTransport: Input channel destroyed: '5d512ec', fd=65
03-05 03:58:39.107  1049  1049 E audit   : type=1701 audit(1741168719.096:40985): auid=4294967295 uid=10289 gid=10289 ses=4294967295 subj=u:r:untrusted_app_27:s0:c33,c257,c512,c768 pid=27123 comm="octave-cli-9.2." exe="/data/data/com.termux/files/usr/bin/octave-cli-9.2.0" sig=11
03-05 03:58:39.151  1373  1545 I WindowManager: Reparenting to original parent: Surface(name=bf0a3f5 InputMethod)/@0xb2bf1e1, destroyLeash=true, surface=Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5
03-05 03:58:39.168   903  2773 I Layer   : id=38398 removeFromCurrentState Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0 (73)
03-05 03:58:39.171   903  2773 I SurfaceFlinger: id=38398 Removed Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0 (73)
03-05 03:58:39.172   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:39.172   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:39.172   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:39.172   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:39.172   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:39.172   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64caf0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:39.172   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:39.172   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8bf8a0 | 0000 | RGBA_8888 |   0.0    0.0   95.0   95.0 | 1301 2368 1396 2463 | Sprite#6
03-05 03:58:39.172   903   903 I SurfaceFlinger: 
03-05 03:58:39.173  1373  1545 I WindowManager: Destroying surface Surface(name=PopupWindow:5ce70c4$_5428)/@0x2a43fa2 called by com.android.server.wm.WindowStateAnimator.destroySurface:1834 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:733 com.android.server.wm.WindowState.destroySurfaceUnchecked:3649 com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace:813 com.android.server.wm.RootWindowContainer.performSurfacePlacement:671 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:180 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:111 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:99 
03-05 03:58:39.173   903  1960 I Layer   : id=38396 removeFromCurrentState PopupWindow:5ce70c4$_5428#0 (73)
03-05 03:58:39.173   903  1960 I SurfaceFlinger: id=38396 Removed PopupWindow:5ce70c4$_5428#0 (73)
03-05 03:58:39.177   903  2773 I Layer   : id=38395 removeFromCurrentState 5d512ec PopupWindow:5ce70c4#0 (73)
03-05 03:58:39.177   903  2773 I SurfaceFlinger: id=38395 Removed 5d512ec PopupWindow:5ce70c4#0 (73)
03-05 03:58:39.184   903   903 I Layer   : id=38398[1] Destroyed Surface(name=5d512ec PopupWindow:5ce70c4)/@0x60526b5 - animation-leash#0
03-05 03:58:39.184   903   903 I Layer   : id=38395[1] Destroyed 5d512ec PopupWindow:5ce70c4#0
03-05 03:58:39.184   903   903 I Layer   : id=38396[1] Destroyed PopupWindow:5ce70c4$_5428#0
03-05 03:58:39.288   903   903 I SurfaceFlinger: Display 19261213734341249 HWC layers:
03-05 03:58:39.288   903   903 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name 
03-05 03:58:39.288   903   903 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
03-05 03:58:39.288   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64ce70 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.termux/com.termux.app.TermuxActivity$_4442#0
03-05 03:58:39.288   903   903 I SurfaceFlinger:      DEVICE | 0x7e9b64cf50 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  908.0 |    0 2052 1440 2960 | InputMethod$_5428#0
03-05 03:58:39.288   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c0a20 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   84.0 |    0    0 1440   84 | StatusBar$_2081#0
03-05 03:58:39.288   903   903 I SurfaceFlinger:      DEVICE | 0x7e9f8c14a0 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  168.0 |    0 2792 1440 2960 | NavigationBar0$_2081#0
03-05 03:58:39.288   903   903 I SurfaceFlinger: 
03-05 03:58:40.020  1373  2193 D BatteryService: Sending ACTION_BATTERY_CHANGED. scale:100, info:{.chargerAcOnline = false, .chargerUsbOnline = true, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage = 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent = true, .batteryLevel = 85, .batteryVoltage = 4207, .batteryTemperature = 303, .batteryCurrent = 0, .batteryCycleCount = 0, .batteryFullCharge = 3000000, .batteryChargeCounter = 2432475, .batteryTechnology = Li-ion}
03-05 03:58:40.021  1373  2193 D BatteryService: online:4, current avg:539, charge type:1, POGO powered:false, power sharing:false, high voltage charger:false, charger_type:0, capacity:280000, misc_event:65536, current_event:256, current_now:635
03-05 03:58:40.025  1991  1991 D BigDataInfoController: Intent : android.intent.action.BATTERY_CHANGED
03-05 03:58:40.026  1373  2266 D SLocation: SGeofenceManager - sgfm received : android.intent.action.BATTERY_CHANGED
03-05 03:58:40.030  1373  1373 I MotionRecognitionService: Plugged
03-05 03:58:40.030  1373  1373 D MotionRecognitionService:   mCableConnection= 1
03-05 03:58:40.030  1373  1373 D MotionRecognitionService: set cable connected : mGripEnabled = false
03-05 03:58:40.031  1373  1373 D UsbDeviceManager: received ACTION_BATTERY_CHANGED
03-05 03:58:40.031  1373  1538 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE: mUsbCharging=true
03-05 03:58:40.033  2400  2710 I EPDG -- SIM0 [EpdgSubScription]: android.intent.action.BATTERY_CHANGED intent received.
03-05 03:58:40.046  2081  2081 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
03-05 03:58:40.047  2081  2081 D PowerUI : priorPlugType = 2 mPlugType = 2 priorBatteryStatus = 2 mBatteryStatus = 2
03-05 03:58:40.048  2081  2081 D PowerUI.Notification: showChargingNotice oldChargingType : 1 currentChargingType : 1 oldChargingTime : 1911000 mChargingTime : 1900000
03-05 03:58:40.048  2081  2081 D PowerUI.Notification: showChargingNotification()
03-05 03:58:40.054  1373  3781 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
03-05 03:58:40.055  1373  3781 D API test: getContainerInfo: value is 
03-05 03:58:40.060  1373  3781 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
03-05 03:58:40.060  1373  3781 D API test: getContainerInfo: value is 
03-05 03:58:40.060  1373  3781 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: converting userId from USER_ALLto 0
03-05 03:58:40.060  1373  3781 D API test: getContainerInfo: value is 
03-05 03:58:40.062  2081  2081 D PowerUI : Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0 mBatteryStatus = 2
03-05 03:58:40.062  2081  2081 I PowerUI : misc_event = 65536
03-05 03:58:40.063  2081  2081 D KeyguardUpdateMonitor: handleBatteryUpdate
03-05 03:58:40.064  2081  2081 D KeyguardSecIndicationController: addIndicationTimeout() returned - unlocking
03-05 03:58:40.064  2081  2081 D KeyguardSecIndicationController: addIndication() returned - unlocking
03-05 03:58:40.064  2081  2081 D KeyguardSecIndicationController: onRefreshBatteryInfo() status = BatteryStatus{status=2,level=85,plugged=2,health=2,maxChargingWattage=-1,remaining=1900000ultraFastCharger=0}
03-05 03:58:40.064  2081  2081 D QSContainerImpl: getDisplayHeight portrait? true  displayHeight= 2960
03-05 03:58:40.187  4834 22010 I NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle.
03-05 03:58:40.195  1373  1373 I EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
03-05 03:58:40.221  4988  4988 D Launcher.NotificationListener: onNotificationPosted : com.android.systemui number : 0 listener : null
03-05 03:58:40.226  1373  1878 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 1373 / 1000 / 1878
03-05 03:58:40.249  3800  4049 D SDHMS:com.sec.android.sdhms.thermal.siop.B: SIOP:: AP:291(345,90) BAT:303(303,0) CHG:331(331,0) USB:291(291,0) WIFI:304(318,0) PA:331(326,0) 
03-05 03:58:40.263  2081  2081 D CarrierPlmnHomeInflater: setPlmnVisibility() prvText:AT&T, VisibilityModel( ParameterVisible:false, CalculatedVisible:false, TimeoutFlag:false, HeadsUp:false, HasNotiIcon:true, RealVisible(V0:I4:G8)8, RealTextString:AT&T ), VIEW:android.widget.TextView{953eab4 G.ED..... ......I. 0,0-141,84}
03-05 03:58:40.271  2081  2081 D FaceWidgetContainer: updateCMAS() hasCmasNotification = false, mHasCMAS = false
03-05 03:58:39.107  1049  1049 E audit   : type=1701 audit(1741168719.096:40985): auid=4294967295 uid=10289 gid=10289 ses=4294967295 subj=u:r:untrusted_app_27:s0:c33,c257,c512,c768 pid=27123 comm="octave-cli-9.2." exe="/data/data/com.termux/files/usr/bin/octave-cli-9.2.0" sig=11

robertkirkman avatar Mar 05 '25 10:03 robertkirkman

I have noticed something, which is that the octave that has the Segmentation fault and Bus error is actually this octave from TUR, which has a higher epoch version number so it's not possible to install the termux-packages octave if tur-repo is installed: https://github.com/termux-user-repository/tur/tree/master/tur/octave

When I uninstall the TUR octave and make sure to install the correct one from termux-packages, like this,

pkg remove tur-repo octave
pkg upgrade -y
pkg install octave

that is actually the octave that has this error instead,

CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/octave-cli-9.4.0": cannot locate symbol "_FortranAioBeginExternalListOutput" referenced by "/data/data/com.termux/files/usr/lib/octave/9.4.0/liboctave.so"...

only on devices that have Android 10 and newer.

  • The termux-packages octave definitely works on the Android 8 device, which I have been using to test my changes from #23579 for two other octave problems.

robertkirkman avatar Mar 05 '25 10:03 robertkirkman

I have finished reorganizing everything in the issue description to be correct. Everything in it is now describing the termux-packages octave and I moved everything specific to the TUR version into a collapsed block at the bottom so you can ignore it.

robertkirkman avatar Mar 05 '25 10:03 robertkirkman

The crash issue may caused by the conflict with NDK's libc++ and gcc's libunwind, not related to octave. I'll fix it later if I have more free time.

FYI: https://github.com/termux-user-repository/tur/blob/6685fcabc16b6cb7eb2761cf46b343e41d46d5aa/tur/python-scipy/build.sh#L50-L52.

licy183 avatar Mar 06 '25 05:03 licy183

After the rebuild of octave using the new Flang-NDK r28c,

  • https://github.com/termux/termux-packages/pull/26458

the package is still working on Android 8,

and the error on Android 10/13/14 has changed from this

CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/octave-cli-9.4.0": cannot locate symbol "_FortranAioBeginExternalListOutput" referenced by "/data/data/com.termux/files/usr/lib/octave/9.4.0/liboctave.so"...

to this

CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/octave-cli-9.4.0": cannot locate symbol "_FortranACharacterCompareScalar1" referenced by "/data/data/com.termux/files/usr/lib/octave/9.4.0/liboctave.so"...

but unfortunately, there is no other change 😢

robertkirkman avatar Sep 14 '25 16:09 robertkirkman

I really can't reproduce this issue on all of my devices. Are you sure that all of the dependencies, such as arpack-ng, qrupdate-ng, sundials, suitesparse, are from main packages not TUR?

licy183 avatar Sep 15 '25 05:09 licy183

I really can't reproduce this issue on all of my devices. Are you sure that all of the dependencies, such as arpack-ng, qrupdate-ng, sundials, suitesparse, are from main packages not TUR?

@licy183 thank you very much, I did not think about that at all, but when I checked, I realized that you are completely right,

and, after managing to port the command apt-show-versions from the distro Debian into the distro termux-apt, I have managed to use it to successfully detect and remove all of the problematic unofficial packages from affected devices, and octave is now working and the error is gone!

In Arch Linux and termux-pacman, this feature is built directly into pacman, which is very helpful to avoid this problem and makes the problem very obvious in pacman-based distros, which show messages like this every time this problem is automatically detected:

warning: htop: local (3.2.1-1) is newer than extra (3.2.0-1)

The only possible way I have found to do this in distros that use apt is using this command:

apt-show-versions | grep "newer than"

therefore I have written a PR to port this command to termux-apt and uploaded it.

Here is an example of the output on one of the affected devices:

~ $ apt-show-versions | grep -e "newer than" -e "No available"
apt-show-versions:all 0.22.16 installed: No available version in archive
arpack-ng:aarch64 1:3.9.0-1 newer than version in archive
blender:aarch64 1:3.6.23 installed: No available version in archive
blender4:aarch64 4.5.2 installed: No available version in archive
code-server:aarch64 4.101.2 installed: No available version in archive
electrum:all 4.5.8-3 newer than version in archive
elisa:aarch64 25.08.0 installed: No available version in archive
embree:aarch64 4.4.0 installed: No available version in archive
frida:aarch64 17.2.11-1 installed: No available version in archive
frida-dev:aarch64 17.2.11-1 installed: No available version in archive
frida-python:aarch64 17.2.11-1 installed: No available version in archive
gjs:aarch64 1.84.2 installed: No available version in archive
glew:aarch64 2.2.0-13 newer than version in archive
hash-slinger:all 3.4-1 newer than version in archive
libspnav:aarch64 1.2 installed: No available version in archive
libspnav-static:aarch64 1.2 installed: No available version in archive
libxcb-errors:aarch64 1.0.1 installed: No available version in archive
libxcb-errors-static:aarch64 1.0.1 installed: No available version in archive
lv2:aarch64 1.18.10-6 newer than version in archive
manim:aarch64 0.19.0-3 newer than version in archive
materialx:aarch64 1.39.3 installed: No available version in archive
nala:all 0.16.0-1 newer than version in archive
ndk:all 27b installed: No available version in archive
nodejs-22:aarch64 22.15.1 installed: No available version in archive
openshadinglanguage:aarch64 1.14.6.0 installed: No available version in archive
orca:all 48.6-1 newer than version in archive
pyqt5:aarch64 5.15.11-2 newer than version in archive
pyside6:aarch64 6.9.1 installed: No available version in archive
pyside6-tools:aarch64 6.9.1 installed: No available version in archive
python-opengl:all 3.1.6-2 installed: No available version in archive
python-scipy:aarch64 1:1.16.0 newer than version in archive
python-tldp:all 0.7.5-6 newer than version in archive
python-xlib:all 0.33-2 newer than version in archive
qrupdate-ng:aarch64 1:1.1.5-1 newer than version in archive
rdircd:all 2023.02.07-2 newer than version in archive
shiboken6:aarch64 6.9.1 installed: No available version in archive
squashfs-tools:aarch64 4.2-p20130326-0 installed: No available version in archive
srt2vobsub:all 1.0-5 newer than version in archive
suitesparse:aarch64 1:7.9.0 newer than version in archive
sundials:aarch64 1:7.4.0 newer than version in archive
supertux-data:all 0.6.3 installed: No available version in archive
termux-gui-package:all 0.1.6-3 newer than version in archive
termux-gui-pm:all 1.0.0-3 newer than version in archive
termux-wsi-layer:aarch64 0.0.1 installed: No available version in archive
usd:aarch64 25.05.01 installed: No available version in archive
xfce4-panel-profiles:all 1.1.1-2 newer than version in archive
ytui-music:aarch64 2.0.0-beta-3 newer than version in archive
zmap:aarch64 1:4.3.2 installed: No available version in archive
~ $ 
~ $ apt remove arpack-ng blender blender4 code-server electrum elisa embree frida frida-dev frida-python gjs glew hash-slinger libspnav libspnav-static libxcb-errors libxcb-errors-static lv2 manim materialx nala ndk nodejs-22 openshadinglanguage orca pyqt5 pyside6 pyside6-tools python-opengl python-scipy python-tldp python-xlib qrupdate-ng rdircd shiboken6 squashfs-tools srt2vobsub suitesparse sundials supertux-data termux-gui-package termux-gui-pm termux-wsi-layer usd xfce4-panel-profiles ytui-music zmap
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

...

~ $ apt install octave
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

...

~ $ octave
octave: no graphical display found
octave: disabling GUI features
GNU Octave, version 9.4.0
Copyright (C) 1993-2024 The Octave Project Developers.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "aarch64-unknown-linux-android".

Home page:            https://octave.org
Support resources:    https://octave.org/support
Improve Octave:       https://octave.org/get-involved

For changes from previous versions, type 'news'.

octave:1> 

I believe that providing apt-show-versions will greatly help termux-apt users troubleshoot this problem.

It would probably not have been possible for me to find all the affected packages and uninstall them to fix this problem without the use of apt-show-versions.

In fact, I wrote the code shown in the PR first, then I installed it and used it to find and remove all the affected packages from my affected devices (except for apt-show-versions itself, since in a chicken-and-egg situation, it prints itself in the list of unofficial packages, since its PR is not yet merged)

robertkirkman avatar Sep 15 '25 10:09 robertkirkman