canyie / Riru-MomoHider

A Riru module trying to make Magisk more hidden.
686 stars 69 forks source link

[Fixed] Chrome not working #5

Closed Stillhard closed 3 years ago

Stillhard commented 3 years ago

OS: Nougat Xposed: Rovo's 89

Log:

2021-03-06 00:14:39.002 9909-9909/? E/Zygote: Failed open(/system/framework/XposedBridge.jar, 0) : No such file or directory
2021-03-06 00:14:39.045 9909-9909/? A/art: art/runtime/runtime.cc:404]   at com.android.internal.os.Zygote.nativeForkAndSpecialize [XposedOriginal](Native method)
2021-03-06 00:14:39.045 9909-9909/? A/art: art/runtime/runtime.cc:404]   at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative!(Native method)
2021-03-06 00:14:39.045 9909-9909/? A/art: art/runtime/runtime.cc:404]   at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:360)
2021-03-06 00:14:39.045 9909-9909/? A/art: art/runtime/runtime.cc:404]   at com.android.internal.os.Zygote.nativeForkAndSpecialize [XposedHooked](<Xposed>:-2)
2021-03-06 00:14:39.046 9909-9909/? A/art: art/runtime/runtime.cc:404]   at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
2021-03-06 00:14:39.046 9909-9909/? A/art: art/runtime/runtime.cc:404]   at com.android.internal.os.Zygote.nativeForkAndSpecialize [XposedOriginal](Native method)
2021-03-06 00:14:39.046 9909-9909/? A/art: art/runtime/runtime.cc:404]   at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative!(Native method)
2021-03-06 00:14:39.046 9909-9909/? A/art: art/runtime/runtime.cc:404]   at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:360)
2021-03-06 00:14:39.046 9909-9909/? A/art: art/runtime/runtime.cc:404]   at com.android.internal.os.Zygote.nativeForkAndSpecialize [XposedHooked](<Xposed>:-2)
2021-03-06 00:14:39.046 9909-9909/? A/art: art/runtime/runtime.cc:404]   at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
canyie commented 3 years ago

It seems XposedBridge.jar is unmounted in Chrome's isolated processes. For apps, we have to do this because we want to hide something for them. However, it is very difficult to distinguish whether an isolated process needs to be processed or not because it has random UIDs. A temporary solution is to modify the system directly to install the xposed framework, or to use other frameworks (such as Dreamland) that already handle this situation.

Stillhard commented 3 years ago

It seems XposedBridge.jar is unmounted in Chrome's isolated processes. For apps, we have to do this because we want to hide something for them. However, it is very difficult to distinguish whether an isolated process needs to be processed or not because it has random UIDs. A temporary solution is to modify the system directly to install the xposed framework, or to use other frameworks (such as Dreamland) that already handle this situation.

Ok, thank you for the explanation @canyie Edited: I can't use Dreamland right now with the problem i mentioned to you in TG. Perhaps you can help me fix the issue(s)

canyie commented 3 years ago

Hmmm... One way to make rovo89's xposed framework work is to modify isolatedmaiskhider's source code and skip it when unmount XposedBridge.jar.

Stillhard commented 3 years ago

Hmmm... One way to make rovo89's xposed framework work is to modify isolatedmaiskhider's source code and skip it when unmount XposedBridge.jar.

❤️❤️❤️

Stillhard commented 3 years ago

Have you manage to make the changes yet @canyie I'm looking forward to see your great work further

Stillhard commented 3 years ago

Hmmm... One way to make rovo89's xposed framework work is to modify isolatedmaiskhider's source code and skip it when unmount XposedBridge.jar.

Recent test with Android 10 + LSPosed v1.3.1 + Riru v23.9, same bug 😅

Stillhard commented 3 years ago

