Tuesday, August 4, 2015

Android app crashes with Jxcore-cordova plugin in request module

Android app crashes with Jxcore-cordova plugin in node-request module.


app.js


var request = require('request');
var options = {
  url: 'http://localhost:8080/',
  method: "GET"
};

request(options, function(error,res, body){

  if(error) { console.log("unable to make https request"); };

  console.log("## In Request method ### ");
  Mobile('getmsg').call("## In Request method ### ");
  console.log(body);

});


adb logcat


W/jxcore-log(29059): Platform android
W/jxcore-log(29059):
W/jxcore-log(29059): Process ARCH arm
W/jxcore-log(29059):
I/jxcore-log(29059): JXcore Cordova bridge is ready!
I/jxcore-log(29059):
W/jxcore-log(29059): JXcore engine is started
I/chromium(29059): [INFO:CONSOLE(30)] " ### jxcore.register ## ", source: file:///android_asset/www/index.html (30)
I/jxcore-log(29059): execPath /data/data/com.msg.client/files/www/jxcore
I/jxcore-log(29059):
I/jxcore-log(29059): process.cwd /data/data/com.msg.client/files/www/jxcore
I/jxcore-log(29059):
I/jxcore-log(29059): userPath []
I/jxcore-log(29059):
I/jxcore-log(29059):  https request with client cert complete ##
I/jxcore-log(29059):
I/ThermalEngine(  225): Sensor:batt_temp:34000 mC
I/chromium(29059): [INFO:CONSOLE(18)] " got message from jx:  app.js execution complete ### ", source: file:///android_asset/www/index.html (18)
I/Choreographer(29059): Skipped 84 frames!  The application may be doing too much work on its main thread.
I/chromium(29059): [INFO:CONSOLE(32)] " ### did we load app.js ## ", source: file:///android_asset/www/index.html (32)
I/chromium(29059): [INFO:CONSOLE(42)] " ### did we load app.js ## (YES??) ", source: file:///android_asset/www/index.html (42)
I/chromium(29059): [INFO:CONSOLE(18)] " got message from jx:  jxcore ready ", source: file:///android_asset/www/index.html (18)
F/libc    (29059): Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 29093 (Chrome_DevTools)
I/DEBUG   (  212): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (  212): Revision: '0'
I/DEBUG   (  212): pid: 29059, tid: 29093, name: Chrome_DevTools  >>> com.msg.client <<<
I/DEBUG   (  212): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000014
I/DEBUG   (  212):     r0 665bae68  r1 00000000  r2 00000000  r3 665bae68
I/DEBUG   (  212):     r4 665bae68  r5 40126394  r6 60991ba4  r7 634339e0
I/DEBUG   (  212):     r8 60991ba0  r9 40126394  sl 602fd520  fp 63434010
I/DEBUG   (  212):     ip 5c396e5d  sp 60991b90  lr 5cd5b883  pc 5cd5b18a  cpsr 60020030
I/DEBUG   (  212):     d0  0000000000000000  d1  0000000000000000
I/DEBUG   (  212):     d2  0000000000000000  d3  0000000000000000
I/DEBUG   (  212):     d4  0000000000000000  d5  0000000000000000
I/DEBUG   (  212):     d6  0000000000000000  d7  0000000000000000
I/DEBUG   (  212):     d8  0000000000000000  d9  0000000000000000
I/DEBUG   (  212):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   (  212):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   (  212):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   (  212):     d16 0000000000000000  d17 0000000063425b48
I/DEBUG   (  212):     d18 0000000063434010  d19 0000000000000000
I/DEBUG   (  212):     d20 0000000000000000  d21 0000000000000000
I/DEBUG   (  212):     d22 0000000000000000  d23 0000000000000000
I/DEBUG   (  212):     d24 3fc74721cad6b0ed  d25 3fc2f112df3e5244
I/DEBUG   (  212):     d26 0000000400000004  d27 0000000400000004
I/DEBUG   (  212):     d28 0000000000000000  d29 0000000000000000
I/DEBUG   (  212):     d30 0000000400000004  d31 0000000400000004
I/DEBUG   (  212):     scr 60000010
I/DEBUG   (  212):
I/DEBUG   (  212): backtrace:
I/DEBUG   (  212):     #00  pc 00b5a18a  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #01  pc 00b5a87f  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #02  pc 00b5a9f3  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #03  pc 00b5a1f7  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #04  pc 00cacbef  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #05  pc 00caca9d  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #06  pc 001e4879  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #07  pc 00206ba5  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #08  pc 002059db  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #09  pc 00205a73  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #10  pc 001c2737  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #11  pc 001c27ad  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #12  pc 001caa59  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #13  pc 001c24db  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #14  pc 001b0ff5  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #15  pc 001b5cff  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #16  pc 001b06af  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #17  pc 001be2ad  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #18  pc 001bbf87  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #19  pc 0000d248  /system/lib/libc.so (__thread_entry+72)
I/DEBUG   (  212):     #20  pc 0000d3e0  /system/lib/libc.so (pthread_create+240)
I/DEBUG   (  212):
I/DEBUG   (  212): stack:
I/DEBUG   (  212):          60991b50  665bae68
I/DEBUG   (  212):          60991b54  400e8fe3  /system/lib/libc.so (dlmalloc+4254)
I/DEBUG   (  212):          60991b58  00000024
I/DEBUG   (  212):          60991b5c  00313080
I/DEBUG   (  212):          60991b60  400e7f45  /system/lib/libc.so (dlmalloc)
I/DEBUG   (  212):          60991b64  634339e0
I/DEBUG   (  212):          60991b68  00000000
I/DEBUG   (  212):          60991b6c  63434010
I/DEBUG   (  212):          60991b70  634339e0
I/DEBUG   (  212):          60991b74  60991bc0  [stack:29093]
I/DEBUG   (  212):          60991b78  40126394
I/DEBUG   (  212):          60991b7c  602fd520
I/DEBUG   (  212):          60991b80  60991ba4  [stack:29093]
I/DEBUG   (  212):          60991b84  00000010
I/DEBUG   (  212):          60991b88  e3a070ad
I/DEBUG   (  212):          60991b8c  ef9000ad
I/DEBUG   (  212):     #00  60991b90  00000000
I/DEBUG   (  212):          60991b94  5cd5b883  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):     #01  60991b98  00000000
I/DEBUG   (  212):          60991b9c  00000000
I/DEBUG   (  212):          60991ba0  00000000
I/DEBUG   (  212):          60991ba4  5c41de00  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):          60991ba8  6343401c
I/DEBUG   (  212):          60991bac  00000001
I/DEBUG   (  212):          60991bb0  5d5693a0  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):          60991bb4  60991ba4  [stack:29093]
I/DEBUG   (  212):          60991bb8  60991ba4  [stack:29093]
I/DEBUG   (  212):          60991bbc  62477496
I/DEBUG   (  212):          60991bc0  00000000
I/DEBUG   (  212):          60991bc4  634339e0
I/DEBUG   (  212):          60991bc8  00000000
I/DEBUG   (  212):          60991bcc  634339f0
I/DEBUG   (  212):          60991bd0  5d62d8c0
I/DEBUG   (  212):          60991bd4  00000000
I/DEBUG   (  212):          ........  ........
I/DEBUG   (  212):     #02  60991be0  634339e0
I/DEBUG   (  212):          60991be4  5cd5b1f9  /system/lib/libwebviewchromium.so
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r0:
I/DEBUG   (  212):     665bae48 67fc3c90 0000001b 5d5680d8 5fcb4cd0
I/DEBUG   (  212):     665bae58 5fcb4cd4 5fcb4cd8 00008dcd 0000002b
I/DEBUG   (  212):     665bae68 5d55f208 63434010 00000000 00000000
I/DEBUG   (  212):     665bae78 00000000 00000000 602fcee0 00000000
I/DEBUG   (  212):     665bae88 b66f0400 0000004b 653dc680 ffffff88
I/DEBUG   (  212):     665bae98 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baea8 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baeb8 fac94917 00000000 6551d1e0 00000000
I/DEBUG   (  212):     665baec8 fb36cf78 00000000 68089770 00000103
I/DEBUG   (  212):     665baed8 00000001 00000001 627890e0 00000000
I/DEBUG   (  212):     665baee8 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baef8 44340000 44a00000 00000500 3f800000
I/DEBUG   (  212):     665baf08 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baf18 3f800000 00000000 00000000 00000000
I/DEBUG   (  212):     665baf28 00000000 3f800000 00000000 00000000
I/DEBUG   (  212):     665baf38 00000000 00000000 3f800000 00000010
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r3:
I/DEBUG   (  212):     665bae48 67fc3c90 0000001b 5d5680d8 5fcb4cd0
I/DEBUG   (  212):     665bae58 5fcb4cd4 5fcb4cd8 00008dcd 0000002b
I/DEBUG   (  212):     665bae68 5d55f208 63434010 00000000 00000000
I/DEBUG   (  212):     665bae78 00000000 00000000 602fcee0 00000000
I/DEBUG   (  212):     665bae88 b66f0400 0000004b 653dc680 ffffff88
I/DEBUG   (  212):     665bae98 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baea8 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baeb8 fac94917 00000000 6551d1e0 00000000
I/DEBUG   (  212):     665baec8 fb36cf78 00000000 68089770 00000103
I/DEBUG   (  212):     665baed8 00000001 00000001 627890e0 00000000
I/DEBUG   (  212):     665baee8 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baef8 44340000 44a00000 00000500 3f800000
I/DEBUG   (  212):     665baf08 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baf18 3f800000 00000000 00000000 00000000
I/DEBUG   (  212):     665baf28 00000000 3f800000 00000000 00000000
I/DEBUG   (  212):     665baf38 00000000 00000000 3f800000 00000010
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r4:
I/DEBUG   (  212):     665bae48 67fc3c90 0000001b 5d5680d8 5fcb4cd0
I/DEBUG   (  212):     665bae58 5fcb4cd4 5fcb4cd8 00008dcd 0000002b
I/DEBUG   (  212):     665bae68 5d55f208 63434010 00000000 00000000
I/DEBUG   (  212):     665bae78 00000000 00000000 602fcee0 00000000
I/DEBUG   (  212):     665bae88 b66f0400 0000004b 653dc680 ffffff88
I/DEBUG   (  212):     665bae98 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baea8 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baeb8 fac94917 00000000 6551d1e0 00000000
I/DEBUG   (  212):     665baec8 fb36cf78 00000000 68089770 00000103
I/DEBUG   (  212):     665baed8 00000001 00000001 627890e0 00000000
I/DEBUG   (  212):     665baee8 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baef8 44340000 44a00000 00000500 3f800000
I/DEBUG   (  212):     665baf08 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     665baf18 3f800000 00000000 00000000 00000000
I/DEBUG   (  212):     665baf28 00000000 3f800000 00000000 00000000
I/DEBUG   (  212):     665baf38 00000000 00000000 3f800000 00000010
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r5:
I/DEBUG   (  212):     40126374 00001000 00001000 00010000 00200000
I/DEBUG   (  212):     40126384 00000003 400fd7bd bee0594c bee059f1
I/DEBUG   (  212):     40126394 62477496 bee058fc 00000000 400cdcf0
I/DEBUG   (  212):     401263a4 00000007 00000008 6807bb70 00000000
I/DEBUG   (  212):     401263b4 41aa9000 00000009 0000000a 00000002
I/DEBUG   (  212):     401263c4 00000010 00000000 00000000 00000000
I/DEBUG   (  212):     401263d4 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     401263e4 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     401263f4 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126404 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126414 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126424 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126434 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126444 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126454 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126464 00000000 00000000 00000000 00000000
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r6:
I/DEBUG   (  212):     60991b84 00000010 e3a070ad ef9000ad 00000000
I/DEBUG   (  212):     60991b94 5cd5b883 00000000 00000000 00000000
I/DEBUG   (  212):     60991ba4 5c41de00 6343401c 00000001 5d5693a0
I/DEBUG   (  212):     60991bb4 60991ba4 60991ba4 62477496 00000000
I/DEBUG   (  212):     60991bc4 634339e0 00000000 634339f0 5d62d8c0
I/DEBUG   (  212):     60991bd4 00000000 60991ca6 5cd5b9f7 634339e0
I/DEBUG   (  212):     60991be4 5cd5b1f9 5cd5b9ed 00000000 00000000
I/DEBUG   (  212):     60991bf4 63436118 634340a8 5ceadbf1 634340a8
I/DEBUG   (  212):     60991c04 00000000 5ceadbcd 634340a8 634339f0
I/DEBUG   (  212):     60991c14 5ceada9f 5ceadbcd 00000000 634340e4
I/DEBUG   (  212):     60991c24 602f7198 0000007a 5c3e587b 63436100
I/DEBUG   (  212):     60991c34 5c407ba9 634340ac 00000000 63436100
I/DEBUG   (  212):     60991c44 5ceada71 634340ac 5c4069dd 5c407b71
I/DEBUG   (  212):     60991c54 00000000 634340c8 5c406a75 634340b4
I/DEBUG   (  212):     60991c64 5c3c3739 602f7198 0000007a 00000002
I/DEBUG   (  212):     60991c74 5c3c37b1 0000007a 665badf8 665badf8
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r7:
I/DEBUG   (  212):     634339c0 00000001 39808af0 00000000 00000000
I/DEBUG   (  212):     634339d0 6027a0b8 00000000 00000000 00000023
I/DEBUG   (  212):     634339e0 5d5e17f0 634332a0 602fcee0 634340a8
I/DEBUG   (  212):     634339f0 00000000 00001f90 00000020 00000023
I/DEBUG   (  212):     63433a00 00000001 00000000 00000000 00000000
I/DEBUG   (  212):     63433a10 60279af8 00000000 00000000 0000004b
I/DEBUG   (  212):     63433a20 00000000 00000000 00000003 00000000
I/DEBUG   (  212):     63433a30 00000000 00000000 00000005 00000000
I/DEBUG   (  212):     63433a40 00000000 00000000 00000000 00000011
I/DEBUG   (  212):     63433a50 634332e0 634339e8 00000040 00000012
I/DEBUG   (  212):     63433a60 00000000 0000001b 407e0ec0 00000006
I/DEBUG   (  212):     63433a70 00000008 00000000 634b30b8 00000023
I/DEBUG   (  212):     63433a80 00000001 3980dea0 00000000 00000000
I/DEBUG   (  212):     63433a90 6027a0b8 00000000 00000000 00000023
I/DEBUG   (  212):     63433aa0 5d569418 00000001 5c407b71 00000000
I/DEBUG   (  212):     63433ab0 634340ac 63433aa0 00000020 00000023
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r8:
I/DEBUG   (  212):     60991b80 60991ba4 00000010 e3a070ad ef9000ad
I/DEBUG   (  212):     60991b90 00000000 5cd5b883 00000000 00000000
I/DEBUG   (  212):     60991ba0 00000000 5c41de00 6343401c 00000001
I/DEBUG   (  212):     60991bb0 5d5693a0 60991ba4 60991ba4 62477496
I/DEBUG   (  212):     60991bc0 00000000 634339e0 00000000 634339f0
I/DEBUG   (  212):     60991bd0 5d62d8c0 00000000 60991ca6 5cd5b9f7
I/DEBUG   (  212):     60991be0 634339e0 5cd5b1f9 5cd5b9ed 00000000
I/DEBUG   (  212):     60991bf0 00000000 63436118 634340a8 5ceadbf1
I/DEBUG   (  212):     60991c00 634340a8 00000000 5ceadbcd 634340a8
I/DEBUG   (  212):     60991c10 634339f0 5ceada9f 5ceadbcd 00000000
I/DEBUG   (  212):     60991c20 634340e4 602f7198 0000007a 5c3e587b
I/DEBUG   (  212):     60991c30 63436100 5c407ba9 634340ac 00000000
I/DEBUG   (  212):     60991c40 63436100 5ceada71 634340ac 5c4069dd
I/DEBUG   (  212):     60991c50 5c407b71 00000000 634340c8 5c406a75
I/DEBUG   (  212):     60991c60 634340b4 5c3c3739 602f7198 0000007a
I/DEBUG   (  212):     60991c70 00000002 5c3c37b1 0000007a 665badf8
I/DEBUG   (  212):
I/DEBUG   (  212): memory near r9:
I/DEBUG   (  212):     40126374 00001000 00001000 00010000 00200000
I/DEBUG   (  212):     40126384 00000003 400fd7bd bee0594c bee059f1
I/DEBUG   (  212):     40126394 62477496 bee058fc 00000000 400cdcf0
I/DEBUG   (  212):     401263a4 00000007 00000008 6807bb70 00000000
I/DEBUG   (  212):     401263b4 41aa9000 00000009 0000000a 00000002
I/DEBUG   (  212):     401263c4 00000010 00000000 00000000 00000000
I/DEBUG   (  212):     401263d4 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     401263e4 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     401263f4 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126404 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126414 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126424 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126434 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126444 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126454 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     40126464 00000000 00000000 00000000 00000000
I/DEBUG   (  212):
I/DEBUG   (  212): memory near sl:
I/DEBUG   (  212):     602fd500 60387d98 00000020 0000005d 00000013
I/DEBUG   (  212):     602fd510 602fd520 00000000 00000000 00000013
I/DEBUG   (  212):     602fd520 00000000 602fd520 00000000 00000053
I/DEBUG   (  212):     602fd530 602fd690 602f7d48 00000000 602fd520
I/DEBUG   (  212):     602fd540 00000000 00000000 ffffffff 602f7b48
I/DEBUG   (  212):     602fd550 00000060 00000012 60991ca6 00000000
I/DEBUG   (  212):     602fd560 00000000 00000000 5c3c32b1 602f7198
I/DEBUG   (  212):     602fd570 00000002 00000082 00000000 00000023
I/DEBUG   (  212):     602fd580 60367af0 00000000 00000000 00000000
I/DEBUG   (  212):     602fd590 60367aec 60367ad0 00000000 00000023
I/DEBUG   (  212):     602fd5a0 5d4cc685 5d219baf 000000c0 5cd52927
I/DEBUG   (  212):     602fd5b0 5f2e5310 00000001 00000000 00000053
I/DEBUG   (  212):     602fd5c0 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     602fd5d0 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     602fd5e0 00000000 00000000 00000000 00000000
I/DEBUG   (  212):     602fd5f0 00000000 00000000 00000000 00000000
I/DEBUG   (  212):
I/DEBUG   (  212): memory near fp:
I/DEBUG   (  212):     63433ff0 63433ffc 00000004 00000001 634361d8
I/DEBUG   (  212):     63434000 00000000 00000043 00000028 00000053
I/DEBUG   (  212):     63434010 5d5693a0 67fc3c90 00000000 5fcb56a0
I/DEBUG   (  212):     63434020 5fcb56b4 5fcb56b4 ffffff00 602f7b48
I/DEBUG   (  212):     63434030 0000007a 00000012 63434028 63434028
I/DEBUG   (  212):     63434040 00000000 00000000 00000000 00000002
I/DEBUG   (  212):     63434050 00000100 00000000 00000050 0000004b
I/DEBUG   (  212):     63434060 0000000c 602fc490 40020b40 39830528
I/DEBUG   (  212):     63434070 6340000c 602fc4d0 00020b40 39830528
I/DEBUG   (  212):     63434080 6300000c 602fdb40 00020b40 39830528
I/DEBUG   (  212):     63434090 0000000c 602fc590 00030b40 39830528
I/DEBUG   (  212):     634340a0 00000048 000000fb 5d5f12e0 5d569428
I/DEBUG   (  212):     634340b0 0000007a 00000000 00000000 00000000
I/DEBUG   (  212):     634340c0 665badf8 634340b4 5d569438 63433aa0
I/DEBUG   (  212):     634340d0 5c4069b9 00000000 00000000 00000000
I/DEBUG   (  212):     634340e0 00000000 00000000 00000000 00000000
I/DEBUG   (  212):
I/DEBUG   (  212): memory near ip:
I/DEBUG   (  212):     5c396e3c bd104620 011cfdc4 4604b510 fff0f7ff
I/DEBUG   (  212):     5c396e4c f7e54620 4620eef2 2200bd10 47706002
I/DEBUG   (  212):     5c396e5c 60022200 b5104770 68484604 b1106020
I/DEBUG   (  212):     5c396e6c f0193004 4620ff88 b510bd10 68004604
I/DEBUG   (  212):     5c396e7c 6802b120 47886811 60232300 b510bd10
I/DEBUG   (  212):     5c396e8c b13a4614 f7ff4610 4620fff0 4010e8bd
I/DEBUG   (  212):     5c396e9c b930f3dd b510bd10 f0194604 b128ff70
I/DEBUG   (  212):     5c396eac d0031f20 3c04f854 478869d9 b510bd10
I/DEBUG   (  212):     5c396ebc 68004604 3004b110 ffedf7ff bd104620
I/DEBUG   (  212):     5c396ecc b5104b0e 4604447b f8403308 f15e3b50
I/DEBUG   (  212):     5c396edc f104fb9e f7e90038 f104fb0f f7e90020
I/DEBUG   (  212):     5c396eec f104fb0b f7e90008 1d20fb07 ffdff7ff
I/DEBUG   (  212):     5c396efc 44784803 60203008 bd104620 0118b354
I/DEBUG   (  212):     5c396f0c 011cfcb6 4604b510 ffdaf7ff f7e54620
I/DEBUG   (  212):     5c396f1c 4620ee8c 0000bd10 4605b5f0 b09d4c31
I/DEBUG   (  212):     5c396f2c 447c4b31 58e06829 46076802 2900921b
I/DEBUG   (  212):
I/DEBUG   (  212): memory near sp:
I/DEBUG   (  212):     60991b70 634339e0 60991bc0 40126394 602fd520
I/DEBUG   (  212):     60991b80 60991ba4 00000010 e3a070ad ef9000ad
I/DEBUG   (  212):     60991b90 00000000 5cd5b883 00000000 00000000
I/DEBUG   (  212):     60991ba0 00000000 5c41de00 6343401c 00000001
I/DEBUG   (  212):     60991bb0 5d5693a0 60991ba4 60991ba4 62477496
I/DEBUG   (  212):     60991bc0 00000000 634339e0 00000000 634339f0
I/DEBUG   (  212):     60991bd0 5d62d8c0 00000000 60991ca6 5cd5b9f7
I/DEBUG   (  212):     60991be0 634339e0 5cd5b1f9 5cd5b9ed 00000000
I/DEBUG   (  212):     60991bf0 00000000 63436118 634340a8 5ceadbf1
I/DEBUG   (  212):     60991c00 634340a8 00000000 5ceadbcd 634340a8
I/DEBUG   (  212):     60991c10 634339f0 5ceada9f 5ceadbcd 00000000
I/DEBUG   (  212):     60991c20 634340e4 602f7198 0000007a 5c3e587b
I/DEBUG   (  212):     60991c30 63436100 5c407ba9 634340ac 00000000
I/DEBUG   (  212):     60991c40 63436100 5ceada71 634340ac 5c4069dd
I/DEBUG   (  212):     60991c50 5c407b71 00000000 634340c8 5c406a75
I/DEBUG   (  212):     60991c60 634340b4 5c3c3739 602f7198 0000007a
I/DEBUG   (  212):
I/DEBUG   (  212): code around pc:
I/DEBUG   (  212):     5cd5b168 00886666 b5104b04 4604447b 60033308
I/DEBUG   (  212):     5cd5b178 cd5cf621 bd104620 00886654 4603b508
I/DEBUG   (  212):     5cd5b188 69516942 429169c2 2001d003 0020f883
I/DEBUG   (  212):     5cd5b198 6803bd08 47886919 f7ffbd08 b537bfef
I/DEBUG   (  212):     5cd5b1a8 6904ab02 680d3008 e903c803 98010003
I/DEBUG   (  212):     5cd5b1b8 f0109a00 d0020f01 58631041 eb04589a
I/DEBUG   (  212):     5cd5b1c8 46290060 bd3e4790 ab02b537 30086904
I/DEBUG   (  212):     5cd5b1d8 c803680d 0003e903 9a009801 0f01f010
I/DEBUG   (  212):     5cd5b1e8 1041d002 589a5863 0060eb04 47904629
I/DEBUG   (  212):     5cd5b1f8 0000bd3e b5104b04 4604447b 60033308
I/DEBUG   (  212):     5cd5b208 dd94f626 bd104620 0080401c 4604b510
I/DEBUG   (  212):     5cd5b218 fff0f7ff f6214620 4620cd0a 0000bd10
I/DEBUG   (  212):     5cd5b228 b5104b04 4604447b 60033308 dd7ef626
I/DEBUG   (  212):     5cd5b238 bd104620 008865c8 4604b510 fff0f7ff
I/DEBUG   (  212):     5cd5b248 f6214620 4620ccf4 0000bd10 b5104b04
I/DEBUG   (  212):     5cd5b258 4604447b 60033308 dd68f626 bd104620
I/DEBUG   (  212):
I/DEBUG   (  212): code around lr:
I/DEBUG   (  212):     5cd5b860 6878d004 69794632 fee2f7ff f6244630
I/DEBUG   (  212):     5cd5b870 9809de49 42886829 e003d006 f7ff4620
I/DEBUG   (  212):     5cd5b880 e7eafc81 ca00f621 e8bdb00b bf0083f0
I/DEBUG   (  212):     5cd5b890 008bb67c ffffc274 00803a08 4ff0e92d
I/DEBUG   (  212):     5cd5b8a0 4f23b08b 4e234604 808cf8df 447e447f
I/DEBUG   (  212):     5cd5b8b0 44f83708 f8d4a902 2000b00c 90039602
I/DEBUG   (  212):     5cd5b8c0 c903ad08 f8dbaa04 e8853000 ad060003
I/DEBUG   (  212):     5cd5b8d0 0003e882 0003e885 f8d32014 f6219010
I/DEBUG   (  212):     5cd5b8e0 4682c9a4 da70f628 0003e895 f8434653
I/DEBUG   (  212):     5cd5b8f0 e8837b08 46510003 4010f8ca f6494668
I/DEBUG   (  212):     5cd5b900 f104d91b 466a0110 8004f8cd 47c84658
I/ThermalEngine(  225): Sensor:batt_temp:34100 mC
I/DEBUG   (  212):     5cd5b910 46684605 d942f632 d0051c68 d1c92d00
I/DEBUG   (  212):     5cd5b920 f7ff4620 e7c5ff51 e8bdb00b bf008ff0
I/DEBUG   (  212):     5cd5b930 00885f58 0000013b fffff91b 4a294b28
I/DEBUG   (  212):     5cd5b940 e92d447b 460541f0 460f589e b0946169
I/DEBUG   (  212):     5cd5b950 aa084925 a80d6833 24004479 93139400

No comments:

Post a Comment