ivan_b
Topic Author
Posts: 100
Joined: 22 Jul 2015, 12:57

Problem building on android

05 Jun 2016, 10:44

When I try to build a sample project on android (I have used the Lion scene) i get
"Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 30663 (UnityMain)".
In an empty unity project I have imported only NoesisGui.
If I disable the Noesis panel the application does not crash,
that is why I think that the crash is because of the Noesis plugin.
 
User avatar
Scherub
Posts: 141
Joined: 06 May 2014, 20:53
Contact:

Re: Problem building on android

05 Jun 2016, 14:34

Just a wild guess. Do you use Mono2x or IL2CPP as scripting backend for Android? I had trouble using IL2CPP so I'll stick with Mono2x for the time being.

Isn't there more in the log? What happened before the fatal signal?

There is also that old Unity bug which sfernandez found when I had similar problems.
 
ivan_b
Topic Author
Posts: 100
Joined: 22 Jul 2015, 12:57

Re: Problem building on android

06 Jun 2016, 09:56

I am using the Mono runtime. I have built the sample project with the 1.2.5f10 version of Noesis and it does not crash.
The application crashes on startup.
This is the log (part of the log taht I get from the device)
06-06 09:55:19.910      444-989/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:19.910      444-991/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.060      444-767/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:20.060      444-703/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.080   31234-1170/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:20.080      444-762/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:20.080     444-4516/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.310      444-990/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:20.310      444-761/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.330      444-456/? E/Sensors﹕ sensors_poll_context_t::pollEvents, line 202: receive event #### i=3, nb=1
06-06 09:55:20.460      444-989/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:20.460      444-991/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.480   31234-1332/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:20.480      444-703/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:20.480      444-767/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.590  27167-27231/com.KID.HCV A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 27231 (UnityMain)
06-06 09:55:20.710      147-147/? I/DEBUG﹕ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
06-06 09:55:20.710      147-147/? I/DEBUG﹕ Build fingerprint: 'Huawei/Y300-0100/hwY300-0100:4.1.1/HuaweiY300-0100/HRVC150B192:user/release-keys'
06-06 09:55:20.710      147-147/? I/DEBUG﹕ pid: 27167, tid: 27231, name: UnityMain  >>> com.KID.HCV <<<
06-06 09:55:20.710      147-147/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
06-06 09:55:20.710      444-862/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:20.710      444-763/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.730      444-469/? W/lights﹕ TP Button Light current value is 0
06-06 09:55:20.730      444-469/? W/lights﹕ button_backlight:property_get,percent =20
06-06 09:55:20.800      444-456/? E/Sensors﹕ sensors_poll_context_t::pollEvents, line 202: receive event #### i=3, nb=1
06-06 09:55:20.860      444-702/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:20.860      444-761/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:20.880   31234-1344/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:20.880      444-990/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:20.890      444-991/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.120      444-989/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:21.120      444-767/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.270      444-703/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:21.270      444-762/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.270      444-456/? E/Sensors﹕ sensors_poll_context_t::pollEvents, line 202: receive event #### i=3, nb=1
06-06 09:55:21.290  31234-31245/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:21.290      444-455/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:21.290     444-4516/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.310      589-589/? W/SignalStrength﹕ getLTELevel - rsrp:2147483647 snr:2147483647 rsrpIconLevel:-1 snrIconLevel:-1
06-06 09:55:21.310      589-589/? W/SignalStrength﹕ getLTELevel - rssi:99 rssiIconLevel:0
06-06 09:55:21.310      589-589/? W/SignalStrength﹕ getGsmLevel=4
06-06 09:55:21.310      589-589/? W/SignalStrength﹕ getLevel=4
06-06 09:55:21.520     444-4507/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:21.520      444-766/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.670      444-763/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:21.670      444-862/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.690    31234-573/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:21.690      444-761/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:21.690      444-702/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:21.740      444-456/? E/Sensors﹕ sensors_poll_context_t::pollEvents, line 202: receive event #### i=3, nb=1
06-06 09:55:21.900  27719-27789/? E/dalvikvm﹕ GC_EXPLICIT freed 611K, 39% free 8518K/13955K, paused 10ms+7ms, total 91ms
06-06 09:55:21.920     444-4444/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:21.920      444-766/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.070      444-862/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:22.070      444-702/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.090   31234-1176/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:22.090      444-761/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:22.090      444-991/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.250      444-456/? E/Sensors﹕ sensors_poll_context_t::pollEvents, line 202: receive event #### i=3, nb=1
06-06 09:55:22.320      589-589/? W/SignalStrength﹕ getLTELevel - rsrp:2147483647 snr:2147483647 rsrpIconLevel:-1 snrIconLevel:-1
06-06 09:55:22.320      589-589/? W/SignalStrength﹕ getLTELevel - rssi:99 rssiIconLevel:0
06-06 09:55:22.320      589-589/? W/SignalStrength﹕ getGsmLevel=4
06-06 09:55:22.320      589-589/? W/SignalStrength﹕ getLevel=4
06-06 09:55:22.330      444-989/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:22.330      444-455/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.380  27935-27935/? E/Trace﹕ error opening trace file: No such file or directory (2)
06-06 09:55:22.480     444-4507/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:22.480      444-444/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.490      444-501/? E/WifiHW﹕ wifi_send_command : SIGNAL_POLL ; interface index=0;
06-06 09:55:22.490   31234-1329/? I/NFC﹕ nfc manager in hwext is android.nfc.NfcManager@41c297a0
06-06 09:55:22.490      444-766/? I/SmartcardSystemService﹕ isCardPresent(eSE: SmartMX) returned: false
06-06 09:55:22.500     444-4444/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.600  27935-27935/? W/dalvikvm﹕ Refusing to reopen boot DEX '/system/framework/hwframework.jar'
06-06 09:55:22.710      147-147/? I/DEBUG﹕ r0 00000001  r1 588e4748  r2 ffffffff  r3 00000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ r4 52847d38  r5 5291ef30  r6 5850f568  r7 588e4748
06-06 09:55:22.710      147-147/? I/DEBUG﹕ r8 00000000  r9 51bb93a0  sl 58920c30  fp 54bc1670
06-06 09:55:22.710      147-147/? I/DEBUG﹕ ip 547efb30  sp 54bc1620  lr 5816817f  pc 00000000  cpsr 00000010
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d0  0e44018e028c0318  d1  8080808b0101fc44
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d2  c02501bc2401b80d  d3  2501c82501c4250b
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d4  500da000ea000000  d5  000015b2e59ee000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d6  4093b30000000000  d7  40b5b20000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d8  0000000000000000  d9  0000000000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d10 0000000000000000  d11 0000000000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d12 0000000000000000  d13 0000000000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d14 0000000000000000  d15 0000000000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d16 e3401acee3001eb6  d17 e5922024e59b2000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d18 eb000000e0811002  d19 ea000000e59fe000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d20 e59ee000500da000  d21 e1a00000e1a00000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d22 e1a00000e1a00000  d23 eb000000e59b0000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d24 000000003b888889  d25 0000000000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d26 bb23d70a00000000  d27 0000000000000000
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d28 0000000000000000  d29 00000000bca237c3
06-06 09:55:22.710      147-147/? I/DEBUG﹕ d30 3f800000bf800000  d31 3f800000bf7aee42
06-06 09:55:22.710      147-147/? I/DEBUG﹕ scr 8000001a
06-06 09:55:22.710      147-147/? I/DEBUG﹕ backtrace:
06-06 09:55:22.710      147-147/? I/DEBUG﹕ #00  pc 00000000  <unknown>
06-06 09:55:22.710      147-147/? I/DEBUG﹕ #01  pc 0014017d  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.710      147-147/? I/DEBUG﹕ stack:
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15e0  50228ef8
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15e4  57e59258
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15e8  58a51068
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15ec  54bc1700  [stack:27231]
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15f0  5255aec4  /system/lib/egl/libGLESv2_adreno200.so
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15f4  00000001
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15f8  50228ef8
06-06 09:55:22.710      147-147/? I/DEBUG﹕ 54bc15fc  57e59518
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1600  588287d0
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1604  54bc1718  [stack:27231]
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1608  516f17d8
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc160c  00000000
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1610  57e528f8
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1614  58a1f228
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1618  df0027ad
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc161c  00000000
06-06 09:55:22.720      147-147/? I/DEBUG﹕ #00  54bc1620  5850f6d8  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.720      147-147/? I/DEBUG﹕ ........  ........
06-06 09:55:22.720      444-456/? E/Sensors﹕ sensors_poll_context_t::pollEvents, line 202: receive event #### i=3, nb=1
06-06 09:55:22.720      147-147/? I/DEBUG﹕ #01  54bc1620  5850f6d8  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1624  58167a49  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1628  58a1f228
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc162c  57e52af0
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1630  588e4748
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1634  5291ef30
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1638  5850f568  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc163c  54eb7870
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1640  00000000
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1644  5837d5ff  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1648  515d8550
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc164c  54eb7870
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1650  0ace0eb6
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1654  5837d575  /mnt/asec/com.KID.HCV-2/lib/libNoesis.so
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc1658  515d8550
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 54bc165c  53a750c4  /mnt/asec/com.KID.HCV-2/lib/libunity.so (GfxDevice::InsertCustomMarkerCallback(void (*)(int), int)+40)
06-06 09:55:22.720      147-147/? I/DEBUG﹕ memory near r1:
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 588e4728 00000285 588e4710 00000000 00000013  .....G.X........
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 588e4738 00000284 0000000c 00000285 0000002b  ............+...
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 588e4748 584b5210 00000005 0005fa90 0002fe0c  .RKX............
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 588e4758 58930008 5891ffd0 5891fff8 58920010  ...X...X...X...X
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 588e4768 00690044 00000053 3b888889 00000000  D.i.S......;....
06-06 09:55:22.720      147-147/? I/DEBUG﹕ memory near r4:
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 52847d18 525d43e0 00000000 527a8f38 00000008  .C]R....8.zR....
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 52847d28 00000000 00000000 00000000 000000db  ................
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 52847d38 584b6728 00000003 584b67d0 00000000  (gKX.....gKX....
06-06 09:55:22.720      147-147/? I/DEBUG﹕ 52847d48 584b680c 00000000 00000000 00000000  .hKX............
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 52847d58 00000000 00000000 00000014 52847bc8  .............{.R
06-06 09:55:22.730      147-147/? I/DEBUG﹕ memory near r5:
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5291ef10 00000000 00000000 00000000 00000013  ................
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5291ef20 00ff0000 ffffff00 00000000 00000013  ................
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5291ef30 584b66e8 00000001 52847d48 00000013  .fKX....H}.R....
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5291ef40 5291ef30 00000000 00000000 00000023  0..R........#...
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5291ef50 529461e0 00000000 5291d508 00000001  .a.R.......R....
06-06 09:55:22.730      147-147/? I/DEBUG﹕ memory near r6:
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5850f548 00000000 523e5430 00000000 00000000  ....0T>R........
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5850f558 523e5900 523e5850 00000000 523e5590  .Y>RPX>R.....U>R
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5850f568 523e4ee0 523e5640 523e54e0 00000000  .N>R@V>R.T>R....
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5850f578 00000000 00000000 00000000 523e5310  .............S>R
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 5850f588 523e50c0 00000000 00000000 00000000  .P>R............
06-06 09:55:22.730      147-147/? I/DEBUG﹕ memory near r7:
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 588e4728 00000285 588e4710 00000000 00000013  .....G.X........
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 588e4738 00000284 0000000c 00000285 0000002b  ............+...
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 588e4748 584b5210 00000005 0005fa90 0002fe0c  .RKX............
06-06 09:55:22.730      147-147/? I/DEBUG﹕ 588e4758 58930008 5891ffd0 5891fff8 58920010  ...X...X...X...X
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 588e4768 00690044 00000053 3b888889 00000000  D.i.S......;....
06-06 09:55:22.740      444-702/? I/SmartcardSystemService﹕ isCardPresent(SIM: UICC) returned: true
06-06 09:55:22.740      444-862/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.740      147-147/? I/DEBUG﹕ memory near r9:
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 51bb9380 547dcc18 00000588 0c501032 00000000  ..}T....2.P.....
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 51bb9390 00000000 00000000 ffffffff 00007372  ............rs..
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 51bb93a0 00000000 00000000 51bb93a0 51bb93a0  ...........Q...Q
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 51bb93b0 00000000 51bb93a0 00000006 00000000  .......Q........
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 51bb93c0 00000000 00000000 00000000 0000008b  ................
06-06 09:55:22.740      147-147/? I/DEBUG﹕ memory near sl:
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 58920c10 00000000 536a8d2c 00000018 00000073  ....,.jS....s...
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 58920c20 aaaaaaaa 00000008 00000089 00000000  ................
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 58920c30 522d4428 522d4428 54eb7870 00000054  (D-R(D-Rpx.TT...
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 58920c40 00000000 00000000 57e59790 57e59701  ...........W...W
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 58920c50 57e596c8 57e59701 522d43f0 00000002  ...W...W.C-R....
06-06 09:55:22.740      147-147/? I/DEBUG﹕ memory near fp:
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 54bc1650 0ace0eb6 5837d575 515d8550 53a750c4  ....u.7XP.]Q.P.S
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 54bc1660 536f4c20 54bc198c 54bc1990 58827f40   [email protected]
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 54bc1670 5837d575 0ace0eb6 52b88cf8 50228ef8  u.7X.......R.."P
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 54bc1680 54bc169c 535a3014 54bc1670 58827efc  ...T.0ZSp..T.~.X
06-06 09:55:22.740      147-147/? I/DEBUG﹕ 54bc1690 00000000 51450ed8 54bc16a4 535a308c  ......EQ...T.0ZS
06-06 09:55:22.740      147-147/? I/DEBUG﹕ memory near ip:
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 547efb10 4016cf60 4016d69c 4016d0e4 40168a18  `..@...@...@...@
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 547efb20 401689fc 4016d140 4016dd10 4016e0bc  ...@@..@...@...@
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 547efb30 4016cda0 401677a4 40185b39 40168240  [email protected].@9[.@@..@
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 547efb40 4016825c 40168378 40168278 40168120  \..@x..@x..@ ..@
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 547efb50 401682b0 40168294 40168304 40167df8  ...@...@...@.}.@
06-06 09:55:22.750      147-147/? I/DEBUG﹕ memory near sp:
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 54bc1600 588287d0 54bc1718 516f17d8 00000000  ...X...T..oQ....
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 54bc1610 57e528f8 58a1f228 df0027ad 00000000  .(.W(..X.'......
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 54bc1620 5850f6d8 58167a49 58a1f228 57e52af0  ..PXIz.X(..X.*.W
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 54bc1630 588e4748 5291ef30 5850f568 54eb7870  HG.X0..Rh.PXpx.T
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 54bc1640 00000000 5837d5ff 515d8550 54eb7870  ......7XP.]Qpx.T
06-06 09:55:22.750      147-147/? I/DEBUG﹕ code around pc:
06-06 09:55:22.750      147-147/? I/DEBUG﹕ 00000000 ffffffff ffffffff ffffffff ffffffff  ................
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 00000010 ffffffff ffffffff ffffffff ffffffff  ................
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 00000020 ffffffff ffffffff ffffffff ffffffff  ................
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 00000030 ffffffff ffffffff ffffffff ffffffff  ................
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 00000040 ffffffff ffffffff ffffffff ffffffff  ................
06-06 09:55:22.760      147-147/? I/DEBUG﹕ code around lr:
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 5816815c bd084798 003a7580 4b02b508 681b447b  .G...u:....K{D.h
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 5816816c bd084798 003a7574 4b02b508 681b447b  .G..tu:....K{D.h
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 5816817c bd084798 003a7550 4b03b508 681b447b  .G..Pu:....K{D.h
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 5816818c 4798b103 bf00bd08 003a7530 447b4b03  ...G....0u:..K{D
06-06 09:55:22.760      147-147/? I/DEBUG﹕ 5816819c 30006818 2001bf18 bf004770 003a7532  .h.0... pG..2u:.
06-06 09:55:22.880      444-761/? I/SmartcardSystemService﹕ isCardPresent(SD: Secure SD Card) returned: false
06-06 09:55:22.880      444-990/? I/SmartcardSystemService﹕ called: getLastError
06-06 09:55:22.890  27935-27935/? I/ActivityThread﹕ Pub com.google.android.maps.OfflineIndexProvider: com.google.googlenav.provider.OfflineIndexProvider
 
User avatar
sfernandez
Site Admin
Posts: 2995
Joined: 22 Dec 2011, 19:20

Re: Problem building on android

06 Jun 2016, 17:36

Hi Ivan,

Could you please open a ticket in our bugtracker.
I will attach there a new lib with a fix to see if that solves your problem.

Thanks.

Who is online

Users browsing this forum: No registered users and 5 guests