Here's the log: 03-11 04:32:32.386 7919 7919 F d.chrome_zygot: jni_internal.cc:814] JNI FatalError called: (zygote) Not whitelisted : /null 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] Runtime aborting... 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] Dumping all threads without mutator lock held 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] All threads: 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] DALVIK THREADS (1): 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] "main" prio=5 tid=1 Runnable 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] | group="" sCount=0 dsCount=0 flags=0 obj=0x71347f78 self=0xf063de00 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] | sysTid=7919 nice=0 cgrp=default sched=0/0 handle=0xf0c50dc0 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] | state=R schedstat=( 159949637 17211414 88 ) utm=9 stm=6 core=3 HZ=100 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] | stack=0xff016000-0xff018000 stackSize=8192KB 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] | held mutexes= "abort lock" "mutator lock"(shared held) 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #00 pc 002fe5d7 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+78) 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #01 pc 003b1c5f /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+386) 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #02 pc 003ae3ff /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34) 03-11 04:32:32.738 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #03 pc 003c7081 /apex/com.android.runtime/lib/libart.so (art::DumpCheckpoint::Run(art::Thread*)+580) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #04 pc 003c19bb /apex/com.android.runtime/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+298) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #05 pc 003c10cf /apex/com.android.runtime/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1410) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #06 pc 00376c6f /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1062) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #07 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #08 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #09 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #10 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #11 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #12 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #13 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #14 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:249) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteConnection.processOneCommand(ZygoteConnection.java:267) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:544) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ChildZygoteInit.runZygoteServer(ChildZygoteInit.java:125) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.AppZygoteInit.main(AppZygoteInit.java:117) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at java.lang.reflect.Method.invoke(Native method) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] Aborting thread: 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] "main" prio=5 tid=1 Native 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] | group="" sCount=0 dsCount=0 flags=0 obj=0x71347f78 self=0xf063de00 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] | sysTid=7919 nice=0 cgrp=default sched=0/0 handle=0xf0c50dc0 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] | state=R schedstat=( 206960619 23756727 105 ) utm=14 stm=6 core=1 HZ=100 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] | stack=0xff016000-0xff018000 stackSize=8192KB 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] | held mutexes= "abort lock" 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #00 pc 002fe5d7 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+78) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #01 pc 003b1c5f /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+386) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #02 pc 003ae3ff /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #03 pc 00383897 /apex/com.android.runtime/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, art::Thread*) const+30) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #04 pc 00376cc7 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1150) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #05 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #06 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #07 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #08 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #09 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #10 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #11 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #12 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #13 pc 00209eb3 /system/framework/arm/boot-framework.oat (art_jni_trampoline+346) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #14 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #15 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #16 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #17 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #18 pc 0020d595 /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+524) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #19 pc 00433ca9 /apex/com.android.runtime/lib/libart.so (MterpInvokeStaticRange+188) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #20 pc 000d2c94 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static_range+20) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #21 pc 003473ea /system/framework/framework.jar (com.android.internal.os.Zygote.forkAndSpecialize+58) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #22 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #23 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #24 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #25 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #26 pc 0077320d /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteConnection.processOneCommand+1812) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #27 pc 0077751f /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+1702) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #28 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #29 pc 00439d13 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub+250) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #30 pc 000dffbd /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+176) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #31 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #32 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #33 pc 0042ef01 /apex/com.android.runtime/lib/libart.so (MterpInvokeVirtual+556) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #34 pc 000d2814 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #35 pc 003372a0 /system/framework/framework.jar (com.android.internal.os.ChildZygoteInit.runZygoteServer+152) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #36 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #37 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #38 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #39 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #40 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #41 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #42 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #43 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #44 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #45 pc 0043147b /apex/com.android.runtime/lib/libart.so (MterpInvokeStatic+310) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #46 pc 000d2994 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #47 pc 00317f94 /system/framework/framework.jar (com.android.internal.os.AppZygoteInit.main+12) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #48 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #49 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #50 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #51 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #52 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #53 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #54 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #55 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #56 pc 00371e7f /apex/com.android.runtime/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+858) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #57 pc 0031ec87 /apex/com.android.runtime/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #58 pc 00084787 /system/framework/arm/boot.oat (art_jni_trampoline+110) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #59 pc 0076e6ff /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+110) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #60 pc 007748ff /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1742) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #61 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #62 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #63 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #64 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #65 pc 00370987 /apex/com.android.runtime/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #66 pc 002bd0cf /apex/com.android.runtime/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+462) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #67 pc 0007d63d /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #68 pc 0007fa91 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+492) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #69 pc 00002307 /system/bin/app_process32 (???) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #70 pc 00049f47 /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #71 pc 00002033 /system/bin/app_process32 (???) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] native: #72 pc 0000546e <anonymous:f0c48000> (???) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:249) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteConnection.processOneCommand(ZygoteConnection.java:267) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:544) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ChildZygoteInit.runZygoteServer(ChildZygoteInit.java:125) 03-11 04:32:32.739 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.AppZygoteInit.main(AppZygoteInit.java:117) 03-11 04:32:32.740 7919 7919 F d.chrome_zygot: runtime.cc:630] at java.lang.reflect.Method.invoke(Native method) 03-11 04:32:32.740 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-11 04:32:32.740 7919 7919 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 03-11 04:32:32.740 7919 7919 F d.chrome_zygot: runtime.cc:630] --------- beginning of crash 03-11 04:32:32.757 7919 7919 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 03-11 04:32:32.757 7919 7919 F DEBUG : Build fingerprint: 'xiaomi/mido/mido:7.0/NRD90M/V9.6.1.0.NCFMIFD:user/release-keys' 03-11 04:32:32.757 7919 7919 F DEBUG : Revision: '0' 03-11 04:32:32.757 7919 7919 F DEBUG : ABI: 'arm' 03-11 04:32:32.758 7919 7919 F DEBUG : Timestamp: 2021-03-11 04:32:32+0700 03-11 04:32:32.758 7919 7919 F DEBUG : pid: 7919, tid: 7919, name: d.chrome_zygote >>> com.android.chrome_zygote <<< 03-11 04:32:32.758 7919 7919 F DEBUG : uid: 10228 03-11 04:32:32.758 7919 7919 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 03-11 04:32:32.758 7919 7919 F DEBUG : Abort message: 'JNI FatalError called: (zygote) Not whitelisted : /null' 03-11 04:32:32.758 7919 7919 F DEBUG : r0 00000000 r1 00001eef r2 00000006 r3 ff811548 03-11 04:32:32.758 7919 7919 F DEBUG : r4 ff81155c r5 ff811540 r6 00001eef r7 0000016b 03-11 04:32:32.758 7919 7919 F DEBUG : r8 ff811558 r9 ff811548 r10 ff811578 r11 ff811568 03-11 04:32:32.758 7919 7919 F DEBUG : ip 00001eef sp ff811518 lr eec14b5b pc eec14b6e 03-11 04:32:33.168 7919 7919 F DEBUG : 03-11 04:32:33.168 7919 7919 F DEBUG : backtrace: 03-11 04:32:33.168 7919 7919 F DEBUG : NOTE: Function names and BuildId information is missing for some frames due 03-11 04:32:33.168 7919 7919 F DEBUG : NOTE: to unreadable libraries. For unwinds of apps, only shared libraries 03-11 04:32:33.168 7919 7919 F DEBUG : NOTE: found under the lib/ directory are readable. 03-11 04:32:33.168 7919 7919 F DEBUG : NOTE: On this device, run setenforce 0 to make the libraries readable. 03-11 04:32:33.168 7919 7919 F DEBUG : #00 pc 0004fb6e /apex/com.android.runtime/lib/bionic/libc.so (abort+166) (BuildId: 26c0ae9a0381810cbafc86278587fc0e) 03-11 04:32:33.168 7919 7919 F DEBUG : #01 pc 00376ed9 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1680) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #02 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) (BuildId: 908b22a995e4a2d27292bc0d68db4a52) 03-11 04:32:33.169 7919 7919 F DEBUG : #03 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #04 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.169 7919 7919 F DEBUG : #05 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.169 7919 7919 F DEBUG : #06 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.169 7919 7919 F DEBUG : #07 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.169 7919 7919 F DEBUG : #08 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.169 7919 7919 F DEBUG : #09 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.169 7919 7919 F DEBUG : #10 pc 00209eb3 /system/framework/arm/boot-framework.oat (art_jni_trampoline+346) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:33.169 7919 7919 F DEBUG : #11 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #12 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #13 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #14 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #15 pc 0020d595 /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+524) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #16 pc 00433ca9 /apex/com.android.runtime/lib/libart.so (MterpInvokeStaticRange+188) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.169 7919 7919 F DEBUG : #17 pc 000d2c94 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static_range+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #18 pc 003473ea /system/framework/framework.jar (com.android.internal.os.Zygote.forkAndSpecialize+58) 03-11 04:32:33.170 7919 7919 F DEBUG : #19 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #20 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #21 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #22 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #23 pc 0077320d /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteConnection.processOneCommand+1812) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:33.170 7919 7919 F DEBUG : #24 pc 0077751f /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+1702) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:33.170 7919 7919 F DEBUG : #25 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #26 pc 00439d13 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub+250) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #27 pc 000dffbd /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+176) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #28 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #29 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #30 pc 0042ef01 /apex/com.android.runtime/lib/libart.so (MterpInvokeVirtual+556) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #31 pc 000d2814 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #32 pc 003372a0 /system/framework/framework.jar (com.android.internal.os.ChildZygoteInit.runZygoteServer+152) 03-11 04:32:33.170 7919 7919 F DEBUG : #33 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #34 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #35 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #36 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #37 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.170 7919 7919 F DEBUG : #38 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #39 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #40 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #41 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #42 pc 0043147b /apex/com.android.runtime/lib/libart.so (MterpInvokeStatic+310) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #43 pc 000d2994 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #44 pc 00317f94 /system/framework/framework.jar (com.android.internal.os.AppZygoteInit.main+12) 03-11 04:32:33.171 7919 7919 F DEBUG : #45 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #46 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #47 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #48 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #49 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #50 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #51 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #52 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #53 pc 00371e7f /apex/com.android.runtime/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+858) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #54 pc 0031ec87 /apex/com.android.runtime/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #55 pc 00084787 /system/framework/arm/boot.oat (art_jni_trampoline+110) (BuildId: 26a5995aac294c6af47fcc155f4d96daf8821fd4) 03-11 04:32:33.171 7919 7919 F DEBUG : #56 pc 0076e6ff /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+110) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:33.171 7919 7919 F DEBUG : #57 pc 007748ff /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1742) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:33.171 7919 7919 F DEBUG : #58 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #59 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #60 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #61 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #62 pc 00370987 /apex/com.android.runtime/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #63 pc 002bd0cf /apex/com.android.runtime/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+462) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:33.171 7919 7919 F DEBUG : #64 pc 0007d63d /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.172 7919 7919 F DEBUG : #65 pc 0007fa91 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+492) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:33.172 7919 7919 F DEBUG : #66 pc 00002307 /system/bin/app_process32 03-11 04:32:33.172 7919 7919 F DEBUG : #67 pc 00049f47 /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) (BuildId: 26c0ae9a0381810cbafc86278587fc0e) 03-11 04:32:33.172 7919 7919 F DEBUG : #68 pc 00002033 /system/bin/app_process32 03-11 04:32:33.172 7919 7919 F DEBUG : #69 pc 0000546e <anonymous:f0c48000> 03-11 04:32:35.541 7981 7981 F d.chrome_zygot: jni_internal.cc:814] JNI FatalError called: (zygote) Not whitelisted : /null 03-11 04:32:35.844 7981 7981 F d.chrome_zygot: runtime.cc:630] Runtime aborting... 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] Dumping all threads without mutator lock held 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] All threads: 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] DALVIK THREADS (1): 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] "main" prio=5 tid=1 Runnable 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | group="" sCount=0 dsCount=0 flags=0 obj=0x71347f78 self=0xf063de00 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | sysTid=7981 nice=0 cgrp=default sched=0/0 handle=0xf0c50dc0 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | state=R schedstat=( 153634527 39845882 85 ) utm=8 stm=7 core=2 HZ=100 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | stack=0xff016000-0xff018000 stackSize=8192KB 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | held mutexes= "abort lock" "mutator lock"(shared held) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #00 pc 002fe5d7 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+78) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #01 pc 003b1c5f /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+386) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #02 pc 003ae3ff /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #03 pc 003c7081 /apex/com.android.runtime/lib/libart.so (art::DumpCheckpoint::Run(art::Thread*)+580) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #04 pc 003c19bb /apex/com.android.runtime/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+298) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #05 pc 003c10cf /apex/com.android.runtime/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1410) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #06 pc 00376c6f /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1062) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #07 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #08 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #09 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #10 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #11 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #12 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #13 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #14 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:249) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteConnection.processOneCommand(ZygoteConnection.java:267) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:544) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ChildZygoteInit.runZygoteServer(ChildZygoteInit.java:125) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.AppZygoteInit.main(AppZygoteInit.java:117) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at java.lang.reflect.Method.invoke(Native method) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] Aborting thread: 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] "main" prio=5 tid=1 Native 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | group="" sCount=0 dsCount=0 flags=0 obj=0x71347f78 self=0xf063de00 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | sysTid=7981 nice=0 cgrp=default sched=0/0 handle=0xf0c50dc0 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | state=R schedstat=( 193169266 39902549 86 ) utm=12 stm=7 core=2 HZ=100 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | stack=0xff016000-0xff018000 stackSize=8192KB 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] | held mutexes= "abort lock" 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #00 pc 002fe5d7 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+78) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #01 pc 003b1c5f /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+386) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #02 pc 003ae3ff /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #03 pc 00383897 /apex/com.android.runtime/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, art::Thread*) const+30) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #04 pc 00376cc7 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1150) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #05 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #06 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #07 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #08 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #09 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #10 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #11 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #12 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #13 pc 00209eb3 /system/framework/arm/boot-framework.oat (art_jni_trampoline+346) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #14 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #15 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #16 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #17 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #18 pc 0020d595 /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+524) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #19 pc 00433ca9 /apex/com.android.runtime/lib/libart.so (MterpInvokeStaticRange+188) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #20 pc 000d2c94 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static_range+20) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #21 pc 003473ea /system/framework/framework.jar (com.android.internal.os.Zygote.forkAndSpecialize+58) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #22 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #23 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #24 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #25 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #26 pc 0077320d /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteConnection.processOneCommand+1812) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #27 pc 0077751f /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+1702) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #28 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #29 pc 00439d13 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub+250) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #30 pc 000dffbd /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+176) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #31 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #32 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #33 pc 0042ef01 /apex/com.android.runtime/lib/libart.so (MterpInvokeVirtual+556) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #34 pc 000d2814 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #35 pc 003372a0 /system/framework/framework.jar (com.android.internal.os.ChildZygoteInit.runZygoteServer+152) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #36 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #37 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #38 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #39 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #40 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #41 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #42 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #43 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #44 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #45 pc 0043147b /apex/com.android.runtime/lib/libart.so (MterpInvokeStatic+310) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #46 pc 000d2994 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #47 pc 00317f94 /system/framework/framework.jar (com.android.internal.os.AppZygoteInit.main+12) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #48 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #49 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #50 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #51 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #52 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #53 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #54 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #55 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #56 pc 00371e7f /apex/com.android.runtime/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+858) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #57 pc 0031ec87 /apex/com.android.runtime/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #58 pc 00084787 /system/framework/arm/boot.oat (art_jni_trampoline+110) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #59 pc 0076e6ff /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+110) 03-11 04:32:35.845 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #60 pc 007748ff /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1742) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #61 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #62 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #63 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #64 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #65 pc 00370987 /apex/com.android.runtime/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #66 pc 002bd0cf /apex/com.android.runtime/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+462) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #67 pc 0007d63d /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #68 pc 0007fa91 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+492) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #69 pc 00002307 /system/bin/app_process32 (???) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #70 pc 00049f47 /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #71 pc 00002033 /system/bin/app_process32 (???) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] native: #72 pc 0000546e <anonymous:f0c48000> (???) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:249) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteConnection.processOneCommand(ZygoteConnection.java:267) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:544) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ChildZygoteInit.runZygoteServer(ChildZygoteInit.java:125) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.AppZygoteInit.main(AppZygoteInit.java:117) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at java.lang.reflect.Method.invoke(Native method) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 03-11 04:32:35.846 7981 7981 F d.chrome_zygot: runtime.cc:630] 03-11 04:32:35.858 7981 7981 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 03-11 04:32:35.858 7981 7981 F DEBUG : Build fingerprint: 'xiaomi/mido/mido:7.0/NRD90M/V9.6.1.0.NCFMIFD:user/release-keys' 03-11 04:32:35.858 7981 7981 F DEBUG : Revision: '0' 03-11 04:32:35.858 7981 7981 F DEBUG : ABI: 'arm' 03-11 04:32:35.859 7981 7981 F DEBUG : Timestamp: 2021-03-11 04:32:35+0700 03-11 04:32:35.859 7981 7981 F DEBUG : pid: 7981, tid: 7981, name: d.chrome_zygote >>> com.android.chrome_zygote <<< 03-11 04:32:35.859 7981 7981 F DEBUG : uid: 10228 03-11 04:32:35.859 7981 7981 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 03-11 04:32:35.859 7981 7981 F DEBUG : Abort message: 'JNI FatalError called: (zygote) Not whitelisted : /null' 03-11 04:32:35.859 7981 7981 F DEBUG : r0 00000000 r1 00001f2d r2 00000006 r3 ff811548 03-11 04:32:35.859 7981 7981 F DEBUG : r4 ff81155c r5 ff811540 r6 00001f2d r7 0000016b 03-11 04:32:35.859 7981 7981 F DEBUG : r8 ff811558 r9 ff811548 r10 ff811578 r11 ff811568 03-11 04:32:35.859 7981 7981 F DEBUG : ip 00001f2d sp ff811518 lr eec14b5b pc eec14b6e 03-11 04:32:36.194 7981 7981 F DEBUG : 03-11 04:32:36.194 7981 7981 F DEBUG : backtrace: 03-11 04:32:36.194 7981 7981 F DEBUG : NOTE: Function names and BuildId information is missing for some frames due 03-11 04:32:36.194 7981 7981 F DEBUG : NOTE: to unreadable libraries. For unwinds of apps, only shared libraries 03-11 04:32:36.194 7981 7981 F DEBUG : NOTE: found under the lib/ directory are readable. 03-11 04:32:36.194 7981 7981 F DEBUG : NOTE: On this device, run setenforce 0 to make the libraries readable. 03-11 04:32:36.194 7981 7981 F DEBUG : #00 pc 0004fb6e /apex/com.android.runtime/lib/bionic/libc.so (abort+166) (BuildId: 26c0ae9a0381810cbafc86278587fc0e) 03-11 04:32:36.194 7981 7981 F DEBUG : #01 pc 00376ed9 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1680) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.194 7981 7981 F DEBUG : #02 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) (BuildId: 908b22a995e4a2d27292bc0d68db4a52) 03-11 04:32:36.194 7981 7981 F DEBUG : #03 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #04 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.195 7981 7981 F DEBUG : #05 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.195 7981 7981 F DEBUG : #06 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.195 7981 7981 F DEBUG : #07 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.195 7981 7981 F DEBUG : #08 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.195 7981 7981 F DEBUG : #09 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.195 7981 7981 F DEBUG : #10 pc 00209eb3 /system/framework/arm/boot-framework.oat (art_jni_trampoline+346) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:36.195 7981 7981 F DEBUG : #11 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #12 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #13 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #14 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #15 pc 0020d595 /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+524) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #16 pc 00433ca9 /apex/com.android.runtime/lib/libart.so (MterpInvokeStaticRange+188) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.195 7981 7981 F DEBUG : #17 pc 000d2c94 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static_range+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #18 pc 003473ea /system/framework/framework.jar (com.android.internal.os.Zygote.forkAndSpecialize+58) 03-11 04:32:36.196 7981 7981 F DEBUG : #19 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #20 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #21 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #22 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #23 pc 0077320d /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteConnection.processOneCommand+1812) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:36.196 7981 7981 F DEBUG : #24 pc 0077751f /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+1702) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:36.196 7981 7981 F DEBUG : #25 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #26 pc 00439d13 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub+250) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #27 pc 000dffbd /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+176) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #28 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #29 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #30 pc 0042ef01 /apex/com.android.runtime/lib/libart.so (MterpInvokeVirtual+556) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #31 pc 000d2814 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #32 pc 003372a0 /system/framework/framework.jar (com.android.internal.os.ChildZygoteInit.runZygoteServer+152) 03-11 04:32:36.196 7981 7981 F DEBUG : #33 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #34 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #35 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #36 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #37 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.196 7981 7981 F DEBUG : #38 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #39 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #40 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #41 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #42 pc 0043147b /apex/com.android.runtime/lib/libart.so (MterpInvokeStatic+310) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #43 pc 000d2994 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #44 pc 00317f94 /system/framework/framework.jar (com.android.internal.os.AppZygoteInit.main+12) 03-11 04:32:36.197 7981 7981 F DEBUG : #45 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #46 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #47 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #48 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #49 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #50 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #51 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #52 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #53 pc 00371e7f /apex/com.android.runtime/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+858) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #54 pc 0031ec87 /apex/com.android.runtime/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #55 pc 00084787 /system/framework/arm/boot.oat (art_jni_trampoline+110) (BuildId: 26a5995aac294c6af47fcc155f4d96daf8821fd4) 03-11 04:32:36.197 7981 7981 F DEBUG : #56 pc 0076e6ff /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+110) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:36.197 7981 7981 F DEBUG : #57 pc 007748ff /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1742) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:36.197 7981 7981 F DEBUG : #58 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #59 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #60 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.197 7981 7981 F DEBUG : #61 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.198 7981 7981 F DEBUG : #62 pc 00370987 /apex/com.android.runtime/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.198 7981 7981 F DEBUG : #63 pc 002bd0cf /apex/com.android.runtime/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+462) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:36.198 7981 7981 F DEBUG : #64 pc 0007d63d /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.198 7981 7981 F DEBUG : #65 pc 0007fa91 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+492) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:36.198 7981 7981 F DEBUG : #66 pc 00002307 /system/bin/app_process32 03-11 04:32:36.198 7981 7981 F DEBUG : #67 pc 00049f47 /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) (BuildId: 26c0ae9a0381810cbafc86278587fc0e) 03-11 04:32:36.198 7981 7981 F DEBUG : #68 pc 00002033 /system/bin/app_process32 03-11 04:32:36.198 7981 7981 F DEBUG : #69 pc 0000546e <anonymous:f0c48000> 03-11 04:32:38.506 8000 8000 F d.chrome_zygot: jni_internal.cc:814] JNI FatalError called: (zygote) Not whitelisted : /null 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] Runtime aborting... 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] Dumping all threads without mutator lock held 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] All threads: 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] DALVIK THREADS (1): 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] "main" prio=5 tid=1 Runnable 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] | group="" sCount=0 dsCount=0 flags=0 obj=0x71347f78 self=0xf063de00 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] | sysTid=8000 nice=0 cgrp=default sched=0/0 handle=0xf0c50dc0 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] | state=R schedstat=( 143272243 14121875 61 ) utm=7 stm=7 core=2 HZ=100 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] | stack=0xff016000-0xff018000 stackSize=8192KB 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] | held mutexes= "abort lock" "mutator lock"(shared held) 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #00 pc 002fe5d7 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+78) 03-11 04:32:38.792 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #01 pc 003b1c5f /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+386) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #02 pc 003ae3ff /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #03 pc 003c7081 /apex/com.android.runtime/lib/libart.so (art::DumpCheckpoint::Run(art::Thread*)+580) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #04 pc 003c19bb /apex/com.android.runtime/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+298) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #05 pc 003c10cf /apex/com.android.runtime/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1410) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #06 pc 00376c6f /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1062) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #07 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #08 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #09 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #10 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #11 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #12 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #13 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #14 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:249) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteConnection.processOneCommand(ZygoteConnection.java:267) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:544) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ChildZygoteInit.runZygoteServer(ChildZygoteInit.java:125) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.AppZygoteInit.main(AppZygoteInit.java:117) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at java.lang.reflect.Method.invoke(Native method) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] Aborting thread: 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] "main" prio=5 tid=1 Native 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] | group="" sCount=0 dsCount=0 flags=0 obj=0x71347f78 self=0xf063de00 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] | sysTid=8000 nice=0 cgrp=default sched=0/0 handle=0xf0c50dc0 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] | state=R schedstat=( 182804016 14209531 62 ) utm=10 stm=8 core=2 HZ=100 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] | stack=0xff016000-0xff018000 stackSize=8192KB 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] | held mutexes= "abort lock" 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #00 pc 002fe5d7 /apex/com.android.runtime/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+78) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #01 pc 003b1c5f /apex/com.android.runtime/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+386) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #02 pc 003ae3ff /apex/com.android.runtime/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #03 pc 00383897 /apex/com.android.runtime/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, art::Thread*) const+30) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #04 pc 00376cc7 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1150) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #05 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #06 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #07 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #08 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #09 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #10 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #11 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #12 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #13 pc 00209eb3 /system/framework/arm/boot-framework.oat (art_jni_trampoline+346) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #14 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #15 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #16 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #17 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #18 pc 0020d595 /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+524) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #19 pc 00433ca9 /apex/com.android.runtime/lib/libart.so (MterpInvokeStaticRange+188) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #20 pc 000d2c94 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static_range+20) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #21 pc 003473ea /system/framework/framework.jar (com.android.internal.os.Zygote.forkAndSpecialize+58) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #22 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #23 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #24 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #25 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #26 pc 0077320d /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteConnection.processOneCommand+1812) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #27 pc 0077751f /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+1702) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #28 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #29 pc 00439d13 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub+250) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #30 pc 000dffbd /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+176) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #31 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #32 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #33 pc 0042ef01 /apex/com.android.runtime/lib/libart.so (MterpInvokeVirtual+556) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #34 pc 000d2814 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #35 pc 003372a0 /system/framework/framework.jar (com.android.internal.os.ChildZygoteInit.runZygoteServer+152) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #36 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #37 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #38 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #39 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #40 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #41 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #42 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #43 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #44 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #45 pc 0043147b /apex/com.android.runtime/lib/libart.so (MterpInvokeStatic+310) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #46 pc 000d2994 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #47 pc 00317f94 /system/framework/framework.jar (com.android.internal.os.AppZygoteInit.main+12) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #48 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #49 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #50 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #51 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #52 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #53 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #54 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #55 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #56 pc 00371e7f /apex/com.android.runtime/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+858) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #57 pc 0031ec87 /apex/com.android.runtime/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #58 pc 00084787 /system/framework/arm/boot.oat (art_jni_trampoline+110) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #59 pc 0076e6ff /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+110) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #60 pc 007748ff /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1742) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #61 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #62 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #63 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #64 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #65 pc 00370987 /apex/com.android.runtime/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #66 pc 002bd0cf /apex/com.android.runtime/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+462) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #67 pc 0007d63d /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #68 pc 0007fa91 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+492) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #69 pc 00002307 /system/bin/app_process32 (???) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #70 pc 00049f47 /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #71 pc 00002033 /system/bin/app_process32 (???) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] native: #72 pc 0000546e <anonymous:f0c48000> (???) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:249) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteConnection.processOneCommand(ZygoteConnection.java:267) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:544) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ChildZygoteInit.runZygoteServer(ChildZygoteInit.java:125) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.AppZygoteInit.main(AppZygoteInit.java:117) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at java.lang.reflect.Method.invoke(Native method) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 03-11 04:32:38.793 8000 8000 F d.chrome_zygot: runtime.cc:630] 03-11 04:32:38.806 8000 8000 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 03-11 04:32:38.806 8000 8000 F DEBUG : Build fingerprint: 'xiaomi/mido/mido:7.0/NRD90M/V9.6.1.0.NCFMIFD:user/release-keys' 03-11 04:32:38.806 8000 8000 F DEBUG : Revision: '0' 03-11 04:32:38.806 8000 8000 F DEBUG : ABI: 'arm' 03-11 04:32:38.807 8000 8000 F DEBUG : Timestamp: 2021-03-11 04:32:38+0700 03-11 04:32:38.807 8000 8000 F DEBUG : pid: 8000, tid: 8000, name: d.chrome_zygote >>> com.android.chrome_zygote <<< 03-11 04:32:38.807 8000 8000 F DEBUG : uid: 10228 03-11 04:32:38.807 8000 8000 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 03-11 04:32:38.807 8000 8000 F DEBUG : Abort message: 'JNI FatalError called: (zygote) Not whitelisted : /null' 03-11 04:32:38.807 8000 8000 F DEBUG : r0 00000000 r1 00001f40 r2 00000006 r3 ff811548 03-11 04:32:38.807 8000 8000 F DEBUG : r4 ff81155c r5 ff811540 r6 00001f40 r7 0000016b 03-11 04:32:38.807 8000 8000 F DEBUG : r8 ff811558 r9 ff811548 r10 ff811578 r11 ff811568 03-11 04:32:38.807 8000 8000 F DEBUG : ip 00001f40 sp ff811518 lr eec14b5b pc eec14b6e 03-11 04:32:39.144 8000 8000 F DEBUG : 03-11 04:32:39.144 8000 8000 F DEBUG : backtrace: 03-11 04:32:39.144 8000 8000 F DEBUG : NOTE: Function names and BuildId information is missing for some frames due 03-11 04:32:39.144 8000 8000 F DEBUG : NOTE: to unreadable libraries. For unwinds of apps, only shared libraries 03-11 04:32:39.144 8000 8000 F DEBUG : NOTE: found under the lib/ directory are readable. 03-11 04:32:39.144 8000 8000 F DEBUG : NOTE: On this device, run setenforce 0 to make the libraries readable. 03-11 04:32:39.144 8000 8000 F DEBUG : #00 pc 0004fb6e /apex/com.android.runtime/lib/bionic/libc.so (abort+166) (BuildId: 26c0ae9a0381810cbafc86278587fc0e) 03-11 04:32:39.144 8000 8000 F DEBUG : #01 pc 00376ed9 /apex/com.android.runtime/lib/libart.so (art::Runtime::Abort(char const*)+1680) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.144 8000 8000 F DEBUG : #02 pc 0000856f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+406) (BuildId: 908b22a995e4a2d27292bc0d68db4a52) 03-11 04:32:39.144 8000 8000 F DEBUG : #03 pc 00292483 /apex/com.android.runtime/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+118) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.144 8000 8000 F DEBUG : #04 pc 00123ccd /system/lib/libandroid_runtime.so ((anonymous namespace)::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)+84) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.144 8000 8000 F DEBUG : #05 pc 00127a5f /system/lib/libandroid_runtime.so (FileDescriptorInfo::CreateFromFd(int, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+734) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.144 8000 8000 F DEBUG : #06 pc 001287af /system/lib/libandroid_runtime.so (FileDescriptorTable::RestatInternal(std::__1::set<int, std::__1::less<int>, std::__1::allocator<int>>&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+154) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.144 8000 8000 F DEBUG : #07 pc 001286dd /system/lib/libandroid_runtime.so (FileDescriptorTable::Restat(std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)> const&)+396) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.144 8000 8000 F DEBUG : #08 pc 0012414f /system/lib/libandroid_runtime.so ((anonymous namespace)::ForkCommon(_JNIEnv*, bool, std::__1::vector<int, std::__1::allocator<int>> const&, std::__1::vector<int, std::__1::allocator<int>> const&, bool)+266) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.144 8000 8000 F DEBUG : #09 pc 001229c7 /system/lib/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeForkAndSpecialize(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, _jintArray*, _jintArray*, unsigned char, _jstring*, _jstring*, unsigned char)+418) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.144 8000 8000 F DEBUG : #10 pc 00209eb3 /system/framework/arm/boot-framework.oat (art_jni_trampoline+346) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:39.144 8000 8000 F DEBUG : #11 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.144 8000 8000 F DEBUG : #12 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.144 8000 8000 F DEBUG : #13 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.144 8000 8000 F DEBUG : #14 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #15 pc 0020d595 /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+524) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #16 pc 00433ca9 /apex/com.android.runtime/lib/libart.so (MterpInvokeStaticRange+188) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #17 pc 000d2c94 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static_range+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #18 pc 003473ea /system/framework/framework.jar (com.android.internal.os.Zygote.forkAndSpecialize+58) 03-11 04:32:39.145 8000 8000 F DEBUG : #19 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #20 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #21 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #22 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #23 pc 0077320d /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteConnection.processOneCommand+1812) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:39.145 8000 8000 F DEBUG : #24 pc 0077751f /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+1702) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:39.145 8000 8000 F DEBUG : #25 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #26 pc 00439d13 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub+250) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #27 pc 000dffbd /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+176) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #28 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #29 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #30 pc 0042ef01 /apex/com.android.runtime/lib/libart.so (MterpInvokeVirtual+556) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #31 pc 000d2814 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #32 pc 003372a0 /system/framework/framework.jar (com.android.internal.os.ChildZygoteInit.runZygoteServer+152) 03-11 04:32:39.145 8000 8000 F DEBUG : #33 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #34 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #35 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #36 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.145 8000 8000 F DEBUG : #37 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #38 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #39 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #40 pc 00210f01 /apex/com.android.runtime/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+280) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #41 pc 0020c8cb /apex/com.android.runtime/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+794) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #42 pc 0043147b /apex/com.android.runtime/lib/libart.so (MterpInvokeStatic+310) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #43 pc 000d2994 /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #44 pc 00317f94 /system/framework/framework.jar (com.android.internal.os.AppZygoteInit.main+12) 03-11 04:32:39.146 8000 8000 F DEBUG : #45 pc 001ec723 /apex/com.android.runtime/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5376036853531040724+170) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #46 pc 001f0ee1 /apex/com.android.runtime/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+124) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #47 pc 004236b5 /apex/com.android.runtime/lib/libart.so (artQuickToInterpreterBridge+804) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #48 pc 000dc5a1 /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #49 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #50 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #51 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #52 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #53 pc 00371e7f /apex/com.android.runtime/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+858) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #54 pc 0031ec87 /apex/com.android.runtime/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #55 pc 00084787 /system/framework/arm/boot.oat (art_jni_trampoline+110) (BuildId: 26a5995aac294c6af47fcc155f4d96daf8821fd4) 03-11 04:32:39.146 8000 8000 F DEBUG : #56 pc 0076e6ff /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+110) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:39.146 8000 8000 F DEBUG : #57 pc 007748ff /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1742) (BuildId: 08eaa0438d3248dcab8e36a9a8f054046ee0d8d2) 03-11 04:32:39.146 8000 8000 F DEBUG : #58 pc 000d7bc5 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #59 pc 00439e27 /apex/com.android.runtime/lib/libart.so (art_quick_invoke_static_stub+246) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.146 8000 8000 F DEBUG : #60 pc 000dffd1 /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+196) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.147 8000 8000 F DEBUG : #61 pc 00370b57 /apex/com.android.runtime/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.147 8000 8000 F DEBUG : #62 pc 00370987 /apex/com.android.runtime/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.147 8000 8000 F DEBUG : #63 pc 002bd0cf /apex/com.android.runtime/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+462) (BuildId: 39cf8385cb3c5a6abd2f84bd34b50655) 03-11 04:32:39.147 8000 8000 F DEBUG : #64 pc 0007d63d /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.147 8000 8000 F DEBUG : #65 pc 0007fa91 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+492) (BuildId: 39b5a89e93d4b4701e6d06e0ca84c8fb) 03-11 04:32:39.147 8000 8000 F DEBUG : #66 pc 00002307 /system/bin/app_process32 03-11 04:32:39.147 8000 8000 F DEBUG : #67 pc 00049f47 /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) (BuildId: 26c0ae9a0381810cbafc86278587fc0e) 03-11 04:32:39.147 8000 8000 F DEBUG : #68 pc 00002033 /system/bin/app_process32 03-11 04:32:39.147 8000 8000 F DEBUG : #69 pc 0000546e <anonymous:f0c48000> 03-11 04:32:41.873 657 657 I LSPosed : skip injecting into com.android.chrome:sandboxed_process1:org.chromium.content.app.SandboxedProcessService1:0 because it's isolated 03-11 04:32:45.018 657 657 I LSPosed : skip injecting into com.android.chrome:sandboxed_process1:org.chromium.content.app.SandboxedProcessService1:1 because it's isolated 03-11 04:32:47.914 657 657 I LSPosed : skip injecting into com.android.chrome:sandboxed_process1:org.chromium.content.app.SandboxedProcessService1:2 because it's isolated 03-11 04:33:27.920 657 657 I LSPosed : skip injecting into com.android.chrome:sandboxed_process1:org.chromium.content.app.SandboxedProcessService1:3 because it's isolated

