Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

RoboSpice throwing SIGSEGV on any App level exception on KitKat #232

Closed
nakardo opened this issue Dec 5, 2013 · 13 comments
Closed

RoboSpice throwing SIGSEGV on any App level exception on KitKat #232

nakardo opened this issue Dec 5, 2013 · 13 comments
Assignees
Milestone

Comments

@nakardo
Copy link

nakardo commented Dec 5, 2013

I'm using RoboSpice 1.4.9 along Retrofit and I'm getting the following on the console everytime I've an exception on the App (NullPointerException, ClassCastException or whatsoever). The thing is this doesn't allow me to debug those issues since it shows this instead the Exception output on the console.

Update: Only happening on Android 4.4 KitKat

Any ideas? Thanks!

12-05 18:28:39.118    8315-8617/com.myapp D//RequestProgressManager.java:75﹕ 18:28:39.120 Thread-5869 Sending progress WRITING_TO_CACHE
12-05 18:28:39.128    8315-8617/com.myapp D//SpiceServiceListenerNotifier.java:149﹕ 18:28:39.130 Thread-5869 Message queue is Handler (android.os.Handler) {4221bd40}
12-05 18:28:39.148    8315-8315/com.myapp V//DefaultRequestListenerNotifier.java:131﹕ 18:28:39.153 main Notifying 1 listeners of progress com.octo.android.robospice.request.listener.RequestProgress@422f0558
12-05 18:28:40.528    8315-8617/com.myapp D//RequestProgressManager.java:75﹕ 18:28:40.530 Thread-5869 Sending progress COMPLETE
12-05 18:28:40.528    8315-8617/com.myapp D//SpiceServiceListenerNotifier.java:149﹕ 18:28:40.535 Thread-5869 Message queue is Handler (android.os.Handler) {4221bd40}
12-05 18:28:40.538    8315-8617/com.myapp D//SpiceServiceListenerNotifier.java:149﹕ 18:28:40.543 Thread-5869 Message queue is Handler (android.os.Handler) {4221bd40}
12-05 18:28:40.548    8315-8617/com.myapp V//RequestProgressManager.java:153﹕ 18:28:40.554 Thread-5869 Removing CachedSpiceRequest [requestCacheKey=REQUEST_LISTING_OPTIONS, cacheDuration=60000, spiceRequest=com.myapp.api.users.UserRequests$ListingOptionsRequest@42a20c50]  size is 1
12-05 18:28:40.548    8315-8315/com.myapp V//DefaultRequestListenerNotifier.java:131﹕ 18:28:40.554 main Notifying 1 listeners of progress com.octo.android.robospice.request.listener.RequestProgress@4236cec0
12-05 18:28:40.568    8315-8617/com.myapp D//RequestProgressManager.java:84﹕ 18:28:40.565 Thread-5869 Sending all request complete.
12-05 18:28:40.568    8315-8315/com.myapp V//DefaultRequestListenerNotifier.java:166﹕ 18:28:40.568 main Notifying 1 listeners of request success
12-05 18:28:40.578    8315-8617/com.myapp V//SpiceService.java:390﹕ 18:28:40.576 Thread-5869 Pending requests : 0
12-05 18:28:40.578    8315-8315/com.myapp V//DefaultRequestListenerNotifier.java:172﹕ 18:28:40.581 main Notifying ListingOptionsRequestListener
12-05 18:28:40.588    8315-8617/com.myapp D//SpiceServiceListenerNotifier.java:149﹕ 18:28:40.589 Thread-5869 Message queue is Handler (android.os.Handler) {4221bd40}
12-05 18:28:40.618    8315-8810/com.myapp D//SpiceManager.java:1195﹕ 18:28:40.616 Thread-5899 Waiting for service to be bound.
12-05 18:28:40.618    8315-8617/com.myapp D//RequestRunner.java:274﹕ 18:28:40.618 Thread-5869 It tooks 15446 ms to process request CachedSpiceRequest [requestCacheKey=REQUEST_LISTING_OPTIONS, cacheDuration=60000, spiceRequest=com.myapp.api.users.UserRequests$ListingOptionsRequest@42a20c50].
12-05 18:28:40.638    8315-8810/com.myapp D//SpiceManager.java:1202﹕ 18:28:40.633 Thread-5899 Bound ok.
12-05 18:28:40.648    8315-8810/com.myapp D//InFileObjectPersisterFactory.java:145﹕ 18:28:40.648 Thread-5899 Some file could not be deleted from cache.
12-05 18:28:40.658    8315-8810/com.myapp D//InFileObjectPersister.java:151﹕ 18:28:40.663 Thread-5899 Some file could not be deleted from cache.
12-05 18:28:40.678    8315-8810/com.myapp D//InFileObjectPersister.java:151﹕ 18:28:40.680 Thread-5899 Some file could not be deleted from cache.
12-05 18:28:40.698    8315-8810/com.myapp D//InFileObjectPersister.java:151﹕ 18:28:40.696 Thread-5899 Some file could not be deleted from cache.
12-05 18:28:40.708    8315-8810/com.myapp D//InFileObjectPersister.java:151﹕ 18:28:40.712 Thread-5899 Some file could not be deleted from cache.
12-05 18:28:40.848    8315-8315/com.myapp D/dalvikvm﹕ GC_FOR_ALLOC freed 1473K, 38% free 12428K/20024K, paused 47ms, total 47ms
12-05 18:28:46.278    8315-8315/com.myapp D/AndroidRuntime﹕ Shutting down VM
12-05 18:28:46.278    8315-8315/com.myapp W/dalvikvm﹕ threadid=1: thread exiting with uncaught exception (group=0x41887b90)
12-05 18:28:47.658    8315-8390/com.myapp A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 8390 (pool-1-thread-2)
12-05 18:28:47.758      121-121/? I/DEBUG﹕ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-05 18:28:47.758      121-121/? I/DEBUG﹕ Build fingerprint: 'google/nakasi/grouper:4.4/KRT16S/920375:user/release-keys'
12-05 18:28:47.758      121-121/? I/DEBUG﹕ Revision: '0'
12-05 18:28:47.768      121-121/? I/DEBUG﹕ pid: 8315, tid: 8390, name: pool-1-thread-2  >>> com.myapp <<<
12-05 18:28:47.768      121-121/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ r0 00000000  r1 00000000  r2 6a026785  r3 00000022
12-05 18:28:47.878      121-121/? I/DEBUG﹕ r4 00000008  r5 6a026786  r6 00000000  r7 ffffffff
12-05 18:28:47.878      121-121/? I/DEBUG﹕ r8 00000001  r9 40ab4130  sl 00000022  fp 6a026785
12-05 18:28:47.878      121-121/? I/DEBUG﹕ ip 66dc4b34  sp 6bef3900  lr 66db909d  pc 40a9ef2e  cpsr 600f0030
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d0  0000000000000000  d1  0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d2  0000000000000000  d3  0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d4  7c20cd8e77a7dcf7  d5  75369f2e0664123b
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d6  e34df2ba7f6db594  d7  c127b858698717a1
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d8  0000000000000000  d9  0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d10 0000000000000000  d11 0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d12 0000000000000000  d13 0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d14 0000000000000000  d15 0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d16 0000000000000000  d17 0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d18 a78f0a1d45ece5ad  d19 cd8e77a7dcf701e2
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d20 0000000000000000  d21 0009000000090000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d22 0000000000000000  d23 0000000000000000
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d24 0000000000000000  d25 0000002300000022
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d26 0707070703030303  d27 991f1f1f991f1f1f
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d28 991f1f1f991f1f1f  d29 0000002200000021
12-05 18:28:47.878      121-121/? I/DEBUG﹕ d30 0082c021007e4020  d31 008bc02300874022
12-05 18:28:47.878      121-121/? I/DEBUG﹕ scr 60000010
12-05 18:28:47.888      121-121/? I/DEBUG﹕ backtrace:
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #00  pc 00026f2e  /system/lib/libssl.so (SSL_select_next_proto+49)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #01  pc 00007099  /system/lib/libjavacrypto.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #02  pc 0002f2f3  /system/lib/libssl.so (ssl_parse_serverhello_tlsext+434)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #03  pc 0001810d  /system/lib/libssl.so (ssl3_get_server_hello+1004)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #04  pc 00017517  /system/lib/libssl.so (ssl3_connect+566)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #05  pc 000264e9  /system/lib/libssl.so (SSL_connect+20)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #06  pc 0001206f  /system/lib/libssl.so (ssl23_connect+2310)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #07  pc 00027ccb  /system/lib/libssl.so (SSL_do_handshake+50)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #08  pc 0000aeb3  /system/lib/libjavacrypto.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #09  pc 0001dbcc  /system/lib/libdvm.so (dvmPlatformInvoke+112)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #10  pc 0004e123  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #11  pc 00027024  /system/lib/libdvm.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #12  pc 00003a64  <unknown>
12-05 18:28:47.888      121-121/? I/DEBUG﹕ stack:
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38c0  ad8ea17b
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38c4  a2385bd7
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38c8  00000002
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38cc  66db8fd5  /system/lib/libjavacrypto.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38d0  00000002
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38d4  66db8fd5  /system/lib/libjavacrypto.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38d8  00000003
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38dc  40a6fe64  /system/lib/libcrypto.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38e0  401bd1b8
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38e4  40a6fe64  /system/lib/libcrypto.so
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38e8  6897ba68
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38ec  4017ff23  /system/lib/libc.so (dlmalloc+4254)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38f0  00000003
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38f4  ffffffe4
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38f8  4017ee85  /system/lib/libc.so (dlmalloc)
12-05 18:28:47.888      121-121/? I/DEBUG﹕ 6bef38fc  00000003
12-05 18:28:47.888      121-121/? I/DEBUG﹕ #00  6bef3900  40a6fe64  /system/lib/libcrypto.so
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3904  6bef3980
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3908  6bef397c
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef390c  6a026785
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3910  00000022
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3914  6a026785
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3918  6a0e70b8
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef391c  6bef397c
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3920  6bef3980
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3924  6a0dab28
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3928  40ab4130  /system/lib/libssl.so
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef392c  00000022
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3930  6a026781
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3934  66db909d  /system/lib/libjavacrypto.so
12-05 18:28:47.898      121-121/? I/DEBUG﹕ #01  6bef3938  00000000
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef393c  ffffffff
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3940  6a0267a7
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3944  6bef39b8
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3948  6bef39b8
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef394c  6a026785
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3950  00003374
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3954  40aa72f5  /system/lib/libssl.so (ssl_parse_serverhello_tlsext+436)
12-05 18:28:47.898      121-121/? I/DEBUG﹕ #02  6bef3958  00000022
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef395c  00000000
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3960  40aaf5a5  /system/lib/libssl.so
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3964  00000000
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3968  00000001
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef396c  6bef39bc
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3970  6a0267a3
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3974  6a0267a7
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3978  6a0dab28
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef397c  6a1e36b8
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3980  40a6ddc0  /system/lib/libcrypto.so
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3984  6a0dab28
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3988  0000007b
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef398c  6a02672c
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3990  69deaa88
12-05 18:28:47.898      121-121/? I/DEBUG﹕ 6bef3994  6a02674f
12-05 18:28:47.898      121-121/? I/DEBUG﹕ ........  ........
12-05 18:28:47.908      121-121/? I/DEBUG﹕ memory near r2:
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026764 c127b858 780d73e9 c00d0805 33000011
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026774 010001ff 000b0000 01000304 00743302
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026784 70730822 342f7964 73083461 2f796470
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026794 06312e33 79647073 6808332f 2f707474
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267a4 00312e31 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267b4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267c4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267d4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267e4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267f4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026804 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026814 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026824 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026834 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026844 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026854 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ memory near r5:
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026764 c127b858 780d73e9 c00d0805 33000011
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026774 010001ff 000b0000 01000304 00743302
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026784 70730822 342f7964 73083461 2f796470
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a026794 06312e33 79647073 6808332f 2f707474
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267a4 00312e31 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267b4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267c4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267d4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267e4 00000000 00000000 00000000 00000000
12-05 18:28:47.908      121-121/? I/DEBUG﹕ 6a0267f4 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 6a026804 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 6a026814 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 6a026824 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 6a026834 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 6a026844 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 6a026854 00000000 00000000 00000000 00000000
12-05 18:28:47.918      121-121/? I/DEBUG﹕ memory near r9:
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 40ab4110 00000001 00000020 00000002 00000002
12-05 18:28:47.918      121-121/? I/DEBUG﹕ 40ab4120 00000105 0000c030 00000000 00000000
@kosiarska
Copy link

