Bonjour

quand je lance mon appli j'ai ces massages dans le LogCast

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2454)
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2470)
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.app.ActivityThread.access$2200(ActivityThread.java:119)
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1821)
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.os.Handler.dispatchMessage(Handler.java:99)
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.os.Looper.loop(Looper.java:123)
12-17 10:43:05.241: ERROR/AndroidRuntime(249):     at android.app.ActivityThread.main(ActivityThread.java:4310)
Et pourtant je n'ai aucune anomalie dans mon code

Comment je connaitre la signification de ces messages

JCM