canyie commented 3 years ago

Try the latest commit

Stillhard commented 3 years ago

Try the latest commit

will do, wait for the result

Stillhard commented 3 years ago

Here you go, the results!

Android 7 & 10 Riru v24.1.0 Magisk Latest Canary

Smooth!!! Chrome: passed init.rc: passed i guess (with Test results: Need to restart to complete detection)

But i have this log left: 2021-03-13 16:25:21.779 305-305/? I/IsolatedMagiskHider: Changed mount mode from MOUNT_EXTERNAL_NONE to MOUNT_EXTERNAL_DEFAULT 2021-03-13 16:25:21.801 4725-4725/? I/IsolatedMagiskHider: Created isolated process or app zygote 4725, starting magisk hide... 2021-03-13 16:25:22.199 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/xbin) 2021-03-13 16:25:22.239 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/usr/share/zoneinfo) 2021-03-13 16:25:22.278 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/media/audio/ui) 2021-03-13 16:25:22.360 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/lib64) 2021-03-13 16:25:22.433 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/lib) 2021-03-13 16:25:22.490 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/framework) 2021-03-13 16:25:22.530 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/etc/permissions) 2021-03-13 16:25:22.590 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/bin) 2021-03-13 16:25:22.595 4725-4725/? E/IsolatedMagiskHider: hide_policy: can't unmount /sbin/.magisk/modules/safetynet-fix: Invalid argument 2021-03-13 16:25:22.638 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/sbin/.magisk/modules) 2021-03-13 16:25:22.728 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/sbin/.magisk/mirror/data) 2021-03-13 16:25:22.798 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/sbin/.magisk/mirror/system) 2021-03-13 16:25:22.889 4725-4725/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/etc/mkshrc) 2021-03-13 16:25:22.889 4725-4725/? I/IsolatedMagiskHider: Unmounted magisk file system.

This line: 2021-03-13 16:25:22.595 4725-4725/? E/IsolatedMagiskHider: hide_policy: can't unmount /sbin/.magisk/modules/safetynet-fix: Invalid argument

if i remove the corresponding module and reboot, the line will content another module's name.

ex: 2021-03-13 16:30:11.014 307-307/? I/IsolatedMagiskHider: Changed mount mode from MOUNT_EXTERNAL_NONE to MOUNT_EXTERNAL_DEFAULT 2021-03-13 16:30:11.056 3929-3929/? I/IsolatedMagiskHider: Created isolated process or app zygote 3929, starting magisk hide... 2021-03-13 16:30:11.154 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/xbin) 2021-03-13 16:30:11.194 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/usr/share/zoneinfo) 2021-03-13 16:30:11.254 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/media/audio/ui) 2021-03-13 16:30:11.315 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/lib64) 2021-03-13 16:30:11.376 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/lib) 2021-03-13 16:30:11.415 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/framework) 2021-03-13 16:30:11.495 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/etc/permissions) 2021-03-13 16:30:11.606 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/bin) 2021-03-13 16:30:11.606 3929-3929/? E/IsolatedMagiskHider: hide_policy: can't unmount /sbin/.magisk/modules/disable-mdnsd: Invalid argument 2021-03-13 16:30:11.685 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/sbin/.magisk/modules) 2021-03-13 16:30:11.774 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/sbin/.magisk/mirror/data) 2021-03-13 16:30:11.854 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/sbin/.magisk/mirror/system) 2021-03-13 16:30:11.894 3929-3929/? D/IsolatedMagiskHider: hide_policy: Unmounted (/system/etc/mkshrc) 2021-03-13 16:30:11.894 3929-3929/? I/IsolatedMagiskHider: Unmounted magisk file system.