Im getting same stacktrace on android kitkat. Really annoying and unpredictable behaviour.

@nakardo
Copy link
Author

nakardo commented Dec 9, 2013

I can confirm this is only happening on KitKat, I'll update the issue.

@softwaremaverick
Copy link
Collaborator

As this is KitKat only it may be a bug in 4.4 which may(?) be resolved by 4.4.2 or 4.4.1

@nakardo
Copy link
Author

nakardo commented Dec 16, 2013

Still happening for me on Android 4.4.2

@ghost ghost assigned stephanenicolas Jan 2, 2014
stephanenicolas added a commit that referenced this issue Jan 2, 2014
@stephanenicolas
Copy link
Owner

I can't reproduce the bug with RoboSpice sample for Retrofit. Everything works fine on master (using the SNAPSHOT version of RS as a dependency for the sample).

I am strongly interested in that bug. Please provide a sample, a gist somewhere so that we can test.

Also, do you use Dalvik or ART ?

@stephanenicolas
Copy link
Owner

All bugs related to ART and kitkat that I could observe are solved for me on main branch. Can one of @dmacosta or @kosiarska confirm this ?

@DanielNovak
Copy link

Are you using OkHttp by any chance, and connecting to SSL? I have seen similar exception when you mix OkHttp and another HttpClient in one app.

