App stürzt beim Button Klick ab

P

Peter200980

Ambitioniertes Mitglied
0
Hallo Zusammen,
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
Hoffe jemand kann mir helfen.
Danke & Schöne Grüße
Peter
 
Hallo Peter,

Vorweg : es wäre schön , wenn Du mal deine "alten" Threads auch beantworten würdest
und uns nicht einfach (über Tage) in der Luft hängen lässt , wenn wir uns schon die Mühe machen, Dir zu helfen.

Irgendwann hat man dann keine Lust mehr , Dich zu Unterstützen

Zu deiner Frage oben :

a) Das ist wieder kein Errorlog
b) Ohne Code geht nichts , das müsstest du mittlerweile wissen
 
Hallo Stefan,
entschuldige bitte, das war wirklich keine Absicht von mir :(.
Ich habe folgendes Problem:
Ich habe einen Login geschrieben, der in der LoginApp funktioniert. Versuche ich nun den Login in die Mainapp zu implementieren stürrzt diese immer ab, wenn ich den Login Button oder Register button klicke.
Welchen Code benötigst du genau? Folgendes wird im Errlog ausgegeben, wenn ich den Button klicke:

01-12 22:18:27.176 3116-3407/? E/InputDispatcher: channel 'ade62ea com.example.hartl.main_pp/com.example.hartl.main_pp.LoginActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
01-12 22:18:27.179 3116-3991/? E/HsmCoreServiceImpl: onTransact in code is: 102
01-12 22:18:27.209 4043-4187/? E/HwLauncher: SettingsEx , no such field.
01-12 22:18:27.218 20531-20541/? E/TotemWeather: WidgetUtils getWidgetShowCityInfo return myLocation
01-12 22:18:27.265 2475-2475/? E/HAL: load: id=gralloc != hmi->id=gralloc
 
Du hast irgendwie einen Memory Leak , also deine abfolge deines Codes stimmt nicht,
dadurch kann die Activity /Alert nicht laden
 
  • Danke
Reaktionen: Peter200980
Hallo Stefan, wie löse ich das Problem?
[doublepost=1484295061,1484294511][/doublepost]Liegt es an meiner LoginActivity oder MainActivity?
 
Vielen Dank an alle, ich konnte mein Problem selbst lösen
 
Über eine Auflösung des Problems würden wir uns sehr freuen, um es für die Nachwelt festzuhalten.

Gruß
 
Stefan hatte mit dem Mem Leak recht, desweiteren habe ich bei einem Toast die Activity nicht angegeben :)
 

Ähnliche Themen

S
Antworten
8
Aufrufe
511
swa00
swa00
A
  • AnimaAngelo85
Antworten
1
Aufrufe
337
swa00
swa00
MES
Antworten
10
Aufrufe
819
MES
MES
Zurück
Oben Unten