Here: 2021-03-13 16:30:11.606 3929-3929/? E/IsolatedMagiskHider: hide_policy: can't unmount /sbin/.magisk/modules/disable-mdnsd: Invalid argument

Nicely done m8 👍🏼

Stillhard commented 3 years ago

Almost forgot:

2021-03-13 16:48:57.596 307-307/? D/AndroidRuntime: >>>>>> START de.robv.android.xposed.XposedBridge uid 0 <<<<<<
2021-03-13 16:48:58.862 307-307/? I/Riru: Magisk tmpfs path is /sbin
2021-03-13 16:48:58.866 307-307/? I/Riru: Magisk tmpfs path is /sbin
2021-03-13 16:48:58.886 307-307/? I/Riru: module loaded: isolatedmagiskhider (api 9)
2021-03-13 16:48:58.886 307-307/? V/Riru: isolatedmagiskhider: onModuleLoaded
2021-03-13 16:48:58.886 307-307/? I/IsolatedMagiskHider: Magisk temp path is /sbin/.magisk/modules/disable-mdnsd
2021-03-13 16:48:58.886 307-307/? I/IsolatedMagiskHider: Registering fork monitor

perhaps this line is the problem:

2021-03-13 16:48:58.886 307-307/? I/IsolatedMagiskHider: Magisk temp path is /sbin/.magisk/modules/disable-mdnsd

canyie commented 3 years ago

Run these commands and tell me the output:

cat /data/misc/isolatedmagiskhider/magisk_tmp
magisk --path
Stillhard commented 3 years ago
cat /data/misc/isolatedmagiskhider/magisk_tmp
magisk --path

root@android:(unreachable) # cat /data/misc/isolatedmagiskhider/magisk_tmp /sbinroot@android:(unreachable) # magisk --path /sbin root@android:(unreachable) #

canyie commented 3 years ago

Should be fixed in a909331c5e363796d11c274af28c7e68499c3764 , please try again

Stillhard commented 3 years ago

Should be fixed in a909331 , please try again

Confirmed! Thx m8, gr8t work