Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix graphics on pie #7

Closed
488315 opened this issue Jul 26, 2019 · 6 comments
Closed

Fix graphics on pie #7

488315 opened this issue Jul 26, 2019 · 6 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers High priority

Comments

@488315
Copy link
Collaborator

488315 commented Jul 26, 2019

The cause of this issue is that the jni error that it is expecting a Boolean Instead of integer by android.anim and graphicbuffer.

07-24 10:32:55.381   425   482 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 482 (android.anim), pid 425 (system_server)
07-24 10:32:55.512  1523  1523 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-24 10:32:55.513  1523  1523 F DEBUG   : LineageOS Version: '16.0-20190724-UNOFFICIAL-karnak'
07-24 10:32:55.513  1523  1523 F DEBUG   : Build fingerprint: 'google/lineage_karnak/karnak:9/PQ3A.190705.003/kai07240859:eng/test-keys'
07-24 10:32:55.513  1523  1523 F DEBUG   : Revision: '0'
07-24 10:32:55.513  1523  1523 F DEBUG   : ABI: 'arm'
07-24 10:32:55.513  1523  1523 F DEBUG   : pid: 425, tid: 482, name: android.anim  >>> system_server <<<
07-24 10:32:55.513  1523  1523 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-24 10:32:55.513  1523  1523 F DEBUG   : Abort message: 'java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: bad arguments passed to android.graphics.GraphicBuffer android.graphics.GraphicBuffer.createFromExisting(int, int, int, int, long, boolean) (see above for details)'
07-24 10:32:55.513  1523  1523 F DEBUG   :     r0  00000000  r1  000001e2  r2  00000006  r3  ea1a04a0
07-24 10:32:55.513  1523  1523 F DEBUG   :     r4  000001a9  r5  000001e2  r6  cd440dec  r7  0000010c
07-24 10:32:55.513  1523  1523 F DEBUG   :     r8  0000000b  r9  e7690740  r10 000011e4  r11 e7560e9e
07-24 10:32:55.513  1523  1523 F DEBUG   :     ip  00000041  sp  cd440dd8  lr  ea12e095  pc  ea125e1a
07-24 10:32:55.687  1523  1523 F DEBUG   : 
07-24 10:32:55.687  1523  1523 F DEBUG   : backtrace:
07-24 10:32:55.687  1523  1523 F DEBUG   :     #00 pc 0001ce1a  /system/lib/libc.so (abort+62)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #01 pc 00355def  /system/lib/libart.so (art::Runtime::Abort(char const*)+798)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #03 pc 00234d7b  /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1246)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #04 pc 00234f47  /system/lib/libart.so (art::JavaVMExt::JniAbortF(char const*, char const*, ...)+66)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #05 pc 003501a3  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+2042)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #06 pc 0034f7f9  /system/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+304)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #07 pc 00289baf  /system/lib/libart.so (art::JNI::CallStaticObjectMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+478)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #08 pc 000c6d3d  /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, std::__va_list, art::Primitive::Type, art::InvokeType)+1172)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #09 pc 000b8e91  /system/lib/libart.so (art::(anonymous namespace)::CheckJNI::CallStaticObjectMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+40)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #10 pc 00077d33  /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticObjectMethod(_jclass*, _jmethodID*, ...)+38)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #11 pc 000a5563  /system/lib/libandroid_runtime.so (android::nativeCaptureLayers(_JNIEnv*, _jclass*, _jobject*, _jobject*, float)+206)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #12 pc 003ceae1  /system/framework/arm/boot-framework.oat (offset 0x3ac000) (android.view.SurfaceControl.nativeCaptureLayers+144)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #13 pc 0056c70b  /system/framework/arm/boot-framework.oat (offset 0x3ac000) (android.view.SurfaceControl.captureLayers+42)
07-24 10:32:55.687  1523  1523 F DEBUG   :     #14 pc 01012991  /system/framework/oat/arm/services.odex (offset 0x5cd000)
07-24 10:32:49.728   425   992 I chatty  : uid=1000 system_server identical 119 lines
07-24 10:32:49.728   425   992 I BackupManagerService: Found stale backup journal, scheduling
07-24 10:32:56.571   425   445 I BootReceiver: Copying /data/tombstones/tombstone_34 to DropBox (system_server_native_crash)
07-24 10:32:56.679  1467  1467 E AndroidRuntime: FATAL EXCEPTION: main
07-24 10:32:56.679  1467  1467 E AndroidRuntime: PID: 1467
07-24 10:32:56.679  1467  1467 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-24 10:32:56.716   585   585 E AndroidRuntime: FATAL EXCEPTION: main
07-24 10:32:56.716   585   585 E AndroidRuntime: Process: com.android.systemui, PID: 585
07-24 10:32:56.716   585   585 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-24 10:32:57.693  1551  1551 I wificond: wificond is starting up
@488315 488315 added bug Something isn't working good first issue Good for newcomers High priority labels Jul 26, 2019
@488315
Copy link
Collaborator Author

488315 commented Jul 26, 2019

Repo sync solved it but we need to fix the choppy graphics and the codecs

@488315
Copy link
Collaborator Author

488315 commented Jul 30, 2019

Some codecs work with Google. Some of the drmprov from Amazon will be moved to vendor and modify the audio policy configuration to suite with vendor.

@488315 488315 closed this as completed Aug 6, 2019
@488315 488315 reopened this Sep 29, 2019
@R0rt1z2 R0rt1z2 pinned this issue Sep 29, 2019
@488315
Copy link
Collaborator Author

488315 commented Sep 30, 2019

09-30 08:56:57.515 267 267 E HwcComposer: executeCommands failed because of Status(EX_TRANSACTION_FAILED): 'FAILED_TRANSACTION: '
09-30 08:56:57.515 267 267 E HWComposer: presentAndGetReleaseFences: present failed for display 0: NoResources (6)
09-30 08:56:57.528 267 458 E GraphicBufferAllocator: Failed to allocate (800 x 24) layerCount 1 format 1 usage b00: 5
09-30 08:56:57.528 267 458 E BufferQueueProducer: [StatusBar#0] dequeueBuffer: createGraphicBuffer failed
09-30 08:56:57.530 651 891 W MALI : winsysp_window_buffer_get:2425: [MALI] window->dequeueBuffer Failed, return -12 ... ...
09-30 08:56:57.530 651 891 E MALI : gles_state_set_error_internal:69: [MALI] GLES ctx: 0xc9280008, error code:0x505
09-30 08:56:57.585 651 891 D MALI : gles_state_set_error_internal:70: [MALI] GLES error info:failed to allocate CPU memory
09-30 08:56:57.588 267 458 E GraphicBufferAllocator: Failed to allocate (800 x 24) layerCount 1 format 1 usage b00: 5
09-30 08:56:57.588 267 458 E BufferQueueProducer: [StatusBar#0] dequeueBuffer: createGraphicBuffer failed
09-30 08:56:57.590 651 891 W MALI : winsysp_window_buffer_get:2425: [MALI] window->dequeueBuffer Failed, return -12 ... ...
09-30 08:56:57.590 651 891 W OpenGLRenderer: swapBuffers encountered EGL error 12301 on 0xcaf799e0, halting rendering...
09-30 08:56:47.538 267 267 W HwcComposer: failed to dup fence 32765
09-30 08:56:47.538 267 267 W HwcComposer: failed to dup fence 32766
09-30 08:56:47.538 267 267 W HwcComposer: failed to dup fence 32767
09-30 08:56:47.538 651 891 E Parcel : fcntl(F_DUPFD_CLOEXEC) failed in Parcel::read, i is 0, fds[i] is 7888, fd_count is 1, error: Unknown error 2147483647
09-30 08:56:47.538 651 891 W MALI : winsysp_window_buffer_get:2425: [MALI] window->dequeueBuffer Failed, return -22 ... ...
09-30 08:56:47.538 651 891 E MALI : gles_state_set_error_internal:69: [MALI] GLES ctx: 0xc9280008, error code:0x505
09-30 08:56:47.542 267 267 E HwcComposer: executeCommands failed because of Status(EX_TRANSACTION_FAILED): 'FAILED_TRANSACTION: '
09-30 08:56:47.542 267 267 E HWComposer: presentAndGetReleaseFences: present failed for display 0: NoResources (6)

@488315
Copy link
Collaborator Author

488315 commented Sep 30, 2019

this is cause of the graphics freezing and Im thinking that the pie rom may be missing a patch or need backward capability for N Blobs on pie

@488315 488315 assigned ggow, 488315 and chaosmaster and unassigned chaosmaster Sep 30, 2019
@488315 488315 added this to High priority in pie for karnak Oct 2, 2019
@488315
Copy link
Collaborator Author

488315 commented Oct 2, 2019

since i have downgraded the blobs from hwcomposer.mt8163.so it seems like it is almost working but the graphics tend to run out of memory.
Abort message: 'glGenTextures error! GL_OUT_OF_MEMORY (0x505)

@488315
Copy link
Collaborator Author

488315 commented Oct 4, 2019

remove the useless patch that is causing issues here
https://github.com/ram-rx/vendor_mediatek/blob/arrow-9.x/patches/frameworks_native_fence.patch

@488315 488315 closed this as completed Oct 4, 2019
pie for karnak automation moved this from High priority to Closed Oct 4, 2019
@488315 488315 unpinned this issue Nov 16, 2019
488315 added a commit that referenced this issue Oct 9, 2023
fixes
10-09 08:31:00.320   264   264 F DEBUG   : *** *** *** *** *** *** ***
*** *** *** *** *** *** *** *** ***
10-09 08:31:00.320   264   264 F DEBUG   : Build fingerprint:
'google/evolution_karnak/karnak:14/UP1A.231005.007.A1/kjones10082238:eng/release-keys'
10-09 08:31:00.320   264   264 F DEBUG   : Revision: '0'
10-09 08:31:00.320   264   264 F DEBUG   : ABI: 'arm'
10-09 08:31:00.320   264   264 F DEBUG   : Timestamp: 2023-10-09
08:31:00.290696539+0000
10-09 08:31:00.320   264   264 F DEBUG   : Process uptime: 2s
10-09 08:31:00.320   264   264 F DEBUG   : Cmdline:
/apex/com.android.runtime/bin/linkerconfig --target /linkerconfig
10-09 08:31:00.320   264   264 F DEBUG   : pid: 261, tid: 261, name:
linkerconfig  >>> /apex/com.android.runtime/bin/linkerconfig <<<
10-09 08:31:00.320   264   264 F DEBUG   : uid: 0
10-09 08:31:00.320   264   264 F DEBUG   : signal 6 (SIGABRT), code -1
(SI_QUEUE), fault addr --------
10-09 08:31:00.320   264   264 F DEBUG   : Abort message: 'duplicate:
libstdc++.so is provided by default and system in [vendor]'
10-09 08:31:00.320   264   264 F DEBUG   :     r0  00000000  r1
00000105  r2  00000006  r3  fff03c90
10-09 08:31:00.320   264   264 F DEBUG   :     r4  fff03ca0  r5
fff03c88  r6  00000105  r7  0000016b
10-09 08:31:00.320   264   264 F DEBUG   :     r8  00000000  r9
ffffffff  r10 fff03c90  r11 fff03e08
10-09 08:31:00.321   264   264 F DEBUG   :     ip  00000105  sp
fff03c70  lr  f607d8ff  pc  f607d912
10-09 08:31:00.321   264   264 F DEBUG   : 10 total frames
10-09 08:31:00.321   264   264 F DEBUG   : backtrace:
10-09 08:31:00.321   264   264 F DEBUG   :       #00 pc 0003c912
/apex/com.android.runtime/lib/bionic/libc.so (abort+138) (BuildId:
33c159f659f7bffa132ea485872244cc)
10-09 08:31:00.321   264   264 F DEBUG   :       #1 pc 0000ed4f
/system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
(BuildId: 45f755923ce65f76f191b49ccd42b7ec)
10-09 08:31:00.321   264   264 F DEBUG   :       #2 pc 00010373
/system/lib/libbase.so
(android::base::SetAborter(std::__1::function<void (char
const*)>&&)::$_0::__invoke(char const*)+46) (BuildId:
45f755923ce65f76f191b49ccd42b7ec)
10-09 08:31:00.321   264   264 F DEBUG   :       #3 pc 0000fc77
/system/lib/libbase.so (android::base::LogMessage::~LogMessage()+226)
(BuildId: 45f755923ce65f76f191b49ccd42b7ec)
10-09 08:31:00.321   264   264 F DEBUG   :       #4 pc 0001e371
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::modules::Section::Resolve(android::linkerconfig::modules::BaseContext
const&, std::__1::unordered_map<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> >,
std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > >,
std::__1::equal_to<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::allocator<std::__1::pair<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> > > > >
const&)+488) (BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #5 pc 0001477d
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::contents::BuildSection(android::linkerconfig::contents::Context
const&, std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > const&,
std::__1::vector<android::linkerconfig::modules::Namespace,
std::__1::allocator<android::linkerconfig::modules::Namespace> >&&,
std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::allocator<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > > > const&,
std::__1::unordered_map<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> >,
std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > >,
std::__1::equal_to<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::allocator<std::__1::pair<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> > > > >
const&)+388) (BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #6 pc 00016157
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::contents::BuildVendorSection(android::linkerconfig::contents::Context&)+702)
(BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #7 pc 00015325
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::contents::CreateBaseConfiguration(android::linkerconfig::contents::Context&)+1204)
(BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #8 pc 0000882d
/apex/com.android.runtime/bin/linkerconfig (main+3304) (BuildId:
e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #9 pc 00034ef7
/apex/com.android.runtime/lib/bionic/libc.so (__libc_init+58) (BuildId:
33c159f659f7bffa132ea485872244cc)
10-09 08:31:00.326   264   264 E crash_dump32: unable to connect to
activity manager: No such file or directory
10-09 08:31:00.327   254   254 E tombstoned: Tombstone written to:
tombstone_12

Signed-off-by: Kai Jones <19639817+488315@users.noreply.github.com>
488315 added a commit that referenced this issue Oct 9, 2023
fixes
10-09 08:31:00.320   264   264 F DEBUG   : *** *** *** *** *** *** ***
*** *** *** *** *** *** *** *** ***
10-09 08:31:00.320   264   264 F DEBUG   : Build fingerprint:
'google/evolution_karnak/karnak:14/UP1A.231005.007.A1/kjones10082238:eng/release-keys'
10-09 08:31:00.320   264   264 F DEBUG   : Revision: '0'
10-09 08:31:00.320   264   264 F DEBUG   : ABI: 'arm'
10-09 08:31:00.320   264   264 F DEBUG   : Timestamp: 2023-10-09
08:31:00.290696539+0000
10-09 08:31:00.320   264   264 F DEBUG   : Process uptime: 2s
10-09 08:31:00.320   264   264 F DEBUG   : Cmdline:
/apex/com.android.runtime/bin/linkerconfig --target /linkerconfig
10-09 08:31:00.320   264   264 F DEBUG   : pid: 261, tid: 261, name:
linkerconfig  >>> /apex/com.android.runtime/bin/linkerconfig <<<
10-09 08:31:00.320   264   264 F DEBUG   : uid: 0
10-09 08:31:00.320   264   264 F DEBUG   : signal 6 (SIGABRT), code -1
(SI_QUEUE), fault addr --------
10-09 08:31:00.320   264   264 F DEBUG   : Abort message: 'duplicate:
libstdc++.so is provided by default and system in [vendor]'
10-09 08:31:00.320   264   264 F DEBUG   :     r0  00000000  r1
00000105  r2  00000006  r3  fff03c90
10-09 08:31:00.320   264   264 F DEBUG   :     r4  fff03ca0  r5
fff03c88  r6  00000105  r7  0000016b
10-09 08:31:00.320   264   264 F DEBUG   :     r8  00000000  r9
ffffffff  r10 fff03c90  r11 fff03e08
10-09 08:31:00.321   264   264 F DEBUG   :     ip  00000105  sp
fff03c70  lr  f607d8ff  pc  f607d912
10-09 08:31:00.321   264   264 F DEBUG   : 10 total frames
10-09 08:31:00.321   264   264 F DEBUG   : backtrace:
10-09 08:31:00.321   264   264 F DEBUG   :       #00 pc 0003c912
/apex/com.android.runtime/lib/bionic/libc.so (abort+138) (BuildId:
33c159f659f7bffa132ea485872244cc)
10-09 08:31:00.321   264   264 F DEBUG   :       #1 pc 0000ed4f
/system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
(BuildId: 45f755923ce65f76f191b49ccd42b7ec)
10-09 08:31:00.321   264   264 F DEBUG   :       #2 pc 00010373
/system/lib/libbase.so
(android::base::SetAborter(std::__1::function<void (char
const*)>&&)::$_0::__invoke(char const*)+46) (BuildId:
45f755923ce65f76f191b49ccd42b7ec)
10-09 08:31:00.321   264   264 F DEBUG   :       #3 pc 0000fc77
/system/lib/libbase.so (android::base::LogMessage::~LogMessage()+226)
(BuildId: 45f755923ce65f76f191b49ccd42b7ec)
10-09 08:31:00.321   264   264 F DEBUG   :       #4 pc 0001e371
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::modules::Section::Resolve(android::linkerconfig::modules::BaseContext
const&, std::__1::unordered_map<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> >,
std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > >,
std::__1::equal_to<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::allocator<std::__1::pair<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> > > > >
const&)+488) (BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #5 pc 0001477d
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::contents::BuildSection(android::linkerconfig::contents::Context
const&, std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > const&,
std::__1::vector<android::linkerconfig::modules::Namespace,
std::__1::allocator<android::linkerconfig::modules::Namespace> >&&,
std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::allocator<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > > > const&,
std::__1::unordered_map<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> >,
std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > >,
std::__1::equal_to<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::allocator<std::__1::pair<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const,
std::__1::vector<android::linkerconfig::modules::LibProvider,
std::__1::allocator<android::linkerconfig::modules::LibProvider> > > > >
const&)+388) (BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #6 pc 00016157
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::contents::BuildVendorSection(android::linkerconfig::contents::Context&)+702)
(BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #7 pc 00015325
/apex/com.android.runtime/bin/linkerconfig
(android::linkerconfig::contents::CreateBaseConfiguration(android::linkerconfig::contents::Context&)+1204)
(BuildId: e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #8 pc 0000882d
/apex/com.android.runtime/bin/linkerconfig (main+3304) (BuildId:
e476792fcf8bd848faaeda64da63715e)
10-09 08:31:00.321   264   264 F DEBUG   :       #9 pc 00034ef7
/apex/com.android.runtime/lib/bionic/libc.so (__libc_init+58) (BuildId:
33c159f659f7bffa132ea485872244cc)
10-09 08:31:00.326   264   264 E crash_dump32: unable to connect to
activity manager: No such file or directory
10-09 08:31:00.327   254   254 E tombstoned: Tombstone written to:
tombstone_12

Signed-off-by: Kai Jones <19639817+488315@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers High priority
Projects
pie for karnak
  
Closed
Development

No branches or pull requests

3 participants