<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:p="urn:schemas-microsoft-com:office:powerpoint" xmlns:a="urn:schemas-microsoft-com:office:access" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" xmlns:b="urn:schemas-microsoft-com:office:publisher" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:odc="urn:schemas-microsoft-com:office:odc" xmlns:oa="urn:schemas-microsoft-com:office:activation" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:q="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc="http://microsoft.com/officenet/conferencing" xmlns:D="DAV:" xmlns:Repl="http://schemas.microsoft.com/repl/" xmlns:mt="http://schemas.microsoft.com/sharepoint/soap/meetings/" xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ppda="http://www.passport.com/NameSpace.xsd" xmlns:ois="http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir="http://schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" xmlns:udc="http://schemas.microsoft.com/data/udc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sub="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/" xmlns:ec="http://www.w3.org/2001/04/xmlenc#" xmlns:sp="http://schemas.microsoft.com/sharepoint/" xmlns:sps="http://schemas.microsoft.com/sharepoint/soap/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:udcs="http://schemas.microsoft.com/data/udc/soap" xmlns:udcxf="http://schemas.microsoft.com/data/udc/xmlfile" xmlns:udcp2p="http://schemas.microsoft.com/data/udc/parttopart" xmlns:wf="http://schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:dsss="http://schemas.microsoft.com/office/2006/digsig-setup" xmlns:dssi="http://schemas.microsoft.com/office/2006/digsig" xmlns:mdssi="http://schemas.openxmlformats.org/package/2006/digital-signature" xmlns:mver="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:mrels="http://schemas.openxmlformats.org/package/2006/relationships" xmlns:spwp="http://microsoft.com/sharepoint/webpartpages" xmlns:ex12t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:ex12m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:pptsl="http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/" xmlns:spsl="http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService" xmlns:Z="urn:schemas-microsoft-com:" xmlns:st="" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:ËÎÌå;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@ËÎÌå";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:ËÎÌå;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
 /* Page Definitions */
 @page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>
<body lang="ZH-CN" link="blue" vlink="purple" style="text-justify-trim:punctuation">
<div class="Section1">
<p style="background:white"><span lang="EN-US" style="font-family:"Calibri","sans-serif";
color:#17365D">Hello,<br>
I try to debug apitrace in android java app.<br>
Refer to Android.markdown, I do the following steps:<br>
# setprop wrap.com.android.settings LD_PRELOAD="/data/local/tmp/libgnustl_shared.so:/data/local/tmp/egltrace.so"<br>
# setprop debug.apitrace.procname com.android.settings<br>
# am start -S com.android.settings/com.android.settings.Settings<br>
After above steps, the android will restart the zygote, and keep in bootanimation, it will not stop unless I reboot the android.<br>
I make sure I have pushed the "libgnustl_shared.so" and "egltrace.so" to the data/local/tmp/ directory. and the version is arm64-v8a and them are consistent with android system.<br>
I have got the root permission on the android devices.<o:p></o:p></span></p>
<p style="background:white"><span lang="EN-US" style="font-family:"Calibri","sans-serif";
color:#17365D">My android devices is Nexus6p, android 7.1.1.<o:p></o:p></span></p>
<p style="background:white"><span lang="EN-US" style="font-family:"Calibri","sans-serif";
color:#17365D"><o:p> </o:p></span></p>
<p style="background:white"><span lang="EN-US" style="font-family:"Calibri","sans-serif";
color:#17365D">The error log is as follow:<o:p></o:p></span></p>
<p style="background:white"><i><span lang="EN-US" style="font-size:10.5pt;
font-family:"Calibri","sans-serif";color:#17365D">--------- beginning of system<br>
01-16 06:22:36.524 980 3491 I ActivityManager: Force stopping com.android.settings appid=1000 user=0: from pid 11168<br>
01-16 06:22:36.531 3117 3117 D CarrierSvcBindHelper: No carrier app for: 0<br>
01-16 06:22:36.553 3729 3729 D RegisteredNfcFServicesCache: Service unchanged, not updating<br>
01-16 06:22:36.778 980 2963 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.android.settings/.Settings} from uid 0 on display 0<br>
01-16 06:22:36.797 11168 11168 D AndroidRuntime: Shutting down VM<br>
01-16 06:22:36.812 589 589 E Zygote : </span></i><i><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:red">Unsupported st_mode 4480</span></i><i><span lang="EN-US" style="font-size:10.5pt;font-family:
"Calibri","sans-serif";color:#17365D"><br>
01-16 06:22:36.813 589 589 E Zygote : </span></i><i><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:red">Unsupported st_mode 4480</span></i><i><span lang="EN-US" style="font-size:10.5pt;font-family:
"Calibri","sans-serif";color:#17365D"><br>
01-16 06:22:36.813 589 589 F art : art/runtime/jni_internal.cc:492] </span></i><i><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri","sans-serif";
color:red">JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:484:
 Unable to restat file descriptor table.</span></i><i><span lang="EN-US" style="font-size:
10.5pt;font-family:"Calibri","sans-serif";color:#17365D"><br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] Runtime aborting...<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] Aborting thread:<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] "main" prio=5 tid=1 Native<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x7579adb0 self=0x741b295a00<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | sysTid=589 nice=0 cgrp=default sched=0/0 handle=0x741f1d5a98<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | state=R schedstat=( 2917903863 737189732 3983 ) utm=166 stm=125 core=2 HZ=100<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | stack=0x7fc6af5000-0x7fc6af7000 stackSize=8MB<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | held mutexes= "abort lock"<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: #00 pc 000000000047e090 /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/1">
<span style="color:#17365D">#1</span></a> pc 000000000047e08c /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/2">
<span style="color:#17365D">#2</span></a> pc 00000000004521f8 /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+480)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/3">
<span style="color:#17365D">#3</span></a> pc 0000000000440170 /system/lib64/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+56)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/4">
<span style="color:#17365D">#4</span></a> pc 000000000043ffec /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+668)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/5">
<span style="color:#17365D">#5</span></a> pc 0000000000433998 /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+148)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/6">
<span style="color:#17365D">#6</span></a> pc 00000000000e5a7c /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1592)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/7">
<span style="color:#17365D">#7</span></a> pc 000000000032b4b0 /system/lib64/libart.so (_ZN3art3JNI10FatalErrorEP7_JNIEnvPKc+152)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/8">
<span style="color:#17365D">#8</span></a> pc 0000000000151648 /system/lib64/libandroid_runtime.so (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/9">
<span style="color:#17365D">#9</span></a> pc 00000000001527a4 /system/lib64/libandroid_runtime.so (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/10">
<span style="color:#17365D">#10</span></a> pc 000000000015375c /system/lib64/libandroid_runtime.so (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/11">
<span style="color:#17365D">#11</span></a> pc 0000000000f64188 /system/framework/arm64/boot-framework.oat (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:95)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteConnection.runOnce(ZygoteConnection.java:225)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.runSelectLoop(ZygoteInit.java:850)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock mutator lock<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] All threads:<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] DALVIK THREADS (1):<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] "main" prio=5 tid=1 Runnable<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x7579adb0 self=0x741b295a00<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | sysTid=589 nice=0 cgrp=default sched=0/0 handle=0x741f1d5a98<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | state=R schedstat=( 2948966727 740292491 4003 ) utm=167 stm=126 core=2 HZ=100<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | stack=0x7fc6af5000-0x7fc6af7000 stackSize=8MB<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] | held mutexes= "abort lock" "mutator lock"(shared held)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: #00 pc 000000000047e090 /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/1">
<span style="color:#17365D">#1</span></a> pc 000000000047e08c /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/2">
<span style="color:#17365D">#2</span></a> pc 00000000004521f8 /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+480)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/3">
<span style="color:#17365D">#3</span></a> pc 0000000000469d7c /system/lib64/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+832)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/4">
<span style="color:#17365D">#4</span></a> pc 0000000000461f64 /system/lib64/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+476)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/5">
<span style="color:#17365D">#5</span></a> pc 0000000000461b54 /system/lib64/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+848)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/6">
<span style="color:#17365D">#6</span></a> pc 000000000043ffa0 /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+592)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/7">
<span style="color:#17365D">#7</span></a> pc 0000000000433998 /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+148)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/8">
<span style="color:#17365D">#8</span></a> pc 00000000000e5a7c /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1592)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/9">
<span style="color:#17365D">#9</span></a> pc 000000000032b4b0 /system/lib64/libart.so (_ZN3art3JNI10FatalErrorEP7_JNIEnvPKc+152)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/10">
<span style="color:#17365D">#10</span></a> pc 0000000000151648 /system/lib64/libandroid_runtime.so (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/11">
<span style="color:#17365D">#11</span></a> pc 00000000001527a4 /system/lib64/libandroid_runtime.so (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/issues/12">
<span style="color:#17365D">#12</span></a> pc 000000000015375c /system/lib64/libandroid_runtime.so (???)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] native: <a href="https://github.com/apitrace/apitrace/pull/13">
<span style="color:#17365D">#13</span></a> pc 0000000000f64188 /system/framework/arm64/boot-framework.oat (Java_com_android_internal_os_Zygote_nativeForkAndSpecialize__II_3II_3_3IILjava_lang_String_2Ljava_lang_String_2_3ILjava_lang_String_2Ljava_lang_String_2+356)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native method)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:95)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteConnection.runOnce(ZygoteConnection.java:225)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.runSelectLoop(ZygoteInit.java:850)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422]<br>
01-16 06:22:36.902 589 589 F art : art/runtime/runtime.cc:422]<br>
--------- beginning of crash<br>
01-16 06:22:36.902 589 589 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 589 (main)<br>
01-16 06:22:36.905 355 355 W : debuggerd: handling request: pid=589 uid=0 gid=0 tid=589<br>
01-16 06:22:36.973 11177 11177 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***<br>
01-16 06:22:36.973 11177 11177 F DEBUG : Build fingerprint: 'google/angler/angler:7.1.1/N4F26J/3549317:user/release-keys'<br>
01-16 06:22:36.973 11177 11177 F DEBUG : Revision: '0'<br>
01-16 06:22:36.973 11177 11177 F DEBUG : ABI: 'arm64'<br>
01-16 06:22:36.973 11177 11177 F DEBUG : pid: 589, tid: 589, name: main >>> zygote64 <<<<br>
01-16 06:22:36.973 11177 11177 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------<br>
01-16 06:22:36.978 11177 11177 F DEBUG : Abort message: 'art/runtime/jni_internal.cc:492]</span></i><i><span lang="EN-US" style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:red"> JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:484:
 Unable to restat file descriptor table.'</span></i><i><span lang="EN-US" style="font-size:
