Having issues getting APatch to run on latest LineageOS release for Oneplus 7T/hotdogb. To note, I was able to successfully install on:
Oneplus 6T
Oneplus 9
Currently resorted back to Magisk which is working without fail on the 7T. This is a very strange issue to me since I had no issues whatsoever on the 6T, and it has the oldest kernel of all 3 devices...
Steps
Patch boot.img using APatch Manager
fastboot boot apatch-boot.img
Confirm "APatch Manager" is working, but:
When attempting to view Superuser Apps, all I get is infinite loading screen (error details captured from logcat below)
When attempting to Direct Install, receive error stating busybox unaccessible
adb logcat capture:
10-02 22:47:00.055 6120 6120 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
10-02 22:47:00.059 6120 6120 I AndroidRuntime: Using default boot image
10-02 22:47:00.059 6120 6120 I AndroidRuntime: Leaving lock profiling enabled
10-02 22:47:00.060 6120 6120 I me.bmax.apatch:root:0: Core platform API reporting enabled, enforcing=false
10-02 22:47:00.061 6120 6120 I me.bmax.apatch:root:0: Using CollectorTypeCC GC.
10-02 22:47:00.128 6120 6120 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
10-02 22:47:00.138 6120 6120 D nativeloader: Load libicu_jni.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
10-02 22:47:00.138 6120 6120 D me.bmax.apatch:root:0: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
10-02 22:47:00.138 6120 6120 D me.bmax.apatch:root:0: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt72l.dat
10-02 22:47:00.139 6120 6120 D nativeloader: Load libjavacore.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
10-02 22:47:00.140 6120 6120 D nativeloader: Load libopenjdk.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
10-02 22:47:00.142 6120 6120 W System : ClassLoader referenced unknown path: /data/user_de/0/me.bmax.apatch/cache/main.jar
10-02 22:47:00.143 6120 6120 E appproc : ERROR: could not find class 'com.topjohnwu.superuser.internal.RootServerMain'
10-02 22:47:00.143 6120 6120 F me.bmax.apatch:root:0: thread.cc:2563] No pending exception expected: java.lang.ClassNotFoundException: com.topjohnwu.superuser.internal.RootServerMain
10-02 22:47:00.143 6120 6120 F me.bmax.apatch:root:0: thread.cc:2563] (Throwable with empty stack trace)
10-02 22:47:00.143 6120 6120 F me.bmax.apatch:root:0: thread.cc:2563]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] Runtime aborting...
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] All threads:
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] DALVIK THREADS (12):
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "ReferenceQueueDaemon" prio=5 tid=10 Waiting
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x12c02c18 self=0xb4000078c45ada60
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6131 nice=0 cgrp=default sched=0/0 handle=0x77592be770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 51771 0 1 ) utm=0 stm=0 core=4 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x77591bb000-0x77591bd000 stackSize=1037KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 003d6698 /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+3672) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Native method)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] - waiting on <0x01dc7c65> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Object.java:405)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Object.java:543)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:243)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] - locked <0x01dc7c65> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$Daemon.run(Daemons.java:131)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Thread.run(Thread.java:1012)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "FinalizerDaemon" prio=5 tid=11 Waiting
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x12c02ca8 self=0xb4000078c45b6570
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6132 nice=0 cgrp=default sched=0/0 handle=0x77571b4770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 54531 0 2 ) utm=0 stm=0 core=5 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x77570b1000-0x77570b3000 stackSize=1037KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 003d6698 /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+3672) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Native method)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] - waiting on <0x03e5ed3a> (a java.lang.Object)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Object.java:405)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:207)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] - locked <0x03e5ed3a> (a java.lang.Object)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:228)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:323)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$Daemon.run(Daemons.java:131)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Thread.run(Thread.java:1012)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "FinalizerWatchdogDaemon" prio=5 tid=12 Waiting
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x12c02d68 self=0xb4000078c45b8140
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6133 nice=0 cgrp=default sched=0/0 handle=0x77570aa770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 33906 0 1 ) utm=0 stm=0 core=4 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7756fa7000-0x7756fa9000 stackSize=1037KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 003d6698 /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+3672) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Native method)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] - waiting on <0x0c09ddeb> (a java.lang.Daemons$FinalizerWatchdogDaemon)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Object.java:405)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Object.wait(Object.java:543)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:456)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] - locked <0x0c09ddeb> (a java.lang.Daemons$FinalizerWatchdogDaemon)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:436)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$Daemon.run(Daemons.java:131)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Thread.run(Thread.java:1012)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "main" prio=5 tid=1 Runnable
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=0 ucsCount=0 flags=0 obj=0x12c01fb8 self=0xb4000078c45a17b0
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6120 nice=0 cgrp=default sched=0/0 handle=0x7a32edcd18
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=R schedstat=( 141642760 765833 20 ) utm=9 stm=4 core=7 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7fe52cb000-0x7fe52cd000 stackSize=8188KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes= "abort lock" "mutator lock"(shared held)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0059b2d4 /apex/com.android.art/lib64/libart.so (art::DumpNativeStack+108) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 00904d80 /apex/com.android.art/lib64/libart.so (art::Thread::DumpStack const+240) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 009138a4 /apex/com.android.art/lib64/libart.so (art::DumpCheckpoint::Run+220) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 002a082c /apex/com.android.art/lib64/libart.so (art::ThreadList::RunCheckpoint+656) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 00910a3c /apex/com.android.art/lib64/libart.so (art::ThreadList::Dump+288) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 008f4558 /apex/com.android.art/lib64/libart.so (art::AbortState::Dump const+196) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #06 pc 008eb214 /apex/com.android.art/lib64/libart.so (art::Runtime::Abort+804) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #07 pc 00017358 /apex/com.android.art/lib64/libbase.so (android::base::SetAborter::$_0::__invoke+80) (BuildId: b99b74f03d108d6d85240d1d0cc5efdf)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #08 pc 000168e0 /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage+356) (BuildId: b99b74f03d108d6d85240d1d0cc5efdf)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #09 pc 0038dff0 /apex/com.android.art/lib64/libart.so (art::ClassLinker::FindClass+9724) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #10 pc 0065dc68 /apex/com.android.art/lib64/libart.so (art::JNI<false>::FindClass+508) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #11 pc 000e86f0 /system/lib64/libandroid_runtime.so (jniRegisterNativeMethods+68) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #12 pc 000e8658 /system/lib64/libandroid_runtime.so (android::register_com_android_internal_os_RuntimeInit+68) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #13 pc 000ec9ec /system/lib64/libandroid_runtime.so (android::AndroidRuntime::startReg+64) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #14 pc 000ec6f4 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start+496) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #15 pc 00002580 /system/bin/app_process64 (main+1224) (BuildId: 80c1e8a71f7d006dba2c4f046503c8d6)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #16 pc 00054658 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "Jit thread pool worker thread 0" prio=5 tid=2 Native
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x12c40030 self=0xb4000078c45a4f50
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6123 nice=9 cgrp=default sched=0/0 handle=0x776076f770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 110573 5729 2 ) utm=0 stm=0 core=4 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7760670000-0x7760672000 stackSize=1021KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0042bbe8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run+208) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 0069c248 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback+164) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "Runtime worker thread 0" prio=5 tid=3 Native (still starting up)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb4000078c459fbe0
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6124 nice=0 cgrp=default sched=0/0 handle=0x7a245cc770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 47760 2917 2 ) utm=0 stm=0 core=6 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7a245bd000-0x7a245bf000 stackSize=61KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0042bbe8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run+208) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 0069c248 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback+164) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "Runtime worker thread 1" prio=5 tid=4 Native (still starting up)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb4000078c45a86f0
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6125 nice=0 cgrp=default sched=0/0 handle=0x7a24493770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 44063 0 2 ) utm=0 stm=0 core=4 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7a24484000-0x7a24486000 stackSize=61KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0042bbe8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run+208) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 0069c248 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback+164) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "Runtime worker thread 2" prio=5 tid=5 Native (still starting up)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb4000078c45aa2c0
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6126 nice=0 cgrp=default sched=0/0 handle=0x7a2441a770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 78698 4479 2 ) utm=0 stm=0 core=5 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7a2440b000-0x7a2440d000 stackSize=61KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0042bbe8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run+208) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 0069c248 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback+164) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "Runtime worker thread 3" prio=5 tid=6 Native (still starting up)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb4000078c45a6b20
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6127 nice=0 cgrp=default sched=0/0 handle=0x7a22dfb770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 59635 8594 3 ) utm=0 stm=0 core=4 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7a22dec000-0x7a22dee000 stackSize=61KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0042bbe8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run+208) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 0069c248 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback+164) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "Signal Catcher" prio=5 tid=7 WaitingInMainSignalCatcherLoop
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x12c80020 self=0xb4000078c45abe90
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6128 nice=0 cgrp=default sched=0/0 handle=0x775b669770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 74688 0 1 ) utm=0 stm=0 core=6 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x775b572000-0x775b574000 stackSize=989KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 000bb4a8 /apex/com.android.runtime/lib64/bionic/libc.so (__rt_sigtimedwait+8) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0006fd90 /apex/com.android.runtime/lib64/bionic/libc.so (sigwait64+88) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 00561fd8 /apex/com.android.art/lib64/libart.so (art::SignalCatcher::WaitForSignal+108) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 00561db0 /apex/com.android.art/lib64/libart.so (art::SignalCatcher::Run+236) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "perfetto_hprof_listener" prio=5 tid=8 Native (still starting up)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb4000078c45b1200
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6129 nice=0 cgrp=default sched=0/0 handle=0x775a4c6770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 84583 0 2 ) utm=0 stm=0 core=4 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x775a3cf000-0x775a3d1000 stackSize=989KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 000ba7a4 /apex/com.android.runtime/lib64/bionic/libc.so (read+4) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 00028614 /apex/com.android.art/lib64/libperfetto_hprof.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ArtPlugin_Initialize::$_7> >+316) (BuildId: 887162cd64e813211cc9f8f95aa79b6a)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0006a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+204) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 0005dcac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "HeapTaskDaemon" prio=5 tid=9 WaitingForTaskProcessor
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=1 ucsCount=0 flags=1 obj=0x12c02b88 self=0xb4000078c45af630
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6130 nice=0 cgrp=default sched=0/0 handle=0x77593c8770
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=S schedstat=( 57500 0 2 ) utm=0 stm=0 core=5 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x77592c5000-0x77592c7000 stackSize=1037KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes=
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0007f7dc /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 0042bcf8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+136) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 0036afac /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::RunAllTasks+752) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at dalvik.system.VMRuntime.runHeapTasks(Native method)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:726)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Daemons$Daemon.run(Daemons.java:131)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] at java.lang.Thread.run(Thread.java:1012)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] Aborting thread:
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] "main" prio=5 tid=1 Runnable
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | group="" sCount=0 ucsCount=0 flags=0 obj=0x12c01fb8 self=0xb4000078c45a17b0
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | sysTid=6120 nice=0 cgrp=default sched=0/0 handle=0x7a32edcd18
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | state=R schedstat=( 157223176 875312 43 ) utm=10 stm=4 core=7 HZ=100
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | stack=0x7fe52cb000-0x7fe52cd000 stackSize=8188KB
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] | held mutexes= "abort lock" "mutator lock"(shared held)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #00 pc 0059b2d4 /apex/com.android.art/lib64/libart.so (art::DumpNativeStack+108) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #01 pc 00904d80 /apex/com.android.art/lib64/libart.so (art::Thread::DumpStack const+240) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #02 pc 00904bf0 /apex/com.android.art/lib64/libart.so (art::Thread::DumpStack const+96) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #03 pc 008f4aac /apex/com.android.art/lib64/libart.so (art::AbortState::DumpThread const+56) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #04 pc 008eb214 /apex/com.android.art/lib64/libart.so (art::Runtime::Abort+804) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #05 pc 00017358 /apex/com.android.art/lib64/libbase.so (android::base::SetAborter::$_0::__invoke+80) (BuildId: b99b74f03d108d6d85240d1d0cc5efdf)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #06 pc 000168e0 /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage+356) (BuildId: b99b74f03d108d6d85240d1d0cc5efdf)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #07 pc 0038dff0 /apex/com.android.art/lib64/libart.so (art::ClassLinker::FindClass+9724) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #08 pc 0065dc68 /apex/com.android.art/lib64/libart.so (art::JNI<false>::FindClass+508) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #09 pc 000e86f0 /system/lib64/libandroid_runtime.so (jniRegisterNativeMethods+68) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #10 pc 000e8658 /system/lib64/libandroid_runtime.so (android::register_com_android_internal_os_RuntimeInit+68) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #11 pc 000ec9ec /system/lib64/libandroid_runtime.so (android::AndroidRuntime::startReg+64) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #12 pc 000ec6f4 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start+496) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #13 pc 00002580 /system/bin/app_process64 (main+1224) (BuildId: 80c1e8a71f7d006dba2c4f046503c8d6)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] native: #14 pc 00054658 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (no managed stack frames)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] Pending exception java.lang.ClassNotFoundException: com.topjohnwu.superuser.internal.RootServerMain
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708] (Throwable with empty stack trace)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:708]
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:716] No pending exception expected: java.lang.ClassNotFoundException: com.topjohnwu.superuser.internal.RootServerMain
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:716] (Throwable with empty stack trace)
10-02 22:47:00.172 6120 6120 F me.bmax.apatch:root:0: runtime.cc:716]
10-02 22:47:00.172 6120 6120 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6120 (main), pid 6120 (main)
10-02 22:47:00.197 6136 6136 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto
10-02 22:47:00.197 752 752 I tombstoned: received crash request for pid 6120
10-02 22:47:00.198 6136 6136 I crash_dump64: performing dump of process 6120 (target tid = 6120)
10-02 22:47:00.242 1104 5158 E sensors-hal: handle_sns_std_sensor_event:74, wise_light: lux 1407 ,period 12 ms, data c 20
10-02 22:47:00.255 0 0 I logd : logdr: UID=0 GID=0 PID=6136 n tail=500 logMask=8 pid=6120 start=0ns deadline=0ns
10-02 22:47:00.262 0 0 I logd : logdr: UID=0 GID=0 PID=6136 n tail=500 logMask=1 pid=6120 start=0ns deadline=0ns
10-02 22:47:00.285 6136 6136 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-02 22:47:00.286 6136 6136 F DEBUG : LineageOS Version: '21.0-20240927-NIGHTLY-hotdogb'
10-02 22:47:00.286 6136 6136 F DEBUG : Build fingerprint: 'OnePlus/OnePlus7T/OnePlus7T:12/SKQ1.211113.001/Q.202303230244:user/release-keys'
10-02 22:47:00.286 6136 6136 F DEBUG : Revision: '0'
10-02 22:47:00.286 6136 6136 F DEBUG : ABI: 'arm64'
10-02 22:47:00.286 6136 6136 F DEBUG : Timestamp: 2024-10-02 22:47:00.202855358-0500
10-02 22:47:00.286 6136 6136 F DEBUG : Process uptime: 1s
10-02 22:47:00.286 6136 6136 F DEBUG : Cmdline: me.bmax.apatch:root:0
10-02 22:47:00.286 6136 6136 F DEBUG : pid: 6120, tid: 6120, name: main >>> me.bmax.apatch:root:0 <<<
10-02 22:47:00.286 6136 6136 F DEBUG : uid: 0
10-02 22:47:00.286 6136 6136 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
10-02 22:47:00.286 6136 6136 F DEBUG : Abort message: 'No pending exception expected: java.lang.ClassNotFoundException: com.topjohnwu.superuser.internal.RootServerMain
10-02 22:47:00.286 6136 6136 F DEBUG : (Throwable with empty stack trace)'
10-02 22:47:00.286 6136 6136 F DEBUG : x0 0000000000000000 x1 00000000000017e8 x2 0000000000000006 x3 0000007fe5ac6e30
10-02 22:47:00.286 6136 6136 F DEBUG : x4 0000007a32d71000 x5 0000007a32d71000 x6 0000007a32d71000 x7 0000000000027228
10-02 22:47:00.286 6136 6136 F DEBUG : x8 00000000000000f0 x9 0000007a12045350 x10 ffffff80fffffbdf x11 0000000000000000
10-02 22:47:00.286 6136 6136 F DEBUG : x12 0000007fe5ac5bb0 x13 00000000000000c5 x14 0000007fe5ac5c60 x15 000047ad9bff8a90
10-02 22:47:00.286 6136 6136 F DEBUG : x16 0000007a120effd0 x17 0000007a120dc2c0 x18 0000007a31d6c000 x19 00000000000017e8
10-02 22:47:00.286 6136 6136 F DEBUG : x20 00000000000017e8 x21 00000000ffffffff x22 000000000000000d x23 0000007a32edd018
10-02 22:47:00.286 6136 6136 F DEBUG : x24 000000000000000d x25 0000007a31c00ac0 x26 00000077739ee000 x27 0000007a145bb3e1
10-02 22:47:00.286 6136 6136 F DEBUG : x28 0000007a31c00ac0 x29 0000007fe5ac6eb0
10-02 22:47:00.286 6136 6136 F DEBUG : lr 0000007a1207c9c8 sp 0000007fe5ac6e10 pc 0000007a1207c9f8 pst 0000000000000000
10-02 22:47:00.286 6136 6136 F DEBUG : 12 total frames
10-02 22:47:00.286 6136 6136 F DEBUG : backtrace:
10-02 22:47:00.286 6136 6136 F DEBUG : #00 pc 000000000005a9f8 /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
10-02 22:47:00.286 6136 6136 F DEBUG : #01 pc 00000000008eb144 /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+596) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.286 6136 6136 F DEBUG : #02 pc 0000000000017358 /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: b99b74f03d108d6d85240d1d0cc5efdf)
10-02 22:47:00.286 6136 6136 F DEBUG : #03 pc 00000000000168e0 /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: b99b74f03d108d6d85240d1d0cc5efdf)
10-02 22:47:00.286 6136 6136 F DEBUG : #04 pc 000000000038dff0 /apex/com.android.art/lib64/libart.so (art::ClassLinker::FindClass(art::Thread*, char const*, art::Handle<art::mirror::ClassLoader>)+9724) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.286 6136 6136 F DEBUG : #05 pc 000000000065dc68 /apex/com.android.art/lib64/libart.so (art::JNI<false>::FindClass(_JNIEnv*, char const*)+508) (BuildId: 17b48ce1e5107757549eaf8283d9f3b8)
10-02 22:47:00.286 6136 6136 F DEBUG : #06 pc 00000000000e86f0 /system/lib64/libandroid_runtime.so (jniRegisterNativeMethods(_JNIEnv*, char const*, JNINativeMethod const*, int)+68) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.286 6136 6136 F DEBUG : #07 pc 00000000000e8658 /system/lib64/libandroid_runtime.so (android::register_com_android_internal_os_RuntimeInit(_JNIEnv*)+68) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.286 6136 6136 F DEBUG : #08 pc 00000000000ec9ec /system/lib64/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+64) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.286 6136 6136 F DEBUG : #09 pc 00000000000ec6f4 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+496) (BuildId: d8da838449b818a52cb1bf97d0100d25)
10-02 22:47:00.286 6136 6136 F DEBUG : #10 pc 0000000000002580 /system/bin/app_process64 (main+1224) (BuildId: 80c1e8a71f7d006dba2c4f046503c8d6)
10-02 22:47:00.286 6136 6136 F DEBUG : #11 pc 0000000000054658 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: 784182d9f77bdb980082ea3eed5a2a4b)
Phone ended up having bad firmware on it. Model was actually an HD1907 (not HD1901 as it was reporting everywhere), and after modifying MSM to reflash Global things are in good order now.
I didn't realize this was the wrong repo.... oops.
Overview
Having issues getting APatch to run on latest LineageOS release for Oneplus 7T/hotdogb. To note, I was able to successfully install on:
Currently resorted back to Magisk which is working without fail on the 7T. This is a very strange issue to me since I had no issues whatsoever on the 6T, and it has the oldest kernel of all 3 devices...
Steps
fastboot boot apatch-boot.img
busybox unaccessible
adb logcat capture: