Bonjour,

Lorsque je lance ma sous-application depuis mon application principale, pas de problèmes.
Si je la quitte pour ensuite, la relancer, ca marche la plupart du temps.
Mais si je la requitte pour la re-re-lancer, ca plante la plupart du temps et si ca ne plante pas c'est pour la prochaine.

Il me dit :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
05-22 14:41:28.480  17581-17596/com.letremail.myapp W/OpenGLRenderer﹕ Failed to set EGL_SWAP_BEHAVIOR on surface 0x7fbc69c771c0, error=EGL_SUCCESS
05-22 14:41:29.570  17581-17593/com.letremail.myapp I/art﹕ Clamp target GC heap from 32MB to 32MB
05-22 14:41:29.600  17581-17581/com.letremail.myapp I/art﹕ Clamp target GC heap from 33MB to 32MB
05-22 14:41:29.600  17581-17581/com.letremail.myapp I/art﹕ Alloc partial concurrent mark sweep GC freed 12(528B) AllocSpace objects, 0(0B) LOS objects, 0% free, 31MB/32MB, paused 0 total 20ms
05-22 14:41:29.620  17581-17581/com.letremail.myapp I/art﹕ Alloc concurrent mark sweep GC freed 175(8KB) AllocSpace objects, 4(5MB) LOS objects, 7% free, 26MB/28MB, paused 0 total 10ms
05-22 14:41:29.690  17581-17581/com.letremail.myapp I/art﹕ Alloc partial concurrent mark sweep GC freed 18(768B) AllocSpace objects, 1(2MB) LOS objects, 7% free, 26MB/28MB, paused 0 total 10ms
05-22 14:41:29.710  17581-17581/com.letremail.myapp I/art﹕ Alloc concurrent mark sweep GC freed 5(192B) AllocSpace objects, 0(0B) LOS objects, 7% free, 26MB/28MB, paused 0 total 10ms
05-22 14:41:29.720  17581-17581/com.letremail.myapp I/art﹕ Forcing collection of SoftReferences for 9MB allocation
05-22 14:41:29.730  17581-17581/com.letremail.myapp I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 7% free, 26MB/28MB, paused 0 total 10ms
05-22 14:41:29.730  17581-17581/com.letremail.myapp E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 9437196 byte allocation with 2097152 free bytes and 5MB until OOM"
05-22 14:41:29.750  17581-17581/com.letremail.myapp I/art﹕ Alloc partial concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 7% free, 26MB/28MB, paused 0 total 10ms
05-22 14:41:29.770  17581-17581/com.letremail.myapp I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 7% free, 26MB/28MB, paused 0 total 10ms
05-22 14:41:29.790  17581-17581/com.letremail.myapp I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 7% free, 26MB/28MB, paused 0 total 20ms
05-22 14:41:29.790  17581-17581/com.letremail.myapp D/skia﹕ --- allocation failed for scaled bitmap
Avez vous une idée de ce qui a pu se passer ?
Logiquement, lorsqu'on quitte une sous-activité, toutes les données qui y ont été chargées sont supprimés non ?