square/okhttp#184

@stephanenicolas
Copy link
Owner

Thx @DanielNovak , I couldn't understand why the trace mentionned ssl. That's a track to follow. Can someone confirm ?

@kosiarska
Copy link

It looks like it might be okhttp fault. I need some time to compare two versions of app (with and without okhttp), I think ART has nothing to do with it (there's no such option on 2012 Nexus 7).

@stephanenicolas
Copy link
Owner

Fine. Can you dig into your problem and tell us if we can close that thread
?

2014/1/3 kosiarska notifications@github.com

It looks like it's okhttp fault. I need some time to compare two versions
of app (with and without okhttp), I think ART has nothing to do with it
(there's no such option on 2012 Nexus 7).


Reply to this email directly or view it on GitHubhttps://github.com//issues/232#issuecomment-31518646
.

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - mobilite.octo.com
blog.octo.com - www.usievents.com
...........................................................

@nakardo
Copy link
Author

nakardo commented Jan 3, 2014

As @kosiarska said, I'm using Dalvik since there's no ART option on Nexus 7. I'll try to isolate the issue so I can provide you some code to reproduce.

@nakardo
Copy link
Author

nakardo commented Jan 3, 2014

I found out what was causing the issue on my code after reading bug referenced by @kosiarska. After commenting BugSense initializer, RS started showing up Exceptions back again on logcat.

// BugSenseHandler.initAndStartSession(this, Config.BUG_SENSE_API_KEY);

@stephanenicolas go ahead and close the issue if you agree.

Thanks!

@stephanenicolas
Copy link
Owner

Oh yeah, I see. I already had that problem. The solution is to check SSL
certificate by yourself and to hard code the ssl certificate of bugsense
servers. Some work...

Thx for the update.

2014/1/3 Diego Acosta notifications@github.com

I found out what was causing the issue on my code after reading bug
referenced by @kosiarska https://github.com/kosiarska. After commenting
BugSense initializer, RS started showing up Exceptions back again on logcat.

// BugSenseHandler.initAndStartSession(this, Config.BUG_SENSE_API_KEY);

@stephanenicolas https://github.com/stephanenicolas go ahead and close
the issue if you agree.

Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/232#issuecomment-31523373
.

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - mobilite.octo.com
blog.octo.com - www.usievents.com
...........................................................

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants