termux / termux-api

Termux add-on app which exposes device functionality as API to command line programs.
https://f-droid.org/en/packages/com.termux.api/
2.36k stars 462 forks source link

Major Performance Degradation with most termux-api calls #552

Closed hanyman7 closed 1 year ago

hanyman7 commented 2 years ago

Problem description

A simple call for example to termux-battery-status takes almost 4 seconds

Hint: this may be related to the dalvikvm / Java slowdown of ~3 seconds that I discovered a few weeks ago. The default now is for dalvikvm to produce an OAT file which takes about 3 seconds. I am not certain if the problems are related, however, my termux- calls slowdowns occurred at the same time

Steps to reproduce

On my old Android

[J8.j7:26031:/data/data/com.termux/files/home] 0 time termux-battery-status { "health": "GOOD", "percentage": 100, "plugged": "PLUGGED_AC", "status": "FULL", "temperature": 27.5, "current": 0 }

real 0m0.614s user 0m0.008s sys 0m0.040s [J8.j7:26031:/data/data/com.termux/files/home] 0 oslevel Android version: 10 Kernel build information: Linux localhost 4.4.177-19844912 https://github.com/termux/termux-api/issues/1 SMP PREEMPT Wed Mar 30 18:53:10 KST 2022 aarch64 Android [J8.j7:26031:/data/data/com.termux/files/home] 0

On my new Android

[/data/data/com.termux/files/home] 0 time termux-battery-status { "health": "GOOD", "percentage": 88, "plugged": "UNPLUGGED", "status": "DISCHARGING", "temperature": 38.0, "current": -396 }

real 0m3.671s user 0m0.005s sys 0m0.013s [/data/data/com.termux/files/home] 0 oslevel Android version: 12 Kernel build information: Linux localhost 5.10.66-android12-9-24537318-abA536USQU2AVG2 https://github.com/termux/termux-api/issues/2 SMP PREEMPT Wed Jul 20 23:14:17 KST 2022 aarch64 Android [/data/data/com.termux/files/home] 0

**Expecter behavior

See above, response time went from .6 seconds to 3.6 seconds

Additional information

hanyman7 commented 1 year ago

I hope this helps... Seems like we are spending 3 seconds in dex2oat with the CPU pegged. Isn't there a way to either

  1. Gen and store resulting ELF for the apk or
  2. Skip the dex2oat generation step

Cheers, Hany

15:43:02.521055952 - UID PID PPID C STIME TTY TIME CMD 15:43:02.521055952 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:02.521055952 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:02.617812221 - UID PID PPID C STIME TTY TIME CMD 15:43:02.617812221 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:02.617812221 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:02.617812221 - u0_a278 2910 2893 1 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:02.714359221 - UID PID PPID C STIME TTY TIME CMD 15:43:02.714359221 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:02.714359221 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:02.714359221 - u0_a278 2910 2893 9 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:02.814770644 - UID PID PPID C STIME TTY TIME CMD 15:43:02.814770644 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:02.814770644 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:02.814770644 - u0_a278 2910 2893 19 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:02.919194182 - UID PID PPID C STIME TTY TIME CMD 15:43:02.919194182 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:02.919194182 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:02.919194182 - u0_a278 2910 2893 29 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.006396182 - UID PID PPID C STIME TTY TIME CMD 15:43:03.006396182 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.006396182 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.006396182 - u0_a278 2910 2893 38 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.097202759 - UID PID PPID C STIME TTY TIME CMD 15:43:03.097202759 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.097202759 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.097202759 - u0_a278 2910 2893 47 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.194652221 - UID PID PPID C STIME TTY TIME CMD 15:43:03.194652221 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.194652221 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.194652221 - u0_a278 2910 2893 58 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.359754374 - UID PID PPID C STIME TTY TIME CMD 15:43:03.359754374 - u0_a278 2891 7859 1 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.359754374 - u0_a278 2893 2891 10 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.359754374 - u0_a278 2910 2893 98 1970 pts/0 00:00:00 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.541903605 - UID PID PPID C STIME TTY TIME CMD 15:43:03.541903605 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.541903605 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.541903605 - u0_a278 2910 2893 89 1970 pts/0 00:00:01 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.717504605 - UID PID PPID C STIME TTY TIME CMD 15:43:03.717504605 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.717504605 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.717504605 - u0_a278 2910 2893 99 1970 pts/0 00:00:02 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:03.892005605 - UID PID PPID C STIME TTY TIME CMD 15:43:03.892005605 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:03.892005605 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:03.892005605 - u0_a278 2910 2893 99 1970 pts/0 00:00:03 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.062799528 - UID PID PPID C STIME TTY TIME CMD 15:43:04.062799528 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.062799528 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.062799528 - u0_a278 2910 2893 99 1970 pts/0 00:00:04 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.239280489 - UID PID PPID C STIME TTY TIME CMD 15:43:04.239280489 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.239280489 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.239280489 - u0_a278 2910 2893 99 1970 pts/0 00:00:05 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.400390604 - UID PID PPID C STIME TTY TIME CMD 15:43:04.400390604 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.400390604 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.400390604 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.497173450 - UID PID PPID C STIME TTY TIME CMD 15:43:04.497173450 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.497173450 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.497173450 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 15:43:04.497173450 - u0_a278 3100 3097 0 1970 pts/0 00:00:00 [bash]

15:43:04.601454335 - UID PID PPID C STIME TTY TIME CMD 15:43:04.601454335 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.601454335 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.601454335 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.697148412 - UID PID PPID C STIME TTY TIME CMD 15:43:04.697148412 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.697148412 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.697148412 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.790183758 - UID PID PPID C STIME TTY TIME CMD 15:43:04.790183758 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.790183758 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.790183758 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:04.886911565 - UID PID PPID C STIME TTY TIME CMD 15:43:04.886911565 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:04.886911565 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:04.886911565 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 15:43:04.886911565 - u0_a278 3155 3152 0 1970 pts/0 00:00:00 [bash]

15:43:05.012012527 - UID PID PPID C STIME TTY TIME CMD 15:43:05.012012527 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.012012527 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.012012527 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:05.123410719 - UID PID PPID C STIME TTY TIME CMD 15:43:05.123410719 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.123410719 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.123410719 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:05.220115181 - UID PID PPID C STIME TTY TIME CMD 15:43:05.220115181 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.220115181 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.220115181 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 15:43:05.220115181 - u0_a278 3191 2892 0 1970 pts/0 00:00:00 [bash]

15:43:05.327935411 - UID PID PPID C STIME TTY TIME CMD 15:43:05.327935411 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.327935411 - u0_a278 2893 2891 3 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.327935411 - u0_a278 2910 2893 99 1970 pts/0 00:00:06 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:05.421420296 - UID PID PPID C STIME TTY TIME CMD 15:43:05.421420296 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.421420296 - u0_a278 2893 2891 2 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.421420296 - u0_a278 2910 2893 99 1970 pts/0 00:00:07 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:05.520964103 - UID PID PPID C STIME TTY TIME CMD 15:43:05.520964103 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.520964103 - u0_a278 2893 2891 2 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.520964103 - u0_a278 2910 2893 99 1970 pts/0 00:00:07 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:05.619237411 - UID PID PPID C STIME TTY TIME CMD 15:43:05.619237411 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.619237411 - u0_a278 2893 2891 2 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus 15:43:05.619237411 - u0_a278 2910 2893 99 1970 pts/0 00:00:07 /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/knoxanalyticssdk.jar:/system/framework/uibc_java.jar:/system/framework/SmpsManager.jar:/system/framework/esecomm.jar:/system/framework/sem-telephony-common.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/knoxanalyticssdk.jar --dex-location=/system/framework/knoxanalyticssdk.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/system/framework/sem-telephony-common.jar --dex-location=/system/framework/sem-telephony-common.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=6 --output-vdex-fd=7 --oat-fd=8 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info

15:43:05.724192950 - UID PID PPID C STIME TTY TIME CMD 15:43:05.724192950 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.724192950 - u0_a278 2893 2891 2 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:05.824709103 - UID PID PPID C STIME TTY TIME CMD 15:43:05.824709103 - u0_a278 2891 7859 0 1970 pts/0 00:00:00 /data/data/com.termux/files/usr/libexec/termux-api BatteryStatus 15:43:05.824709103 - u0_a278 2893 2891 5 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:05.949664603 - UID PID PPID C STIME TTY TIME CMD 15:43:05.949664603 - u0_a278 2893 1 6 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:06.076035372 - UID PID PPID C STIME TTY TIME CMD 15:43:06.076035372 - u0_a278 2893 1 6 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:06.208234257 - UID PID PPID C STIME TTY TIME CMD 15:43:06.208234257 - u0_a278 2893 1 6 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:06.331309295 - UID PID PPID C STIME TTY TIME CMD 15:43:06.331309295 - u0_a278 2893 1 6 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:06.455700257 - UID PID PPID C STIME TTY TIME CMD 15:43:06.455700257 - u0_a278 2893 1 4 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:06.583822641 - UID PID PPID C STIME TTY TIME CMD 15:43:06.583822641 - u0_a278 2893 1 4 1970 pts/0 00:00:00 /system/bin/app_process / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input 22032d378b26b1b1-b4b-465a-a534-fa0aa68eacb31652f424bd9d --es socket_output d2f45950e6208135-b4b-41a9-acdf-669e73ab8133b504801c6478 --es api_method BatteryStatus

15:43:06.695056410 - UID PID PPID C STIME TTY TIME CMD

hanyman7 commented 1 year ago

I opened a bug report on the am tool (am.apk) since all calls to it result in dex2oat when art is enabled because app_process new default behavior is that it wants to gen an ELF file as though it is installing an app, when in fact all we need is a simple Java / dalvikvm invocation, so I am not sure who is the culprit given that both am as well broadcasts result in calling /system/bin/app_process and when oat is enabled it's default behavior has changed on art / oat enabled versions of Android

agnostic-apollo commented 1 year ago

Edit

The solution is to edit $PREFIX/bin/am, like with nano $PREFIX/bin/am command and pass -Xnoimage-dex2oat option right after app_process and before /.


Try passing -Xusejit:false and/or -Ximage-compiler-option --compiler-filter=quicken. The options may not be available on older version, so shouldn't be added to scripts without any sdk version checks.

There is also -Xnoimage-dex2oat but I don't know what boot image refers to here. Haven't looked into other options too. I don't have time to look currently. I also don't see any time whether I pass the options or not on Android 11 (lineage os) device (am takes ~0.5s) and Android 13 avd (am takes ~1s).

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:frameworks/base/cmds/app_process/app_main.cpp;l=191

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:frameworks/base/core/jni/AndroidRuntime.cpp;l=842

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:frameworks/base/core/jni/AndroidRuntime.cpp;l=550

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:frameworks/base/core/jni/AndroidRuntime.cpp;l=1013

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:art/libartbase/base/compiler_filter.cc;l=171

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:art/libartbase/base/compiler_filter.h;l=30

https://stackoverflow.com/questions/31174713/override-androidvmsafemode-attribute-for-debug-builds

Android 11

? I/vm-printf: dalvikvm: [options] class [argument ...]
? I/vm-printf: 
? I/vm-printf: The following standard options are supported:
? I/vm-printf:   -classpath classpath (-cp classpath)
? I/vm-printf:   -Dproperty=value
? I/vm-printf:   -verbose:tag[,tag...] (currently valid tags: 'agents', 'class',
        'collector', 'compiler', 'deopt', 'dex', 'gc', 'heap', 'image',
        'interpreter', 'jdwp', 'jit', 'jni', 'monitor', 'oat', 'profiler',
        'signals', 'simulator', 'startup', 'systrace-locks',
        'third-party-jni', 'threads', 'verifier', 'verifier-debug')
? I/vm-printf:   -showversion
? I/vm-printf:   -help
? I/vm-printf:   -agentpath:library_path=options (Experimental feature, requires
        -Xexperimental:agent, some features might not be supported)
? I/vm-printf: 
? I/vm-printf: The following extended options are supported:
? I/vm-printf:   -Xbootclasspath:bootclasspath
? I/vm-printf:   -Xcheck:tag  (e.g. 'jni')
? I/vm-printf:   -XmsN (min heap, must be multiple of 1K, >= 1MB)
? I/vm-printf:   -XmxN (max heap, must be multiple of 1K, >= 2MB)
? I/vm-printf:   -XssN (stack size)
? I/vm-printf:   -Xint
? I/vm-printf: 
? I/vm-printf: The following Dalvik options are supported:
? I/vm-printf:   -Xzygote
? I/vm-printf:   -Xjnitrace:substring (eg NativeClass or nativeMethod)
? I/vm-printf:   -Xgc:[no]preverify
? I/vm-printf:   -Xgc:[no]postverify
? I/vm-printf:   -XX:HeapGrowthLimit=N
? I/vm-printf:   -XX:HeapMinFree=N
? I/vm-printf:   -XX:HeapMaxFree=N
? I/vm-printf:   -XX:NonMovingSpaceCapacity=N
? I/vm-printf:   -XX:HeapTargetUtilization=doublevalue
? I/vm-printf:   -XX:ForegroundHeapGrowthMultiplier=doublevalue
? I/vm-printf:   -XX:LowMemoryMode
? I/vm-printf:   -Xprofile:{threadcpuclock,wallclock,dualclock}
? I/vm-printf:   -Xjitthreshold:integervalue
? I/vm-printf: 
? I/vm-printf: The following unique to ART options are supported:
? I/vm-printf:   -Xgc:[no]preverify_rosalloc
? I/vm-printf:   -Xgc:[no]postsweepingverify_rosalloc
? I/vm-printf:   -Xgc:[no]postverify_rosalloc
? I/vm-printf:   -Xgc:[no]presweepingverify
? I/vm-printf:   -Xgc:[no]generational_cc
? I/vm-printf:   -Ximage:filename
? I/vm-printf:   -Xbootclasspath-locations:bootclasspath
         (override the dex locations of the -Xbootclasspath files)
? I/vm-printf:   -XX:+DisableExplicitGC
? I/vm-printf:   -XX:ParallelGCThreads=integervalue
? I/vm-printf:   -XX:ConcGCThreads=integervalue
? I/vm-printf:   -XX:FinalizerTimeoutMs=integervalue
? I/vm-printf:   -XX:MaxSpinsBeforeThinLockInflation=integervalue
? I/vm-printf:   -XX:LongPauseLogThreshold=integervalue
? I/vm-printf:   -XX:LongGCLogThreshold=integervalue
? I/vm-printf:   -XX:ThreadSuspendTimeout=integervalue
? I/vm-printf:   -XX:DumpGCPerformanceOnShutdown
? I/vm-printf:   -XX:DumpJITInfoOnShutdown
? I/vm-printf:   -XX:IgnoreMaxFootprint
? I/vm-printf:   -XX:UseTLAB
? I/vm-printf:   -XX:BackgroundGC=none
? I/vm-printf:   -XX:LargeObjectSpace={disabled,map,freelist}
? I/vm-printf:   -XX:LargeObjectThreshold=N
? I/vm-printf:   -XX:StopForNativeAllocs=N
? I/vm-printf:   -XX:DumpNativeStackOnSigQuit=booleanvalue
? I/vm-printf:   -XX:MadviseRandomAccess:booleanvalue
? I/vm-printf:   -XX:SlowDebug={false,true}
? I/vm-printf:   -Xmethod-trace
? I/vm-printf:   -Xmethod-trace-file:filename
? I/vm-printf:   -Xmethod-trace-file-size:integervalue
? I/vm-printf:   -Xps-min-save-period-ms:integervalue
? I/vm-printf:   -Xps-save-resolved-classes-delay-ms:integervalue
? I/vm-printf:   -Xps-hot-startup-method-samples:integervalue
? I/vm-printf:   -Xps-min-methods-to-save:integervalue
? I/vm-printf:   -Xps-min-classes-to-save:integervalue
? I/vm-printf:   -Xps-min-notification-before-wake:integervalue
? I/vm-printf:   -Xps-max-notification-before-wake:integervalue
? I/vm-printf:   -Xps-profile-path:file-path
? I/vm-printf:   -Xcompiler:filename
? I/vm-printf:   -Xcompiler-option dex2oat-option
? I/vm-printf:   -Ximage-compiler-option dex2oat-option
? I/vm-printf:   -Xusejit:booleanvalue
? I/vm-printf:   -Xjitinitialsize:N
? I/vm-printf:   -Xjitmaxsize:N
? I/vm-printf:   -Xjitwarmupthreshold:integervalue
? I/vm-printf:   -Xjitosrthreshold:integervalue
? I/vm-printf:   -Xjitprithreadweight:integervalue
? I/vm-printf:   -X[no]relocate
? I/vm-printf:   -X[no]dex2oat (Whether to invoke dex2oat on the application)
? I/vm-printf:   -X[no]image-dex2oat (Whether to create and use a boot image)
? I/vm-printf:   -Xno-dex-file-fallback (Don't fall back to dex files without oat files)
? I/vm-printf:   -Xplugin:<library.so> (Load a runtime plugin, requires -Xexperimental:runtime-plugins)
? I/vm-printf:   -Xexperimental:runtime-plugins(Enable new and experimental agent support)
? I/vm-printf:   -Xexperimental:agents(Enable new and experimental agent support)
? I/vm-printf:   -Xopaque-jni-ids:{true,false,swapable}
? I/vm-printf: (Use opauque integers for jni ids, yes, no or punt for later)
? I/vm-printf: 
? I/vm-printf: The following previously supported Dalvik options are ignored:
? I/vm-printf:   -ea[:<package name>... |:<class name>]
? I/vm-printf:   -da[:<package name>... |:<class name>]
? I/vm-printf:    (-enableassertions, -disableassertions)
? I/vm-printf:   -esa
? I/vm-printf:   -dsa
? I/vm-printf:    (-enablesystemassertions, -disablesystemassertions)
? I/vm-printf:   -Xverify:{none,remote,all,softfail}
? I/vm-printf:   -Xrs
? I/vm-printf:   -Xint:portable, -Xint:fast, -Xint:jit
? I/vm-printf:   -Xdexopt:{none,verified,all,full}
? I/vm-printf:   -Xnoquithandler
? I/vm-printf:   -Xjniopts:{warnonly,forcecopy}
? I/vm-printf:   -Xjnigreflimit:integervalue
? I/vm-printf:   -Xgc:[no]precise
? I/vm-printf:   -Xgc:[no]verifycardtable
? I/vm-printf:   -X[no]genregmap
? I/vm-printf:   -Xverifyopt:[no]checkmon
? I/vm-printf:   -Xcheckdexsum
? I/vm-printf:   -Xincludeselectedop
? I/vm-printf:   -Xjitop:hexopvalue[-endvalue][,hexopvalue[-endvalue]]*
? I/vm-printf:   -Xincludeselectedmethod
? I/vm-printf:   -Xjitblocking
? I/vm-printf:   -Xjitmethod:signature[,signature]* (eg Ljava/lang/String\;replace)
? I/vm-printf:   -Xjitclass:classname[,classname]*
? I/vm-printf:   -Xjitcodecachesize:N
? I/vm-printf:   -Xjitoffset:offset[,offset]
? I/vm-printf:   -Xjitconfig:filename
? I/vm-printf:   -Xjitcheckcg
? I/vm-printf:   -Xjitverbose
? I/vm-printf:   -Xjitprofile
? I/vm-printf:   -Xjitdisableopt
? I/vm-printf:   -Xjitsuspendpoll
? I/vm-printf:   -XX:mainThreadStackSize=N
? I/vm-printf: 

Android 13

? I/vm-printf: dalvikvm: [options] class [argument ...]
? I/vm-printf: 
? I/vm-printf: The following standard arguments are supported:

-classpath {string value}
-cp {string value}
The classpath, separated by ':'

-D{string value} [-D{string value}...]

-verbose:{class|collector|compiler|deopt|gc|heap|interpreter|jdwp|jit|jni|monitor|oat|profiler|signals|simulator|startup|third-party-jni|threads|verifier|verifier-debug|image|systrace-locks|plugin|agents|dex}
Switches for advanced logging. Multiple categories can be enabled separated by ','. Eg: -verbose:class,deopt

-help
-h
Print this help text.

-showversion

-agentpath:{/path/to/libagent.so=options} [-agentpath:{/path/to/libagent.so=options}...]
Load native agents.
The following extended arguments are supported:

-Xbootclasspath:{list separated by ':'}

-Xbootclasspathfds:{integer list separated by ':'}

-Xbootclasspathimagefds:{integer list separated by ':'}

-Xbootclasspathvdexfds:{integer list separated by ':'}

-Xbootclasspathoatfds:{integer list separated by ':'}

-Xch
hanyman7 commented 1 year ago

I was the one who filed and suggested the bug fix for dalvikvm script to add -Xnoimage-dex2oat. And had my private copy until it was officially released as of late...

I will try your suggestions, but could you please give me some direction as to where to try these ? I am assuming that you want me to modify the am script which execs /system/bin/app_process...

Pls confirm and I will try these suggestions one by one and respond.

Also I forgot the command/cli that I had used to look at Android system properties which dictate compiler directives and behavior, it also included build, version, Knox and all other types of settings... But the values were of the form a.b.c.x a.b.c.y etc and that's where I saw that on Android 12 oat / image directives had been defaulted to true and they broke (degraded a simple Java invocation) to produce an ELF.

agnostic-apollo commented 1 year ago

I was the one who filed

I am aware of that. I just don't know what internally the option does and why it fixed the lag for you.

am script

Yes, modify $PREFIX/bin/am and pass the options right after app_process and before /.

Also I forgot the command/cli

The getprop command should output those, options should start with dalvik.vm.. You should post those for your device to compare against AOSP values.

hanyman7 commented 1 year ago

'my old phone:' '--' 'Android version: 10' 'Kernel build information: Linux localhost 4.4.177-19844912 #1 SMP PREEMPT Wed Mar 30 18:53:10 KST 2022 aarch64 Android' '--' '[dalvik.vm.appimageformat]: [lz4]' '[dalvik.vm.dex2oat-Xms]: [64m]' '[dalvik.vm.dex2oat-Xmx]: [512m]' '[dalvik.vm.dex2oat-max-image-block-size]: [524288]' '[dalvik.vm.dex2oat-minidebuginfo]: [true]' '[dalvik.vm.dex2oat-resolve-startup-strings]: [true]' '[dalvik.vm.dexopt.secondary]: [true]' '[dalvik.vm.heapgrowthlimit]: [192m]' '[dalvik.vm.heapmaxfree]: [8m]' '[dalvik.vm.heapminfree]: [512k]' '[dalvik.vm.heapsize]: [512m]' '[dalvik.vm.heapstartsize]: [8m]' '[dalvik.vm.heaptargetutilization]: [0.75]' '[dalvik.vm.image-dex2oat-Xms]: [64m]' '[dalvik.vm.image-dex2oat-Xmx]: [64m]' '[dalvik.vm.isa.arm.features]: [default]' '[dalvik.vm.isa.arm.variant]: [cortex-a53]' '[dalvik.vm.isa.arm64.features]: [default]' '[dalvik.vm.isa.arm64.variant]: [generic]' '[dalvik.vm.lockprof.threshold]: [500]' '[dalvik.vm.minidebuginfo]: [true]' '[dalvik.vm.usejit]: [true]' '[dalvik.vm.usejitprofiles]: [true]' '[persist.sys.dalvik.vm.lib.2]: [libart.so]' '[ro.dalvik.vm.native.bridge]: [0]' '' 'my new phone:' '--' 'Android version: 12' 'Kernel build information: Linux localhost 5.10.66-android12-9-25010192-abA536USQS4AVL1 #2 SMP PREEMPT Wed Dec 7 11:53:51 KST 2022 aarch64 Android' '--' '[dalvik.vm.appimageformat]: [lz4]' '[dalvik.vm.dex2oat-Xms]: [64m]' '[dalvik.vm.dex2oat-Xmx]: [512m]' '[dalvik.vm.dex2oat-max-image-block-size]: [524288]' '[dalvik.vm.dex2oat-minidebuginfo]: [true]' '[dalvik.vm.dex2oat-resolve-startup-strings]: [true]' '[dalvik.vm.dex2oat-updatable-bcp-packages-file]: [/system/etc/updatable-bcp-packages.txt]' '[dalvik.vm.dexopt.secondary]: [true]' '[dalvik.vm.dexopt.thermal-cutoff]: [2]' '[dalvik.vm.finalizer-timeout-ms]: [60000]' '[dalvik.vm.heapgrowthlimit]: [256m]' '[dalvik.vm.heapmaxfree]: [8m]' '[dalvik.vm.heapminfree]: [2m]' '[dalvik.vm.heapsize]: [512m]' '[dalvik.vm.heapstartsize]: [8m]' '[dalvik.vm.heaptargetutilization]: [0.75]' '[dalvik.vm.image-dex2oat-Xms]: [64m]' '[dalvik.vm.image-dex2oat-Xmx]: [64m]' '[dalvik.vm.isa.arm.features]: [default]' '[dalvik.vm.isa.arm.variant]: [cortex-a53]' '[dalvik.vm.isa.arm64.features]: [default]' '[dalvik.vm.isa.arm64.variant]: [cortex-a53]' '[dalvik.vm.lockprof.threshold]: [500]' '[dalvik.vm.madvise.artfile.size]: [4294967295]' '[dalvik.vm.madvise.odexfile.size]: [104857600]' '[dalvik.vm.madvise.vdexfile.size]: [104857600]' '[dalvik.vm.minidebuginfo]: [true]' '[dalvik.vm.usejit]: [true]' '[dalvik.vm.usejitprofiles]: [true]' '[persist.sys.dalvik.vm.lib.2]: [libart.so]' '[ro.dalvik.vm.native.bridge]: [0]'

hanyman7 commented 1 year ago

Ok, i tried using what you suggested but it seems my version of dalvik did not like it So i used dalvikvm -X and chose the -Xnoimage-dex2oat option and SUCCESS. Thank you, thank you, thank you. l also have 4 other phones with my home grown remote server. So i propagated the change and got oslevels, getpropt | grep dalvik, time battery status, see bottom.

old am:

!/data/data/com.termux/files/usr/bin/sh

export CLASSPATH=/data/data/com.termux/files/usr/libexec/termux-am/am.apk unset LD_LIBRARY_PATH LD_PRELOAD exec /system/bin/app_process / com.termux.termuxam.Am "$@" { "health": "GOOD", "percentage": 96, "plugged": "UNPLUGGED", "status": "DISCHARGING", "temperature": 28.5, "current": -593 }

real 0m3.148s user 0m0.005s sys 0m0.018s

new am:

!/data/data/com.termux/files/usr/bin/sh

export CLASSPATH=/data/data/com.termux/files/usr/libexec/termux-am/am.apk unset LD_LIBRARY_PATH LD_PRELOAD exec /system/bin/app_process -Xnoimage-dex2oat / com.termux.termuxam.Am "$@"

batt { "health": "GOOD", "percentage": 97, "plugged": "UNPLUGGED", "status": "DISCHARGING", "temperature": 29.200000762939453, "current": -689 }

real 0m0.700s user 0m0.001s sys 0m0.025s


2>&1 xx j2 j5 j7 j8 hu oslevel:getprop |grep dalvik:time batt | tee ~/xxx

bash: cannot set terminal process group (19235): Not a typewriter bash: no job control in this shell ~ $ oslevel Android version: 8.1.0 Kernel build information: Linux localhost 3.18.14-15262773 #1 SMP PREEMPT Tue Jun 22 20:02:34 KST 2021 armv8l Android ~ $ getprop |grep dalvik

~ $ time batt { "health": "GOOD", "percentage": 100, "plugged": "PLUGGED_USB", "status": "FULL", "temperature": 22.899999618530273, "current": -24 }

real 0m0.995s user 0m0.020s sys 0m0.000s ~ $ exit exit

bash: cannot set terminal process group (15982): Not a typewriter bash: no job control in this shell ~ $ oslevel Android version: 7.1.1 Kernel build information: Linux localhost 3.10.9-12198977 #1 SMP PREEMPT Wed Jul 27 02:58:34 KST 2022 armv7l Android ~ $ getprop |grep dalvik ~ $ time batt

{ "health": "GOOD", "percentage": 100, "plugged": "PLUGGED_USB", "status": "FULL", "temperature": 20.899999618530273, "current": -3 }

real 0m1.867s user 0m0.035s sys 0m0.015s ~ $ exit exit

bash: cannot set terminal process group (16213): Permission denied bash: no job control in this shell ~ $ oslevel Android version: 12 Kernel build information: Linux localhost 5.10.66-android12-9-25010192-abA536USQS4AVL1 #2 SMP PREEMPT Wed Dec 7 11:53:51 KST 2022 aarch64 Android ~ $ getprop |grep dalvik

~ $ time batt { "health": "GOOD", "percentage": 95, "plugged": "UNPLUGGED", "status": "DISCHARGING", "temperature": 27.899999618530273, "current": -663 }

real 0m0.708s user 0m0.007s sys 0m0.011s ~ $ exit exit

bash: cannot set terminal process group (11223): Permission denied bash: no job control in this shell ~ $ oslevel Android version: 10 Kernel build information: Linux localhost 4.4.177-19844912 #1 SMP PREEMPT Wed Mar 30 18:53:10 KST 2022 aarch64 Android ~ $ getprop |grep dalvik

~ $ time batt { "health": "GOOD", "percentage": 100, "plugged": "PLUGGED_AC", "status": "FULL", "temperature": 25.200000762939453, "current": -1 }

real 0m0.596s user 0m0.012s sys 0m0.020s ~ $ exit exit

bash: cannot set terminal process group (13090): Not a typewriter bash: no job control in this shell ~ $ oslevel Android version: 7.0 Kernel build information: Linux localhost 3.18.31-ge1db33b #2 SMP PREEMPT Fri Oct 12 07:02:46 CST 2018 aarch64 Android ~ $ getprop |grep dalvik

~ $ time batt

real 0m1.332s user 0m0.020s sys 0m0.000s ~ $ exit exit { "health": "GOOD", "percentage": 100, "plugged": "PLUGGED_AC", "status": "FULL", "temperature": 21.0, "current": 97000 }

agnostic-apollo commented 1 year ago

Firstly, learn to use markdown code blocks.

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code

Ok, i tried using what you suggested but it seems my version of dalvik did not like it So i used dalvikvm -X and chose the -Xnoimage-dex2oat option and SUCCESS.

You may need to use -Ximage-compiler-option --compiler-filter=interpret-only instead, quicken was added recently, will have to check when. There is a warning about that too. And you can check for errors in logcat, they won't print to terminal/stderr.

https://cs.android.com/android/platform/superproject/+/android-13.0.0_r18:art/libartbase/base/compiler_filter.cc;l=171

Thank you, thank you, thank you.

You are welcome.

I'll compare getprop differences later, but don't see anything specific, could be some samsung specific issue, like it usually is for samsung.

hanyman7 commented 1 year ago

Ok I also tried -Ximage-compiler-option --compiler-filter=interpret-only but no success. The delay is still there... So thus far, the only success I've seen was using the -Xnoimage-dex2oat

agnostic-apollo commented 1 year ago

I need complete logcat dump with adb or root (adb logcat -d > logcat.txt) for when am commands are run with and without -Xnoimage-dex2oat till am.apk is started with Calling main entry com.termux.termuxam.Am. You can remove any private info from log before posting and/or email me at agnosticapollo@gmail.com. And do any of you samsung users have root?

I assume the /apex/com.android.art/bin/dex2oat64 --runtime-arg log entry was added without enabling verbose output or something.

@Haiz14

hanyman7 commented 1 year ago

Given that I submitted the problem, I would love to help, however I neither have/use adb and my Samsung is not rooted. I suppose I'll investigate how to install/use logcat, can that be done within Termux itself ?

agnostic-apollo commented 1 year ago

https://www.reddit.com/r/termux/comments/mmu2iu/announce_adb_is_now_packaged_for_termux/

hanyman7 commented 1 year ago

I installed android-tools and have adb. I also enabled developer mode and USB debugging Then activated wifi debugging and got the IP:port and pair code. Then proceeded as follows [/data/data/com.termux/files/home/work/work7] 0 -> adb pair 192.168.120.7:40531 020895 Failed: Unable to start pairing client.

Any suggestions?

sylirre commented 1 year ago

@hanyman7 On device pairing works only if ADB dialog with code is opened. Otherwise pairing server is terminated. You need split screen mode for this.

Screenshot_20230626-100833

agnostic-apollo commented 1 year ago

Since it's a samsung, check https://github.com/termux/termux-packages/issues/7946

hanyman7 commented 1 year ago

Ok, I have some good news and some bad news I tried the split screen suggestion and it worked and I can pair successfully. However, I don't see any output when using adb devices -l . So I subsequently tried a connect: adb connect... I saw nothing

adb connect 192.168.120.7:40045 failed to connect to '192.168.120.7:40045': Connection refused [/data/data/com.termux/files/usr/bin] 0 -> adb pair $(fixip):39869 539050 Successfully paired to localhost:39869 [guid=adb-R5CW30J1BHN-OxrON8] [/data/data/com.termux/files/usr/bin] 0 -> adb connect $(fixip):39869 Connection refused [/data/data/com.termux/files/usr/bin] 0 -> adb devices List of devices attached

[/data/data/com.termux/files/usr/bin] 0 -> adb devices -l List of devices attached

Further more, my am script does NOT have the fix on this phone and I don't see the performance degradation... I just switched from a Samsung A536U to a A546U and I never patched the am script manually. I also did a diff on the getprop | grep dalvik on both phones and there is no difference. I also did a dalvikvm -X diff on both phones and there is no difference 😡

So I need to back off the am script fix off of my old phone and see if I can reproduce the issue

[/data/data/com.termux/files/usr/bin] 0 ->

hanyman7 commented 1 year ago

Ok, I just backed off the patch from my Samsung A53 and can still reproduce it there. ~ $ time batt { "health": "GOOD", "percentage": 100, "plugged": "PLUGGED_AC", "status": "FULL", "temperature": 26.399999618530273, "current": 0 }

real 0m3.412s user 0m0.014s sys 0m0.027s ~ $

sylirre commented 1 year ago

-> adb pair $(fixip):39869 539050 Successfully paired to localhost:39869 [guid=adb-R5CW30J1BHN-OxrON8] [/data/data/com.termux/files/usr/bin] 0 -> adb connect $(fixip):39869

Ports for ADB pairing and connection are different. After pairing you need to use the port specified in the wireless ADB menu instead of what was given by pairing dialog.

hanyman7 commented 1 year ago

Here's the good case

On Mon, Jun 26, 2023, 8:13 AM Leonid P @.***> wrote:

-> adb pair $(fixip):39869 539050 Successfully paired to localhost:39869 [guid=adb-R5CW30J1BHN-OxrON8] [/data/data/com.termux/files/usr/bin] 0 -> adb connect $(fixip):39869

Ports for ADB pairing and connection are different. After pairing you need to use the port specified in the wireless ADB menu instead of what was given by pairing dialog.

— Reply to this email directly, view it on GitHub https://github.com/termux/termux-api/issues/552#issuecomment-1607446877, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZURZFCX2APUFIWL5HQQ4TXNGDG5ANCNFSM6AAAAAAQIITVP4 . You are receiving this because you were mentioned.Message ID: @.***>

06-26 13:00:49.942 4049 4049 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:00:49.988 4049 4049 I AndroidRuntime: Using default boot image 06-26 13:00:49.988 4049 4049 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:00:49.988 4049 4049 W libc : Access denied finding property "odsign.verification.success" 06-26 13:00:49.992 4049 4049 D SecNativeFeatureCppIf: encoded 06-26 13:00:49.992 4049 4049 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:00:49.992 4049 4049 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:00:49.993 4049 4049 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:00:49.993 4049 4049 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:00:49.993 4049 4049 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:00:50.006 4049 4049 W app_process: ART APEX data files are untrusted. 06-26 13:00:50.006 4049 4049 I app_process: Using CollectorTypeCC GC. 06-26 13:00:50.027 4049 4049 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:00:50.028 4049 4049 E app_process: Could not create image space with image file '/system/framework/boot.art!/apex/com.android.art/etc/boot-image.prof:/system/framework/boot-framework.art!/system/etc/boot-image.prof'. Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled. 06-26 13:00:50.597 4049 4049 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:00:50.597 4049 4049 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:00:50.669 4049 4049 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:00:50.829 4049 4049 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:00:50.829 4049 4049 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:00:50.873 4049 4049 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.873 4049 4049 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:00:50.874 4049 4066 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.943 4068 4068 I libc : SetHeapTaggingLevel: tag level set to 0 06-26 13:00:50.948 4068 4068 I com.termux.api: Using CollectorTypeCC GC. 06-26 13:00:50.952 4068 4068 E com.termux.api: Not starting debugger since process cannot load the jdwp agent. 06-26 13:00:50.955 4068 4068 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.956 4068 4080 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.956 4068 4068 D ActivityThread: setConscryptValidator 06-26 13:00:50.956 4068 4068 D ActivityThread: setConscryptValidator - put 06-26 13:00:50.964 4068 4081 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.966 4068 4068 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10278; state: DISABLED 06-26 13:00:50.973 4068 4068 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar 06-26 13:00:50.984 4068 4068 D nativeloader: Configuring classloader-namespace for other apk /data/app/s8tQecAp-8wpDOR_Ss5rxg==/com.termux.api-vzD4KYvVCwi8AThMTxTF9A==/base.apk. target_sdk_version=28, uses_libraries=, library_path=/data/app/s8tQecAp-8wpDOR_Ss5rxg==/com.termux.api-vzD4KYvVCwi8AThMTxTF9A==/lib/arm64:/data/app/~~s8tQecAp-8wpDOR_Ss5rxg==/com.termux.api-vzD4KYvVCwi8AThMTxTF9A==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.termux.api 06-26 13:00:50.984 4068 4068 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libveengine.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtensorflowLite.myfilter.camera.samsung.so:libtensorflowlite_inference_api.myfilter.camera.samsung.so:libEventFinder.camera.samsung.so:libHIDTSnapJNI.camera.samsung.so:libSmartScan.camera.samsung.so:libRectify.camera.samsung.so:libDocRectifyWrapper.camera.samsung.so:libUltraWideDistortionCorrection.camera.samsung.so:libHpr_RecGAE_cvFeature_v1.0.camera.samsung.so:libHprFace_GAE_api.camera.samsung.so:libFace_Landmark_API.camera.samsung.so:libHprFace_GAE_jni.camera.samsu 06-26 13:00:51.020 4068 4068 V GraphicsEnvironment: ANGLE Developer option for 'com.termux.api' set to: 'default' 06-26 13:00:51.021 4068 4068 V GraphicsEnvironment: ANGLE GameManagerService for com.termux.api: false 06-26 13:00:51.021 4068 4068 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 06-26 13:00:51.026 4068 4068 D NetworkSecurityConfig: No Network Security Config specified, using platform default 06-26 13:00:51.031 4068 4068 D NetworkSecurityConfig: No Network Security Config specified, using platform default 06-26 13:00:51.063 4049 4049 D AndroidRuntime: Shutting down VM 06-26 13:01:10.736 4095 4095 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:01:10.742 4095 4095 I AndroidRuntime: Using default boot image 06-26 13:01:10.742 4095 4095 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:01:10.742 4095 4095 W libc : Access denied finding property "odsign.verification.success" 06-26 13:01:10.742 4095 4095 D SecNativeFeatureCppIf: encoded 06-26 13:01:10.743 4095 4095 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:01:10.743 4095 4095 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:01:10.743 4095 4095 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:01:10.743 4095 4095 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:01:10.743 4095 4095 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:01:10.746 4095 4095 W app_process: ART APEX data files are untrusted. 06-26 13:01:10.746 4095 4095 I app_process: Using CollectorTypeCC GC. 06-26 13:01:10.749 4095 4095 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:01:10.749 4095 4095 E app_process: Could not create image space with image file '/system/framework/boot.art!/apex/com.android.art/etc/boot-image.prof:/system/framework/boot-framework.art!/system/etc/boot-image.prof'. Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled. 06-26 13:01:11.078 4095 4095 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:01:11.079 4095 4095 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:01:11.108 4095 4095 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:01:11.253 4095 4095 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:01:11.254 4095 4095 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:01:11.296 4095 4095 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:01:11.296 4095 4095 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:01:11.296 4095 4107 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:01:11.357 4095 4095 D AndroidRuntime: Shutting down VM 06-26 13:03:18.647 4419 4419 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:03:18.652 4419 4419 I AndroidRuntime: Using default boot image 06-26 13:03:18.652 4419 4419 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:03:18.653 4419 4419 W libc : Access denied finding property "odsign.verification.success" 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: encoded 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:03:18.653 4419 4419 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:03:18.653 4419 4419 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:03:18.656 4419 4419 W app_process: ART APEX data files are untrusted. 06-26 13:03:18.656 4419 4419 I app_process: Using CollectorTypeCC GC. 06-26 13:03:18.659 4419 4419 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:03:18.696 4421 4421 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line: 06-26 13:03:18.696 4421 4421 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:03:18.709 4421 4421 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:03:18.711 4421 4421 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar 06-26 13:03:18.985 4421 4421 I dex2oat64: Using CollectorTypeCC GC. 06-26 13:03:21.133 4421 4421 I dex2oat64: Explicit concurrent copying GC freed 122714(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 21us,10us total 76.379ms 06-26 13:03:21.319 4421 4421 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 17us,8us total 27.273ms 06-26 13:03:21.651 4421 4421 I dex2oat64: dex2oat took 2.962s (7.280s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13577520B) free=4700KB (4813632B) 06-26 13:03:21.738 4419 4419 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:03:21.738 4419 4419 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:03:21.746 4419 4419 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:03:21.760 4419 4419 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:03:21.760 4419 4419 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:03:21.774 4419 4419 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:03:21.774 4419 4419 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:03:21.775 4419 4442 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:03:21.798 4419 4419 D AndroidRuntime: Shutting down VM 06-26 13:08:28.105 4683 4683 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:08:28.111 4683 4683 I AndroidRuntime: Using default boot image 06-26 13:08:28.111 4683 4683 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:08:28.111 4683 4683 W libc : Access denied finding property "odsign.verification.success" 06-26 13:08:28.111 4683 4683 D SecNativeFeatureCppIf: encoded 06-26 13:08:28.111 4683 4683 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:08:28.111 4683 4683 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:08:28.112 4683 4683 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:08:28.112 4683 4683 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:08:28.112 4683 4683 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:08:28.114 4683 4683 W app_process: ART APEX data files are untrusted. 06-26 13:08:28.114 4683 4683 I app_process: Using CollectorTypeCC GC. 06-26 13:08:28.117 4683 4683 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:08:28.139 4684 4684 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line: 06-26 13:08:28.139 4684 4684 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:28.159 4684 4684 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:28.160 4684 4684 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar 06-26 13:08:28.443 4684 4684 I dex2oat64: Using CollectorTypeCC GC. 06-26 13:08:30.654 4684 4684 I dex2oat64: Explicit concurrent copying GC freed 122689(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 21us,8us total 74.650ms 06-26 13:08:30.838 4684 4684 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 15us,6us total 28.100ms 06-26 13:08:31.174 4684 4684 I dex2oat64: dex2oat took 3.039s (7.782s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13593744B) free=4700KB (4813728B) 06-26 13:08:31.263 4683 4683 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:08:31.263 4683 4683 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:08:31.269 4683 4683 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:08:31.283 4683 4683 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:08:31.283 4683 4683 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:08:31.298 4683 4683 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:31.298 4683 4683 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:08:31.299 4683 4708 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:31.314 4683 4683 D AndroidRuntime: Shutting down VM 06-26 13:08:44.474 11263 11271 W com.termux: Reducing the number of considered missed Gc histogram windows from 4723 to 100 06-26 13:08:44.709 11263 11288 D OpenGLRenderer: setSurface called with nullptr 06-26 13:08:44.711 11263 11288 D OpenGLRenderer: setSurface called with nullptr 06-26 13:08:52.190 4753 4753 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:08:52.196 4753 4753 I AndroidRuntime: Using default boot image 06-26 13:08:52.196 4753 4753 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:08:52.196 4753 4753 W libc : Access denied finding property "odsign.verification.success" 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: encoded 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:08:52.197 4753 4753 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:08:52.197 4753 4753 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:08:52.200 4753 4753 W app_process: ART APEX data files are untrusted. 06-26 13:08:52.200 4753 4753 I app_process: Using CollectorTypeCC GC. 06-26 13:08:52.203 4753 4753 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:08:52.224 4755 4755 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line: 06-26 13:08:52.224 4755 4755 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:52.236 4755 4755 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:52.237 4755 4755 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar 06-26 13:08:53.237 4755 4755 I dex2oat64: Using CollectorTypeCC GC. 06-26 13:08:54.213 4755 4758 W dex2oat64: Verification of void android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda1.(android.os.storage.StorageManager$StorageEventListenerDelegate, java.lang.String) took 147.597ms (54.20 bytecodes/s) (1496B approximate peak alloc) 06-26 13:08:54.213 4755 4759 W dex2oat64: Verification of boolean android.os.incremental.IncrementalStorage.startLoading(android.content.pm.DataLoaderParams, android.content.pm.IDataLoaderStatusListener, android.os.incremental.StorageHealthCheckParams, android.os.incremental.IStorageHealthListener, android.os.incremental.PerUidReadTimeouts[]) took 147.712ms (176.02 bytecodes/s) (2216B approximate peak alloc) 06-26 13:08:54.213 4755 4757 W dex2oat64: Verification of void android.os.ZygoteProcess.establishZygoteConnectionForAbi(java.lang.String) took 148.092ms (256.60 bytecodes/s) (2376B approximate peak alloc) 06-26 13:08:54.216 4755 4762 W dex2oat64: Verification of void android.os.incremental.V4Signature.readFully(java.io.InputStream, byte[]) took 147.513ms (142.36 bytecodes/s) (1936B approximate peak alloc) 06-26 13:08:54.216 4755 4761 W dex2oat64: Verification of void android.os.ServiceManager.addService(java.lang.String, java.lang.Class) took 159.542ms (200.57 bytecodes/s) (2288B approximate peak alloc) 06-26 13:08:54.217 4755 4763 W dex2oat64: Verification of void android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda2.run() took 152.084ms (78.90 bytecodes/s) (1632B approximate peak alloc) 06-26 13:08:54.219 4755 4755 W dex2oat64: Verification of void android.os.storage.StorageManager$ObbListenerDelegate.(android.os.storage.StorageManager, android.os.storage.OnObbStateChangeListener) took 153.765ms (195.10 bytecodes/s) (2024B approximate peak alloc) 06-26 13:08:54.221 4755 4760 W dex2oat64: Verification of android.content.pm.UserInfo android.os.UserManager.createProfileForUserEvenWhenDisallowed(java.lang.String, java.lang.String, int, int, java.lang.String[]) took 147.545ms (142.33 bytecodes/s) (2120B approximate peak alloc) 06-26 13:08:58.039 4755 4761 W dex2oat64: Verification of void android.widget.AbsSeekBar$SliderDrawable$1.(android.widget.AbsSeekBar$SliderDrawable) took 264.666ms (22.67 bytecodes/s) (1424B approximate peak alloc) 06-26 13:08:58.039 4755 4757 W dex2oat64: Verification of void android.view.ViewRootImpl.handleResized(int, com.android.internal.os.SomeArgs) took 255.513ms (1663.32 bytecodes/s) (9440B approximate peak alloc) 06-26 13:08:58.046 4755 4760 W dex2oat64: Verification of void android.widget.AbsSeekBar$SliderDrawable$SliderState.(android.widget.AbsSeekBar$SliderDrawable) took 270.821ms (22.15 bytecodes/s) (1464B approximate peak alloc) 06-26 13:08:58.046 4755 4755 W dex2oat64: Verification of void android.widget.ActivityChooserView$1.(android.widget.ActivityChooserView) took 265.662ms (22.59 bytecodes/s) (1448B approximate peak alloc) 06-26 13:08:58.047 4755 4758 W dex2oat64: Verification of void android.widget.ActivityChooserView$2.(android.widget.ActivityChooserView) took 265.913ms (22.56 bytecodes/s) (1416B approximate peak alloc) 06-26 13:08:59.224 4755 4755 I dex2oat64: Explicit concurrent copying GC freed 122697(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 22us,16us total 72.561ms 06-26 13:08:59.409 4755 4755 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 17us,9us total 27.603ms 06-26 13:08:59.740 4755 4755 I dex2oat64: dex2oat took 3.744s (7.860s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13577552B) free=4730KB (4844512B) 06-26 13:08:59.840 4753 4753 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:08:59.840 4753 4753 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:08:59.846 4753 4753 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:08:59.859 4753 4753 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:08:59.860 4753 4753 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:08:59.874 4753 4753 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:59.874 4753 4753 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:08:59.875 4753 4784 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:59.900 4753 4753 D AndroidRuntime: Shutting down VM 06-26 13:10:35.428 5226 5226 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:10:35.434 5226 5226 I AndroidRuntime: Using default boot image 06-26 13:10:35.434 5226 5226 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:10:35.434 5226 5226 W libc : Access denied finding property "odsign.verification.success" 06-26 13:10:35.435 5226 5226 D SecNativeFeatureCppIf: encoded 06-26 13:10:35.435 5226 5226 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:10:35.435 5226 5226 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:10:35.435 5226 5226 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:10:35.435 5226 5226 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:10:35.435 5226 5226 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:10:35.438 5226 5226 W app_process: ART APEX data files are untrusted. 06-26 13:10:35.438 5226 5226 I app_process: Using CollectorTypeCC GC. 06-26 13:10:35.441 5226 5226 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:10:35.441 5226 5226 E app_process: Could not create image space with image file '/system/framework/boot.art!/apex/com.android.art/etc/boot-image.prof:/system/framework/boot-framework.art!/system/etc/boot-image.prof'. Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled. 06-26 13:10:35.770 5226 5226 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:10:35.770 5226 5226 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:10:35.800 5226 5226 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:10:35.945 5226 5226 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:10:35.945 5226 5226 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:10:35.986 5226 5226 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:10:35.986 5226 5226 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:10:35.987 5226 5238 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:10:36.047 5226 5226 D AndroidRuntime: Shutting down VM

hanyman7 commented 1 year ago

Here's the bad case

06-26 13:00:49.942 4049 4049 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:00:49.988 4049 4049 I AndroidRuntime: Using default boot image 06-26 13:00:49.988 4049 4049 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:00:49.988 4049 4049 W libc : Access denied finding property "odsign.verification.success" 06-26 13:00:49.992 4049 4049 D SecNativeFeatureCppIf: encoded 06-26 13:00:49.992 4049 4049 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:00:49.992 4049 4049 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:00:49.993 4049 4049 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:00:49.993 4049 4049 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:00:49.993 4049 4049 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:00:50.006 4049 4049 W app_process: ART APEX data files are untrusted. 06-26 13:00:50.006 4049 4049 I app_process: Using CollectorTypeCC GC. 06-26 13:00:50.027 4049 4049 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:00:50.028 4049 4049 E app_process: Could not create image space with image file '/system/framework/boot.art!/apex/com.android.art/etc/boot-image.prof:/system/framework/boot-framework.art!/system/etc/boot-image.prof'. Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled. 06-26 13:00:50.597 4049 4049 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:00:50.597 4049 4049 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:00:50.669 4049 4049 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:00:50.829 4049 4049 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:00:50.829 4049 4049 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:00:50.873 4049 4049 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.873 4049 4049 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:00:50.874 4049 4066 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.943 4068 4068 I libc : SetHeapTaggingLevel: tag level set to 0 06-26 13:00:50.948 4068 4068 I com.termux.api: Using CollectorTypeCC GC. 06-26 13:00:50.952 4068 4068 E com.termux.api: Not starting debugger since process cannot load the jdwp agent. 06-26 13:00:50.955 4068 4068 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.956 4068 4080 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.956 4068 4068 D ActivityThread: setConscryptValidator 06-26 13:00:50.956 4068 4068 D ActivityThread: setConscryptValidator - put 06-26 13:00:50.964 4068 4081 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:00:50.966 4068 4068 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10278; state: DISABLED 06-26 13:00:50.973 4068 4068 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar 06-26 13:00:50.984 4068 4068 D nativeloader: Configuring classloader-namespace for other apk /data/app/s8tQecAp-8wpDOR_Ss5rxg==/com.termux.api-vzD4KYvVCwi8AThMTxTF9A==/base.apk. target_sdk_version=28, uses_libraries=, library_path=/data/app/s8tQecAp-8wpDOR_Ss5rxg==/com.termux.api-vzD4KYvVCwi8AThMTxTF9A==/lib/arm64:/data/app/~~s8tQecAp-8wpDOR_Ss5rxg==/com.termux.api-vzD4KYvVCwi8AThMTxTF9A==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.termux.api 06-26 13:00:50.984 4068 4068 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libveengine.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtensorflowLite.myfilter.camera.samsung.so:libtensorflowlite_inference_api.myfilter.camera.samsung.so:libEventFinder.camera.samsung.so:libHIDTSnapJNI.camera.samsung.so:libSmartScan.camera.samsung.so:libRectify.camera.samsung.so:libDocRectifyWrapper.camera.samsung.so:libUltraWideDistortionCorrection.camera.samsung.so:libHpr_RecGAE_cvFeature_v1.0.camera.samsung.so:libHprFace_GAE_api.camera.samsung.so:libFace_Landmark_API.camera.samsung.so:libHprFace_GAE_jni.camera.samsu 06-26 13:00:51.020 4068 4068 V GraphicsEnvironment: ANGLE Developer option for 'com.termux.api' set to: 'default' 06-26 13:00:51.021 4068 4068 V GraphicsEnvironment: ANGLE GameManagerService for com.termux.api: false 06-26 13:00:51.021 4068 4068 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 06-26 13:00:51.026 4068 4068 D NetworkSecurityConfig: No Network Security Config specified, using platform default 06-26 13:00:51.031 4068 4068 D NetworkSecurityConfig: No Network Security Config specified, using platform default 06-26 13:00:51.063 4049 4049 D AndroidRuntime: Shutting down VM 06-26 13:01:10.736 4095 4095 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:01:10.742 4095 4095 I AndroidRuntime: Using default boot image 06-26 13:01:10.742 4095 4095 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:01:10.742 4095 4095 W libc : Access denied finding property "odsign.verification.success" 06-26 13:01:10.742 4095 4095 D SecNativeFeatureCppIf: encoded 06-26 13:01:10.743 4095 4095 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:01:10.743 4095 4095 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:01:10.743 4095 4095 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:01:10.743 4095 4095 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:01:10.743 4095 4095 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:01:10.746 4095 4095 W app_process: ART APEX data files are untrusted. 06-26 13:01:10.746 4095 4095 I app_process: Using CollectorTypeCC GC. 06-26 13:01:10.749 4095 4095 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:01:10.749 4095 4095 E app_process: Could not create image space with image file '/system/framework/boot.art!/apex/com.android.art/etc/boot-image.prof:/system/framework/boot-framework.art!/system/etc/boot-image.prof'. Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled. 06-26 13:01:11.078 4095 4095 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:01:11.079 4095 4095 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:01:11.108 4095 4095 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:01:11.253 4095 4095 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:01:11.254 4095 4095 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:01:11.296 4095 4095 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:01:11.296 4095 4095 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:01:11.296 4095 4107 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:01:11.357 4095 4095 D AndroidRuntime: Shutting down VM 06-26 13:03:18.647 4419 4419 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:03:18.652 4419 4419 I AndroidRuntime: Using default boot image 06-26 13:03:18.652 4419 4419 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:03:18.653 4419 4419 W libc : Access denied finding property "odsign.verification.success" 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: encoded 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:03:18.653 4419 4419 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:03:18.653 4419 4419 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:03:18.653 4419 4419 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:03:18.656 4419 4419 W app_process: ART APEX data files are untrusted. 06-26 13:03:18.656 4419 4419 I app_process: Using CollectorTypeCC GC. 06-26 13:03:18.659 4419 4419 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:03:18.696 4421 4421 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line: 06-26 13:03:18.696 4421 4421 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:03:18.709 4421 4421 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:03:18.711 4421 4421 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar 06-26 13:03:18.985 4421 4421 I dex2oat64: Using CollectorTypeCC GC. 06-26 13:03:21.133 4421 4421 I dex2oat64: Explicit concurrent copying GC freed 122714(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 21us,10us total 76.379ms 06-26 13:03:21.319 4421 4421 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 17us,8us total 27.273ms 06-26 13:03:21.651 4421 4421 I dex2oat64: dex2oat took 2.962s (7.280s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13577520B) free=4700KB (4813632B) 06-26 13:03:21.738 4419 4419 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:03:21.738 4419 4419 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:03:21.746 4419 4419 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:03:21.760 4419 4419 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:03:21.760 4419 4419 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:03:21.774 4419 4419 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:03:21.774 4419 4419 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:03:21.775 4419 4442 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:03:21.798 4419 4419 D AndroidRuntime: Shutting down VM 06-26 13:08:28.105 4683 4683 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:08:28.111 4683 4683 I AndroidRuntime: Using default boot image 06-26 13:08:28.111 4683 4683 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:08:28.111 4683 4683 W libc : Access denied finding property "odsign.verification.success" 06-26 13:08:28.111 4683 4683 D SecNativeFeatureCppIf: encoded 06-26 13:08:28.111 4683 4683 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:08:28.111 4683 4683 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:08:28.112 4683 4683 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:08:28.112 4683 4683 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:08:28.112 4683 4683 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:08:28.114 4683 4683 W app_process: ART APEX data files are untrusted. 06-26 13:08:28.114 4683 4683 I app_process: Using CollectorTypeCC GC. 06-26 13:08:28.117 4683 4683 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:08:28.139 4684 4684 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line: 06-26 13:08:28.139 4684 4684 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:28.159 4684 4684 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:28.160 4684 4684 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar 06-26 13:08:28.443 4684 4684 I dex2oat64: Using CollectorTypeCC GC. 06-26 13:08:30.654 4684 4684 I dex2oat64: Explicit concurrent copying GC freed 122689(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 21us,8us total 74.650ms 06-26 13:08:30.838 4684 4684 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 15us,6us total 28.100ms 06-26 13:08:31.174 4684 4684 I dex2oat64: dex2oat took 3.039s (7.782s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13593744B) free=4700KB (4813728B) 06-26 13:08:31.263 4683 4683 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:08:31.263 4683 4683 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:08:31.269 4683 4683 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:08:31.283 4683 4683 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:08:31.283 4683 4683 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:08:31.298 4683 4683 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:31.298 4683 4683 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:08:31.299 4683 4708 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:31.314 4683 4683 D AndroidRuntime: Shutting down VM 06-26 13:08:44.474 11263 11271 W com.termux: Reducing the number of considered missed Gc histogram windows from 4723 to 100 06-26 13:08:44.709 11263 11288 D OpenGLRenderer: setSurface called with nullptr 06-26 13:08:44.711 11263 11288 D OpenGLRenderer: setSurface called with nullptr 06-26 13:08:52.190 4753 4753 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<< 06-26 13:08:52.196 4753 4753 I AndroidRuntime: Using default boot image 06-26 13:08:52.196 4753 4753 I AndroidRuntime: Leaving lock profiling enabled 06-26 13:08:52.196 4753 4753 W libc : Access denied finding property "odsign.verification.success" 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: encoded 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: decoding and unzip finish 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: use unCompDataBuff. encoded 06-26 13:08:52.197 4753 4753 D SecNativeFeatureCppIf: Free unCompDataBuff 06-26 13:08:52.197 4753 4753 D AndroidRuntime: addProductProperty: pBrand1 is not null 06-26 13:08:52.197 4753 4753 D AndroidRuntime: addProductProperty: not brand or 7 06-26 13:08:52.200 4753 4753 W app_process: ART APEX data files are untrusted. 06-26 13:08:52.200 4753 4753 I app_process: Using CollectorTypeCC GC. 06-26 13:08:52.203 4753 4753 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar' 06-26 13:08:52.224 4755 4755 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line: 06-26 13:08:52.224 4755 4755 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:52.236 4755 4755 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info 06-26 13:08:52.237 4755 4755 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar 06-26 13:08:53.237 4755 4755 I dex2oat64: Using CollectorTypeCC GC. 06-26 13:08:54.213 4755 4758 W dex2oat64: Verification of void android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda1.(android.os.storage.StorageManager$StorageEventListenerDelegate, java.lang.String) took 147.597ms (54.20 bytecodes/s) (1496B approximate peak alloc) 06-26 13:08:54.213 4755 4759 W dex2oat64: Verification of boolean android.os.incremental.IncrementalStorage.startLoading(android.content.pm.DataLoaderParams, android.content.pm.IDataLoaderStatusListener, android.os.incremental.StorageHealthCheckParams, android.os.incremental.IStorageHealthListener, android.os.incremental.PerUidReadTimeouts[]) took 147.712ms (176.02 bytecodes/s) (2216B approximate peak alloc) 06-26 13:08:54.213 4755 4757 W dex2oat64: Verification of void android.os.ZygoteProcess.establishZygoteConnectionForAbi(java.lang.String) took 148.092ms (256.60 bytecodes/s) (2376B approximate peak alloc) 06-26 13:08:54.216 4755 4762 W dex2oat64: Verification of void android.os.incremental.V4Signature.readFully(java.io.InputStream, byte[]) took 147.513ms (142.36 bytecodes/s) (1936B approximate peak alloc) 06-26 13:08:54.216 4755 4761 W dex2oat64: Verification of void android.os.ServiceManager.addService(java.lang.String, java.lang.Class) took 159.542ms (200.57 bytecodes/s) (2288B approximate peak alloc) 06-26 13:08:54.217 4755 4763 W dex2oat64: Verification of void android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda2.run() took 152.084ms (78.90 bytecodes/s) (1632B approximate peak alloc) 06-26 13:08:54.219 4755 4755 W dex2oat64: Verification of void android.os.storage.StorageManager$ObbListenerDelegate.(android.os.storage.StorageManager, android.os.storage.OnObbStateChangeListener) took 153.765ms (195.10 bytecodes/s) (2024B approximate peak alloc) 06-26 13:08:54.221 4755 4760 W dex2oat64: Verification of android.content.pm.UserInfo android.os.UserManager.createProfileForUserEvenWhenDisallowed(java.lang.String, java.lang.String, int, int, java.lang.String[]) took 147.545ms (142.33 bytecodes/s) (2120B approximate peak alloc) 06-26 13:08:58.039 4755 4761 W dex2oat64: Verification of void android.widget.AbsSeekBar$SliderDrawable$1.(android.widget.AbsSeekBar$SliderDrawable) took 264.666ms (22.67 bytecodes/s) (1424B approximate peak alloc) 06-26 13:08:58.039 4755 4757 W dex2oat64: Verification of void android.view.ViewRootImpl.handleResized(int, com.android.internal.os.SomeArgs) took 255.513ms (1663.32 bytecodes/s) (9440B approximate peak alloc) 06-26 13:08:58.046 4755 4760 W dex2oat64: Verification of void android.widget.AbsSeekBar$SliderDrawable$SliderState.(android.widget.AbsSeekBar$SliderDrawable) took 270.821ms (22.15 bytecodes/s) (1464B approximate peak alloc) 06-26 13:08:58.046 4755 4755 W dex2oat64: Verification of void android.widget.ActivityChooserView$1.(android.widget.ActivityChooserView) took 265.662ms (22.59 bytecodes/s) (1448B approximate peak alloc) 06-26 13:08:58.047 4755 4758 W dex2oat64: Verification of void android.widget.ActivityChooserView$2.(android.widget.ActivityChooserView) took 265.913ms (22.56 bytecodes/s) (1416B approximate peak alloc) 06-26 13:08:59.224 4755 4755 I dex2oat64: Explicit concurrent copying GC freed 122697(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 22us,16us total 72.561ms 06-26 13:08:59.409 4755 4755 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 17us,9us total 27.603ms 06-26 13:08:59.740 4755 4755 I dex2oat64: dex2oat took 3.744s (7.860s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13577552B) free=4730KB (4844512B) 06-26 13:08:59.840 4753 4753 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 06-26 13:08:59.840 4753 4753 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt70l.dat 06-26 13:08:59.846 4753 4753 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory 06-26 13:08:59.859 4753 4753 E SemDvfsManager_JNI: SemDvfsManager: registerfunction enter 06-26 13:08:59.860 4753 4753 E SemAffinityControl: SemAffinityControl: registerfunction enter 06-26 13:08:59.874 4753 4753 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:59.874 4753 4753 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 06-26 13:08:59.875 4753 4784 W libc : Access denied finding property "sys.perf.boostopt" 06-26 13:08:59.900 4753 4753 D AndroidRuntime: Shutting down VM

agnostic-apollo commented 1 year ago

With -Xnoimage-dex2oat

06-26 13:00:49.942  4049  4049 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<<
06-26 13:00:49.988  4049  4049 I AndroidRuntime: Using default boot image
...
06-26 13:00:50.006  4049  4049 W app_process: ART APEX data files are untrusted.
...
06-26 13:00:50.027  4049  4049 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar'
06-26 13:00:50.028  4049  4049 E app_process: Could not create image space with image file '/system/framework/boot.art!/apex/com.android.art/etc/boot-image.prof:/system/framework/boot-framework.art!/system/etc/boot-image.prof'. Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled.
...
06-26 13:00:50.669  4049  4049 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory
...
06-26 13:00:50.873  4049  4049 D AndroidRuntime: Calling main entry com.termux.termuxam.Am

Without -Xnoimage-dex2oat

06-26 13:08:28.105  4683  4683 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10278 <<<<<<
06-26 13:08:28.111  4683  4683 I AndroidRuntime: Using default boot image
...
06-26 13:08:28.114  4683  4683 W app_process: ART APEX data files are untrusted.
...
06-26 13:08:28.117  4683  4683 E app_process: Error reading named image component header for /system/framework/boot.art, error: Failed to open oat file '/system/framework/arm64/boot-bouncycastle.oat' when validating it for image '/system/framework/boot-bouncycastle.art': In oat file '/system/framework/boot-bouncycastle.oat', dex file checksum 0xf6841481 does not match checksum 0x8ffa6e4e of external dex file '/apex/com.android.art/javalib/bouncycastle.jar'
06-26 13:08:28.139  4684  4684 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line:
06-26 13:08:28.139  4684  4684 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info
06-26 13:08:28.159  4684  4684 I dex2oat64: /apex/com.android.art/bin/dex2oat64 --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --runtime-arg -Xbootclasspath-locations:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar --base=0x70000000 --dex-file=/apex/com.android.art/javalib/core-oj.jar --dex-location=/apex/com.android.art/javalib/core-oj.jar --dex-file=/apex/com.android.art/javalib/core-libart.jar --dex-location=/apex/com.android.art/javalib/core-libart.jar --dex-file=/apex/com.android.art/javalib/okhttp.jar --dex-location=/apex/com.android.art/javalib/okhttp.jar --dex-file=/apex/com.android.art/javalib/bouncycastle.jar --dex-location=/apex/com.android.art/javalib/bouncycastle.jar --dex-file=/apex/com.android.art/javalib/apache-xml.jar --dex-location=/apex/com.android.art/javalib/apache-xml.jar --dex-file=/system/framework/framework.jar --dex-location=/system/framework/framework.jar --dex-file=/system/framework/framework-graphics.jar --dex-location=/system/framework/framework-graphics.jar --dex-file=/system/framework/ext.jar --dex-location=/system/framework/ext.jar --dex-file=/system/framework/telephony-common.jar --dex-location=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-location=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-location=/system/framework/ims-common.jar --dex-file=/system/framework/knoxsdk.jar --dex-location=/system/framework/knoxsdk.jar --dex-file=/system/framework/SmpsManager.jar --dex-location=/system/framework/SmpsManager.jar --dex-file=/system/framework/uibc_java.jar --dex-location=/system/framework/uibc_java.jar --dex-file=/system/framework/esecomm.jar --dex-location=/system/framework/esecomm.jar --dex-file=/apex/com.android.i18n/javalib/core-icu4j.jar --dex-location=/apex/com.android.i18n/javalib/core-icu4j.jar --image-fd=11 --output-vdex-fd=12 --oat-fd=13 --oat-location=/system/framework/arm64/boot.oat --single-image --image-format=uncompressed --compiler-filter=verify --profile-file=/apex/com.android.art/etc/boot-image.prof --profile-file=/system/etc/boot-image.prof --avoid-storing-invocation --instruction-set=arm64 --instruction-set-features=runtime --runtime-arg -Xms64m --runtime-arg -Xmx64m --dirty-image-objects=/system/etc/dirty-image-objects --instruction-set-variant=cortex-a53 --instruction-set-features=default --generate-mini-debug-info
06-26 13:08:28.160  4684  4684 I dex2oat64: setting boot class path to /apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/framework-graphics.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/knoxsdk.jar:/system/framework/SmpsManager.jar:/system/framework/uibc_java.jar:/system/framework/esecomm.jar:/apex/com.android.i18n/javalib/core-icu4j.jar
06-26 13:08:28.443  4684  4684 I dex2oat64: Using CollectorTypeCC GC.
06-26 13:08:30.654  4684  4684 I dex2oat64: Explicit concurrent copying GC freed 122689(15MB) AllocSpace objects, 7(120KB) LOS objects, 22% free, 20MB/26MB, paused 21us,8us total 74.650ms
06-26 13:08:30.838  4684  4684 I dex2oat64: Explicit concurrent copying GC freed 69509(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8748KB/14MB, paused 15us,6us total 28.100ms
06-26 13:08:31.174  4684  4684 I dex2oat64: dex2oat took 3.039s (7.782s cpu) (threads: 8) arena alloc=0B (0B) java alloc=8748KB (8958152B) native alloc=12MB (13593744B) free=4700KB (4813728B)
...
06-26 13:08:31.269  4683  4683 W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory
...
06-26 13:08:31.298  4683  4683 D AndroidRuntime: Calling main entry com.termux.termuxam.Am

Yup, invalid oat file, just as I suspected. The issue is not due to some Android change or config difference, but with Samsung (as usual), it has an invalid boot-bouncycastle.oat file for the boot-bouncycastle.art boot image in its android build. Boot images basically contain the java bootstrap classes and resources provided by the android framework that all apps/jars invocations load (check -Xbootclasspath). If verification for an oat file (ahead-of-time compiled file for a dex file) fails, then it is recompiled at runtime by android and then that compiled file is used instead. This obviously causes a delay (dex2oat took 3.039s), which slows down startup time of app_process commands. When we pass -Xnoimage-dex2oat, it tells android that don't compile the oat file for the invalid boot image file (Attempting to fall back to imageless running. Error was: Full boot image cannot be compiled: Cannot compile bootclasspath because dex2oat for image compilation is disabled.) and so there is no delay in that case.

I assume that in imageless mode, without an oat file, ART should run through JIT and the interpreter to execute the dex/jar file. It should be testable by running a jar that uses one of bouncycastle classes on the broken Samsung device. Android also has a test for it. So it should be safe to add -Xnoimage-dex2oat to $PREFIX/bin/am for all devices without Samsung or api level checks. Compiling a boot image every time would have a bigger delay than interpreting a dex file.

My previous suggestion of -Ximage-compiler-option --compiler-filter=quicken flags will not work, since the delay is due to the compilation and not for the verification and compilation of boot images always use --compiler-filter=verify.

In addition to -Xnoimage-dex2oat, maybe using quicken, verify or interpret-only for -Xcompiler-option --compiler-filter (not -Ximage-compiler-option) depending on android version would be good if it decreases startup time for normal unbroken devices, but will have to be tested. The -Xusejit should default to true on Android >= 10, maybe it should also be explicitly passed for older versions if it decreases startup time. I assume that's why @sylirre explicitly added that to dalvikvm, no linked issue or detail in commit message.

The -Xcompiler-option --compiler-filter=assume-verified flags suggested by @michalbednarski would likely have security implications.

If you want to check app_process flow, you can run setprop dalvik.vm.extra-opts -verbose:compiler,deopt,dex,gc,image,oat,verifier with a root shell and then run commands. Modify tags as needed. The -verbose option to app_process does not seem to work as per my test and using dalvik.vm.extra-opts is required.

? I/vm-printf:   -verbose:tag[,tag...] (currently valid tags: 'agents', 'class',
        'collector', 'compiler', 'deopt', 'dex', 'gc', 'heap', 'image',
        'interpreter', 'jdwp', 'jit', 'jni', 'monitor', 'oat', 'profiler',
        'signals', 'simulator', 'startup', 'systrace-locks',
        'third-party-jni', 'threads', 'verifier', 'verifier-debug')
Logs ```shell D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10169 <<<<<< I AndroidRuntime: Using default boot image I AndroidRuntime: Leaving lock profiling enabled W app_process: ART APEX data files are untrusted. I app_process: Core platform API reporting enabled, enforcing=false I app_process: Using CollectorTypeCC GC. I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot.art I app_process: Decompress block 819389 -> 2782220 in 3.712ms I app_process: Decompressing image took 3.748ms (707MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-core-libart.art I app_process: Decompress block 86128 -> 291776 in 406.472us I app_process: Decompressing image took 424.721us (655MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-okhttp.art I app_process: Decompress block 53586 -> 167248 in 226.679us I app_process: Decompressing image took 266.391us (599MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-bouncycastle.art I app_process: Decompress block 72883 -> 250408 in 287.997us I app_process: Decompressing image took 309.222us (773MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-apache-xml.art I app_process: Decompress block 147 -> 264 in 21.998us I app_process: Decompressing image took 37.933us (12MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-framework.art I app_process: Decompress block 3813111 -> 13370852 in 16.339ms I app_process: Decompressing image took 16.386ms (778MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-framework-graphics.art I app_process: Decompress block 515 -> 1168 in 18.547us I app_process: Decompressing image took 41.538us (32MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-ext.art I app_process: Decompress block 37384 -> 125752 in 289.073us I app_process: Decompressing image took 349.590us (343MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-telephony-common.art I app_process: Decompress block 376587 -> 1379100 in 1.799ms I app_process: Decompressing image took 1.834ms (716MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-voip-common.art I app_process: Decompress block 144791 -> 654040 in 943.630us I app_process: Decompressing image took 970.247us (643MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-ims-common.art I app_process: Decompress block 73791 -> 296448 in 559.174us I app_process: Decompressing image took 582.573us (485MB/s) I app_process: ImageSpace::Init entering image_filename=/system/framework/x86_64/boot-core-icu4j.art I app_process: Decompress block 461954 -> 1522836 in 1.807ms I app_process: Decompressing image took 1.842ms (788MB/s) I app_process: ImageSpace::BootImageLoader::LoadFromSystem exiting SpaceTypeImageSpace begin=0x6f6f6000,end=0x6f820178,size=1192KB,name="/system/framework/x86_64/boot.art"] I app_process: bool art::gc::space::ImageSpace::BootImageLoader::LoadFromSystem(size_t, bool, std::vector> *, MemMap *, std::string *) [Exclusive time] [Total time] I app_process: 0.005ms OpenImageFile I app_process: 0.003ms ReadImageHeader I app_process: 3.863ms MapImageFile I app_process: 0.004ms CreateImageBitmap I app_process: 0.005ms OpenImageFile I app_process: 0.003ms ReadImageHeader I app_process: 0.488ms MapImageFile I app_process: 0.000ms CreateImageBitmap I app_process: 0.006ms OpenImageFile I app_process: 0.003ms ReadImageHeader I app_process: 0.335ms MapImageFile I app_process: 0.000ms CreateImageBitmap I app_process: 0.004ms OpenImageFile I app_process: 0.003ms ReadImageHeader I app_process: 0.390ms MapImageFile I app_process: 0.001ms CreateImageBitmap I app_process: 0.010ms OpenImageFile I app_process: 0.005ms ReadImageHeader I app_process: 0.114ms MapImageFile I app_process: 0.000ms CreateImageBitmap I app_process: 0.925ms OpenOatFile I app_process: 0.506ms OpenOatFile I app_process: 0.392ms OpenOatFile I app_process: 0.366ms OpenOatFile I app_process: 0.337ms OpenOatFile I app_process: 0.004ms OpenImageFile I app_process: 0.003ms ReadImageHeader I app_process: 16.867ms MapImageFile I app_process: 0.001ms CreateImageBitmap I app_process: 0.006ms OpenImageFile I app_process: 0.005ms ReadImageHeader I app_process: 0.169ms MapImageFile I app_process: 0.010ms CreateImageBitmap I app_process: 0.009ms OpenImageFile I app_process: 0.002ms ReadImageHeader I app_process: 0.494ms MapImageFile I app_process: 0.001ms CreateImageBitmap I app_process: 0.008ms OpenImageFile I app_process: 0.005ms ReadImageHeader I app_process: 1.967ms MapImageFile I app_process: 0.001ms CreateImageBitmap I app_process: 0.009ms OpenImageFile I app_process: 0.004ms ReadImageHeader I app_process: 1.052ms MapImageFile I app_process: 0.010ms CreateImageBitmap I app_process: 0.008ms OpenImageFile I app_process: 0.005ms ReadImageHeader I app_process: 0.673ms MapImageFile I app_process: 0.002ms CreateImageBitmap I app_process: 0.006ms OpenImageFile I app_process: 0.003ms ReadImageHeader I app_process: 1.960ms MapImageFile I app_process: 0.001ms CreateImageBitmap I app_process: 1.061ms OpenOatFile I app_process: 0.651ms OpenOatFile I app_process: 0.634ms OpenOatFile I app_process: 0.489ms OpenOatFile I app_process: 0.389ms OpenOatFile I app_process: 0.354ms OpenOatFile I app_process: 0.399ms OpenOatFile I app_process: 10.233ms MaybeRelocateSpaces I app_process: 0.001ms DeduplicateInternedStrings I app_process: bool art::gc::space::ImageSpace::BootImageLoader::LoadFromSystem(size_t, bool, std::vector> *, MemMap *, std::string *): end, 47.269ms I app_process: Adding class table classes took 10.283us I app_process: Adding class table classes took 4.440us I app_process: Adding class table classes took 3.757us I app_process: Adding class table classes took 2.861us I app_process: Adding class table classes took 18.857us I app_process: Adding class table classes took 6.953us I app_process: Adding class table classes took 10.134us I app_process: Adding class table classes took 9.475us I app_process: Adding class table classes took 3.790us I app_process: Adding class table classes took 3.404us I app_process: Adding class table classes took 8.471us D nativeloader: InitDefaultPublicLibraries for_preload=1: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libicu.so:libicui18n.so:libicuuc.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativehelper.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt72l.dat I app_process: JIT compiler option --instruction-set-variant=x86_64 I app_process: JIT instruction set variant x86_64 W app_process: Unexpected CPU variant for x86: x86_64. W app_process: Known variants: atom, sandybridge, silvermont, goldmont, goldmont-plus, tremont, kabylake, default I app_process: JIT compiler option --instruction-set-features=default I app_process: JIT instruction set features default I app_process: JIT compiler option --generate-mini-debug-info I app_process: Vdex verification success for java.lang.Class I app_process: Loading /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.odex with executable: 1 I app_process: OatFileAssistant test for existing oat file /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.odex: File /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.vdex does not exist. I app_process: unable to open vdex file /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.vdex: File /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.vdex does not exist. I app_process: OatFileAssistant test for existing oat file /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.vdex: File /data/data/com.termux/files/usr/libexec/termux-am/oat/x86_64/am.vdex does not exist. W ziparchive: Unable to open '/data/data/com.termux/files/usr/libexec/termux-am/am.dm': No such file or directory I app_process: OatFileAssistant test for existing oat file /data/data/com.termux/files/usr/libexec/termux-am/am.dm: I/O error I app_process: OatFileAssistant(/data/data/com.termux/files/usr/libexec/termux-am/am.apk).GetBestOatFile()= (executable=0) I app_process: VerifyClass took 919us, class: android.net.TrafficStats I app_process: VerifyClass took 57us, class: android.net.TrafficStats$1 I app_process: VerifyClass took 94us, class: android.net.TrafficStats$SocketTagger D AndroidRuntime: Calling main entry com.termux.termuxam.Am ```

A54 should be on Android 13 and issue is fixed on that phone. I don't know if A53 or other Samsung models on Android 13 have the issue. This should also be reported to Samsung directly if they don't already know about it, since it is likely delaying startup of other app_process commands, possibly even for apps. Can be tested with force stopping an app and starting it again and seeing if errors are logged.

@hanyman7 Learn to use code blocks and collapsed sections and don't use reply to emails since markdown is not supported for email replies.

hanyman7 commented 1 year ago

Will do. Apologies, newbie here, and will learn. I was trying to get you the data as fast as I could so we would get to the bottom of this issue. I know you had asked me to do it earlier, but never got a chance to 🥴

hanyman7 commented 1 year ago

Also surprisingly enough I tried a simple dalvikvm command on the A54 E.g. time /apex/com.android.art/bin/dalvikvm props.javap java.util.List and it ran within 200ms. Which is not the case on A53 unless I include the -Xnoimage...

agnostic-apollo commented 1 year ago

It's fine, thanks for the logs though.

Both app_process and dalvikvm share argument parsing and other code, so likely same issue.

washingleavesandthensome23-434 commented 1 year ago

Hope this gets fixed soon 🙂

agnostic-apollo commented 1 year ago

Closed by https://github.com/termux/TermuxAm/commit/521ccb31e47b64b367805b694b655b0060f51aec

victoryosiobe commented 5 months ago

On Android 13, I followed procedure,but found -Xnoimage-dex2oat in place already, meaning an update was done. But it is still slow. Sometimes it takes almost 5 seconds.

[u0_a223@localhost ~]$ time termux-clipboard-get
Data
real    0m2.965s
user    0m0.013s
sys     0m0.032s
[u0_a223@localhost ~]$ time termux-clipboard-get
Data
real    0m2.917s
user    0m0.010s
sys     0m0.038s
[u0_a223@localhost ~]$ time termux-clipboard-get
Data
real    0m2.832s
user    0m0.001s
sys     0m0.044s
[u0_a223@localhost ~]$ time termux-clipboard-get
Data
real    0m2.887s
user    0m0.011s
sys     0m0.034s
[u0_a223@localhost ~]$ time termux-clipboard-get
Data
real    0m2.829s
user    0m0.017s
sys     0m0.029s
[u0_a223@localhost ~]$ time termux-clipboard-get
Data
real    0m3.456s
user    0m0.028s
sys     0m0.021s
[u0_a223@localhost ~]$

termux-info

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=28667
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.0
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://ro.mirror.flokinet.net/termux/termux-main stable main
# x11-repo (sources.list.d/x11.list)
deb https://ro.mirror.flokinet.net/termux/termux-x11 x11 main
# root-repo (sources.list.d/root.list)
deb https://ro.mirror.flokinet.net/termux/termux-root root stable
Updatable packages:
All packages up to date
termux-tools version:
1.42.4
Android version:
13
Kernel build information:
Linux localhost 4.19.191-g793c45f339e3-dirty #1 SMP PREEMPT Mon Mar 4 16:03:18 CST 2024 aarch64 Android
Device manufacturer:
vivo
Device model:
V2254
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.api versionCode:51
com.termux.styling versionCode:32
Rudxain commented 5 months ago

time termux-clipboard-get:

foobar
real    0m3.006s
user    0m0.020s
sys     0m0.007s

termux-info:

Termux Variables:
TERMUX_API_APP__VERSION_NAME=0.50.1+3035f0a
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP__AM_SOCKET_SERVER_ENABLED=true
TERMUX_APP__APK_PATH=/data/app/~~FKeft7Nt6zkMpdta2yzEHw==/com.termux-Dvo6Rn2RWdyrD-NgV5wUYg==/base.apk
TERMUX_APP__APK_RELEASE=GITHUB
TERMUX_APP__FILES_DIR=/data/user/0/com.termux/files
TERMUX_APP__IS_DEBUGGABLE_BUILD=true
TERMUX_APP__IS_INSTALLED_ON_EXTERNAL_STORAGE=false
TERMUX_APP__PACKAGE_MANAGER=apt
TERMUX_APP__PACKAGE_NAME=com.termux
TERMUX_APP__PACKAGE_VARIANT=apt-android-7
TERMUX_APP__PID=6929
TERMUX_APP__SE_FILE_CONTEXT=u:object_r:app_data_file:s0:c98,c257,c512,c768
TERMUX_APP__SE_INFO=default:targetSdkVersion=28:complete
TERMUX_APP__SE_PROCESS_CONTEXT=u:r:untrusted_app_27:s0:c98,c257,c512,c768
TERMUX_APP__TARGET_SDK=28
TERMUX_APP__UID=10354
TERMUX_APP__USER_ID=0
TERMUX_APP__VERSION_CODE=118
TERMUX_APP__VERSION_NAME=0.118.0+062c977
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.0+062c977
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://termux.danyael.xyz/termux/termux-main stable main
Updatable packages:
All packages up to date
termux-tools version:
1.42.4
Android version:
12
Kernel build information:
Linux localhost 4.14.186-24084238 #1 SMP PREEMPT Tue Nov 14 00:00:23 KST 2023 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-A315G
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.api versionCode:51
AlainKnaff commented 3 months ago

Slow (3s) here on a Galaxy A7 Lite as well:

~ $ termux-info Termux Variables: TERMUX_APP_PACKAGE_MANAGER=apt TERMUX_APPAPK_FILE=/data/app/~~lj31WXaz1VcjVCsdtXxrGQ==/com.termux-P6RtLYzRhIMaFuhLd8HTSg==/base.apk TERMUX_APPAPK_RELEASE=GITHUB TERMUX_APPAPP_VERSION_CODE=1020 TERMUX_APP__APP_VERSION_NAME=0.119.0-beta.1 TERMUX_APPDATA_DIR=/data/user/0/com.termux TERMUX_APPIS_DEBUGGABLE_BUILD=true TERMUX_APP__IS_INSTALLED_ON_EXTERNAL_STORAGE=false TERMUX_APPPACKAGE_NAME=com.termux TERMUX_APPPID=8423 TERMUX_APPTARGET_SDK=28 TERMUX_VERSION=0.119.0-beta.1 TERMUXSE_FILE_CONTEXT=u:object_r:app_data_file:s0:c229,c256,c512,c768 TERMUXSE_INFO=default:targetSdkVersion=28:complete TERMUXSE_PROCESS_CONTEXT=u:r:untrusted_app_27:s0:c229,c256,c512,c768 TERMUXUID=10229 TERMUX__USER_ID=0 Packages CPU architecture: aarch64 Subscribed repositories:

sources.list

deb https://mirror.bouwhuis.network/termux/termux-main stable main Updatable packages: All packages up to date termux-tools version: 1.43.2 Android version: 14 Kernel build information: Linux localhost 4.19.191-28086179-abT220XXS7DXF9 #1 SMP PREEMPT Tue Jun 18 19:07:00 +07 2024 aarch64 Android Device manufacturer: samsung Device model: SM-T220 LD Variables: LD_LIBRARY_PATH= LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so Installed termux plugins: com.termux.api versionCode:51 com.termux.widget versionCode:13 com.termux.boot versionCode:1000

On my 2 other devices (Pixel 7a and Galaxy Tab S3), it is fast