P
Peter200980
Ambitioniertes Mitglied
Hallo Zusammen,
nachdem ich einen Button klicke stürzt meine App immer ab.
Anbei mein Error Log
Hoffe jemand kann mir helfen.
Danke & Schöne Grüße
Peter
nachdem ich einen Button klicke stürzt meine App immer ab.
Anbei mein Error Log
Code:
01-12 21:36:46.539 28029-28029/? I/art: Late-enabling -Xcheck:jni
01-12 21:36:46.645 28029-28029/com.example.hartl.main_pp W/System: ClassLoader referenced unknown path: /data/app/com.example.hartl.main_pp-1/lib/arm64
01-12 21:36:46.649 28029-28029/com.example.hartl.main_pp I/InstantRun: Instant Run Runtime started. Android package is com.example.hartl.main_pp, real application class is null.
01-12 21:36:50.386 28029-28029/com.example.hartl.main_pp W/System: ClassLoader referenced unknown path: /data/app/com.example.hartl.main_pp-1/lib/arm64
01-12 21:36:50.439 28029-28029/com.example.hartl.main_pp I/FirebaseInitProvider: FirebaseApp initialization unsuccessful
01-12 21:36:50.554 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:36:50.566 28029-28029/com.example.hartl.main_pp E/HAL: load: id=gralloc != hmi->id=gralloc
01-12 21:36:50.652 28029-28349/com.example.hartl.main_pp E/HAL: load: id=gralloc != hmi->id=gralloc
01-12 21:36:50.653 28029-28349/com.example.hartl.main_pp I/OpenGLRenderer: Initialized EGL, version 1.4
01-12 21:36:50.658 28029-28349/com.example.hartl.main_pp W/OpenGLRenderer: load: so=/system/lib64/libhwuibp.so
dlopen failed: library "/system/lib64/libhwuibp.so" not found
01-12 21:36:50.658 28029-28349/com.example.hartl.main_pp W/OpenGLRenderer: Initialize Binary Program Cache: Load Failed
01-12 21:36:50.658 28029-28349/com.example.hartl.main_pp E/HAL: load: id=gralloc != hmi->id=gralloc
01-12 21:36:50.726 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:36:50.726 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:02.337 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:03.249 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:03.298 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:05.083 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:05.153 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:05.153 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:05.156 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:06.188 28029-28029/com.example.hartl.main_pp I/HwSecImmHelper: mSecurityInputMethodService is null
01-12 21:37:06.354 28029-28029/com.example.hartl.main_pp I/Process: Sending signal. PID: 28029 SIG: 9
Danke & Schöne Grüße
Peter