10.5pt;font-family:"Calibri","sans-serif";color:#17365D"><br>
01-16 06:22:36.978 11177 11177 F DEBUG : x0 0000000000000000 x1 000000000000024d x2 0000000000000006 x3 0000000000000008<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x4 00000000000000e9 x5 0000800000000000 x6 000000741f121000 x7 0000000000000000<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x8 0000000000000083 x9 ffffffffffffffdf x10 0000000000000000 x11 0000000000000001<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x12 0000000000000018 x13 0000000000000000 x14 0000000000000000 x15 0035cbb7e7a625ab<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x16 000000741ce20ee0 x17 000000741cdcaaac x18 0000000000000000 x19 000000741f1d5b40<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x20 0000000000000006 x21 000000741f1d5a98 x22 0000000000000000 x23 000000741b1fe000<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x24 000000740e62f100 x25 0000000000000000 x26 0000007fc72f0281 x27 00000000000001e4<br>
01-16 06:22:36.978 11177 11177 F DEBUG : x28 0000007fc72f05c8 x29 0000007fc72f0160 x30 000000741cdc7ed8<br>
01-16 06:22:36.978 11177 11177 F DEBUG : sp 0000007fc72f0140 pc 000000741cdcaab4 pstate 0000000060000000<br>
01-16 06:22:37.464 11177 11177 F DEBUG :<br>
01-16 06:22:37.464 11177 11177 F DEBUG : backtrace:<br>
01-16 06:22:37.464 11177 11177 F DEBUG : #00 pc 000000000006bab4 /system/lib64/libc.so (tgkill+8)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/1">
<span style="color:#17365D">#1</span></a> pc 0000000000068ed4 /system/lib64/libc.so (pthread_kill+64)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/2">
<span style="color:#17365D">#2</span></a> pc 0000000000023f58 /system/lib64/libc.so (raise+24)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/3">
<span style="color:#17365D">#3</span></a> pc 000000000001c810 /system/lib64/libc.so (abort+52)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/4">
<span style="color:#17365D">#4</span></a> pc 0000000000433ad4 /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+464)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/5">
<span style="color:#17365D">#5</span></a> pc 00000000000e5a7c /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1592)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/6">
<span style="color:#17365D">#6</span></a> pc 000000000032b4b0 /system/lib64/libart.so (_ZN3art3JNI10FatalErrorEP7_JNIEnvPKc+152)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/7">
<span style="color:#17365D">#7</span></a> pc 0000000000151648 /system/lib64/libandroid_runtime.so<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/8">
<span style="color:#17365D">#8</span></a> pc 00000000001527a4 /system/lib64/libandroid_runtime.so<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/9">
<span style="color:#17365D">#9</span></a> pc 000000000015375c /system/lib64/libandroid_runtime.so<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/10">
<span style="color:#17365D">#10</span></a> pc 00000000025ea188 /system/framework/arm64/boot-framework.oat (offset 0x1686000) (com.android.internal.os.Zygote.nativeForkAndSpecialize+356)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/11">
<span style="color:#17365D">#11</span></a> pc 00000000025e9df4 /system/framework/arm64/boot-framework.oat (offset 0x1686000) (com.android.internal.os.Zygote.forkAndSpecialize+176)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/12">
<span style="color:#17365D">#12</span></a> pc 00000000025edd18 /system/framework/arm64/boot-framework.oat (offset 0x1686000) (com.android.internal.os.ZygoteConnection.runOnce+1428)<br>
01-16 06:22:37.464 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/pull/13">
<span style="color:#17365D">#13</span></a> pc 00000000025f2478 /system/framework/arm64/boot-framework.oat (offset 0x1686000) (com.android.internal.os.ZygoteInit.runSelectLoop+804)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/14">
<span style="color:#17365D">#14</span></a> pc 00000000025ef50c /system/framework/arm64/boot-framework.oat (offset 0x1686000) (com.android.internal.os.ZygoteInit.main+1304)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/15">
<span style="color:#17365D">#15</span></a> pc 00000000000d29e8 /system/lib64/libart.so (art_quick_invoke_static_stub+600)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/16">
<span style="color:#17365D">#16</span></a> pc 00000000000df430 /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+256)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/pull/17">
<span style="color:#17365D">#17</span></a> pc 000000000042d334 /system/lib64/libart.so (_ZN3artL18InvokeWithArgArrayERKNS_33ScopedObjectAccessAlreadyRunnableEPNS_9ArtMethodEPNS_8ArgArrayEPNS_6JValueEPKc+108)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/18">
<span style="color:#17365D">#18</span></a> pc 000000000042cf8c /system/lib64/libart.so (_ZN3art17InvokeWithVarArgsERKNS_33ScopedObjectAccessAlreadyRunnableEP8_jobjectP10_jmethodIDSt9__va_list+380)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/19">
<span style="color:#17365D">#19</span></a> pc 0000000000346fec /system/lib64/libart.so (_ZN3art3JNI21CallStaticVoidMethodVEP7_JNIEnvP7_jclassP10_jmethodIDSt9__va_list+600)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/20">
<span style="color:#17365D">#20</span></a> pc 000000000009f088 /system/lib64/libandroid_runtime.so<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/21">
<span style="color:#17365D">#21</span></a> pc 00000000000a16c4 /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcRKNS_6VectorINS_7String8EEEb+708)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/22">
<span style="color:#17365D">#22</span></a> pc 000000000000225c /system/bin/app_process64<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/23">
<span style="color:#17365D">#23</span></a> pc 000000000001a594 /system/lib64/libc.so (__libc_init+88)<br>
01-16 06:22:37.465 11177 11177 F DEBUG : <a href="https://github.com/apitrace/apitrace/issues/24">
<span style="color:#17365D">#24</span></a> pc 0000000000001cc8 /system/bin/app_process64<br>
01-16 06:22:37.601 980 2960 W NativeCrashListener: Couldn't find ProcessRecord for pid 589<br>
01-16 06:22:37.601 11177 11177 E : AM data write failed: Broken pipe<br>
01-16 06:22:37.616 355 355 W : debuggerd: resuming target 589<br>
01-16 06:22:37.622 980 997 I BootReceiver: Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE)<br>
01-16 06:22:37.640 980 990 E Process : Starting VM process through Zygote failed<br>
01-16 06:22:37.642 980 990 E ActivityManager: Failure starting process com.android.settings<br>
01-16 06:22:37.642 980 990 E ActivityManager: java.lang.RuntimeException: Starting VM process through Zygote failed<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.os.Process.start(Process.java:527)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:3797)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:3654)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:3535)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityStackSupervisor.startSpecificActivityLocked(ActivityStackSupervisor.java:1419)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityStack.resumeTopActivityInnerLocked(ActivityStack.java:2577)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityStack.resumeTopActivityUncheckedLocked(ActivityStack.java:2127)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityStackSupervisor.resumeFocusedStackTopActivityLocked(ActivityStackSupervisor.java:1829)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityStack.completePauseLocked(ActivityStack.java:1332)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityStack.activityPausedLocked(ActivityStack.java:1212)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityManagerService.activityPaused(ActivityManagerService.java:6918)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:571)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2794)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)<br>
01-16 06:22:37.642 980 990 E ActivityManager: Caused by: android.os.ZygoteStartFailedEx: java.io.EOFException<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.os.Process.zygoteSendArgsAndGetResult(Process.java:618)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.os.Process.startViaZygote(Process.java:737)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.os.Process.start(Process.java:521)<br>
01-16 06:22:37.642 980 990 E ActivityManager: ... 13 more<br>
01-16 06:22:37.642 980 990 E ActivityManager: Caused by: java.io.EOFException<br>
01-16 06:22:37.642 980 990 E ActivityManager: at java.io.DataInputStream.readFully(DataInputStream.java:200)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at java.io.DataInputStream.readInt(DataInputStream.java:389)<br>
01-16 06:22:37.642 980 990 E ActivityManager: at android.os.Process.zygoteSendArgsAndGetResult(Process.java:609)<br>
01-16 06:22:37.642 980 990 E ActivityManager: ... 15 more<br>
01-16 06:22:37.642 980 990 I ActivityManager: Force stopping com.android.settings appid=1000 user=0: start failure<br>
01-16 06:22:37.644 980 990 I ActivityManager: Force finishing activity ActivityRecord{69a6b34 u0 com.android.settings/.Settings t22}<br>
01-16 06:22:37.657 401 401 I ServiceManager: service 'media.player' died<br>
01-16 06:22:37.657 401 401 I ServiceManager: service 'media.resource_manager' died<br>
01-16 06:22:37.660 401 401 I ServiceManager: service 'media.camera' died<br>
01-16 06:22:37.660 401 401 I ServiceManager: service 'netd' died<br>
01-16 06:22:37.673 596 3007 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything...<o:p></o:p></span></i></p>
<p style="background:white"><i><span lang="EN-US" style="font-size:10.5pt;
font-family:"Calibri","sans-serif";color:#17365D"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><i><span lang="EN-US" style="color:#17365D"><o:p> </o:p></span></i></p>
</div>
</body>
</html>