App crash touch event

Hi, I’m new in developing app. I start usign ionic like 2 months ago. Just a few days ago i found a bug that crash the app when i touch a text inside every tag except a. I’m using ionic beta 1 and my test are in android 4.3.

For example:

<ion-view title="Test">
  <ion-content padding="true">
      <div style="width: 100%; display: table; height:90% ">
             <div class="absolute-center" style="text-align: center;display: table-cell; vertical-align: middle;" >
                   <img src="img/EzpendoBigLogoTransparent.png" width="120px" height="120px"/>
                   <h2>Bienvenido</h2>
                  <button class="button button-block button-positive" ng-click="BtnLogin()">Iniciar sesión</button>
            </div>
      </div>
</ion-content></ion-view>

If i touch the Title Test, the app crash.Any ideas why this happend??

Puede que sea porque no está cerrado correctamente (al menos no lo está en lo que has pegado) o porque tengas alguna función asociada al título.

En cualquier caso, intenta actualizar la carpeta /lib de tu proyecto con los últimos archivos de la beta-8. Te los puedes bajar en www.ionicframework.com

saludos

Perdon, no copie la ultima linea, si esta cerrada la etiqueta, y ya trate de actualizar la version y como el error aun persiste, lo deje con el beta 1 aun porque tendria que corregir varias cosas en diseño.

Cuando se crashea que hace, se cierra la app? o simplemente no funciona?
Podrías intentar hacer debugging de tu app con la consola? Incluso podrías intentar utilizar un emulador para probar la app. Podrían ser varias cosas.

Se cierra la app. En el emulador no ocurre ese error. Hice un debug con logcat pero no le entiendo mucho y no pude ver que causa el error.

Esto es lo que me arroja logcat.

    E/SMD     (  157): DCD ON
E/Watchdog(  422): !@Sync 1771
I/InputReader(  422): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.10579 ] when=53163532384000
I/InputDispatcher(  422): Delivering touch to: action: 0x4
I/InputDispatcher(  422): Delivering touch to: action: 0x0
F/libc    ( 4028): Fatal signal 11 (SIGSEGV) at 0x00000020 (code=1), thread 4041 (WebViewCoreThre)
I/InputReader(  422): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=53163757899000
I/InputDispatcher(  422): Delivering touch to: action: 0x1
I/DEBUG   ( 3940): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 3940): Build fingerprint: 'samsung/d2ub/d2can:4.3/JSS15J/I747MUMUEND3:user/release-keys'
I/DEBUG   ( 3940): Revision: '16'
I/DEBUG   ( 3940): pid: 4028, tid: 4041, name: WebViewCoreThre  >>> com.ionicframework.starter <<<
I/DEBUG   ( 3940): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000020
I/DEBUG   ( 3940):     r0 5f6556c0  r1 5f6557bc  r2 00000000  r3 00000000
I/DEBUG   ( 3940):     r4 5f6556c0  r5 000000fa  r6 00000000  r7 5f6556c0
I/DEBUG   ( 3940):     r8 000000fa  r9 000001f4  sl 62e912e0  fp 5f655c84
I/DEBUG   ( 3940):     ip 00000000  sp 5f6555b0  lr 5e386f79  pc 5e385404  cpsr 20000030
I/DEBUG   ( 3940):     d0  434b0000cf000000  d1  4208000041a00000
I/DEBUG   ( 3940):     d2  0000000042080000  d3  0000000000000000
I/DEBUG   ( 3940):     d4  00200030006e0061  d5  006e0061004b0024
I/DEBUG   ( 3940):     d6  004b002400200056  d7  000000144f000000
I/DEBUG   ( 3940):     d8  0000000000000000  d9  0000000000000000
I/DEBUG   ( 3940):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 3940):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 3940):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 3940):     d16 0000000000000000  d17 0000000000000000
I/DEBUG   ( 3940):     d18 0000000000000007  d19 0000000700000000
I/DEBUG   ( 3940):     d20 0000000000000000  d21 0000000700000000
I/DEBUG   ( 3940):     d22 409c546462e8784c  d23 62e8784c00000000
I/DEBUG   ( 3940):     d24 0000884000008840  d25 0000884000008840
I/DEBUG   ( 3940):     d26 8840884088408840  d27 8840884088408840
I/DEBUG   ( 3940):     d28 0000000000000000  d29 8000000000000000
I/DEBUG   ( 3940):     d30 4084000000000000  d31 0000000000000000
I/DEBUG   ( 3940):     scr 60000013
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): backtrace:
I/DEBUG   ( 3940):     #00  pc 000fd404  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #01  pc 000fef75  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #02  pc 000ff299  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #03  pc 000f113d  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #04  pc 000ec697  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #05  pc 0040cbdb  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #06  pc 0040cd81  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #07  pc 0040d4a1  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #08  pc 0029549b  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #09  pc 00295747  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #10  pc 00020b8c  /system/lib/libdvm.so (dvmPlatformInvoke+112)
I/DEBUG   ( 3940):     #11  pc 000516eb  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
I/DEBUG   ( 3940):     #12  pc 0002a020  /system/lib/libdvm.so
I/DEBUG   ( 3940):     #13  pc 0002e9e4  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
I/DEBUG   ( 3940):     #14  pc 0006387d  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
I/DEBUG   ( 3940):     #15  pc 000638a7  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
I/DEBUG   ( 3940):     #16  pc 000585fb  /system/lib/libdvm.so
I/DEBUG   ( 3940):     #17  pc 0000cc60  /system/lib/libc.so (__thread_entry+72)
I/DEBUG   ( 3940):     #18  pc 0000cddc  /system/lib/libc.so (pthread_create+208)
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): stack:
I/DEBUG   ( 3940):          5f655570  6159f298
I/DEBUG   ( 3940):          5f655574  00000000
I/DEBUG   ( 3940):          5f655578  5f65558c
I/DEBUG   ( 3940):          5f65557c  5f6555c4
I/DEBUG   ( 3940):          5f655580  6159f298
I/DEBUG   ( 3940):          5f655584  5e381ef3  /system/lib/libwebcore.so
I/DEBUG   ( 3940):          5f655588  00000000
I/DEBUG   ( 3940):          5f65558c  00000000
I/DEBUG   ( 3940):          5f655590  5f6555c0
I/DEBUG   ( 3940):          5f655594  5f6555c4
I/DEBUG   ( 3940):          5f655598  5f655650
I/DEBUG   ( 3940):          5f65559c  6159f298
I/DEBUG   ( 3940):          5f6555a0  00000002
I/DEBUG   ( 3940):          5f6555a4  000000fa
I/DEBUG   ( 3940):          5f6555a8  df0027ad
I/DEBUG   ( 3940):          5f6555ac  00000000
I/DEBUG   ( 3940):     #00  5f6555b0  5f6556c0
I/DEBUG   ( 3940):          5f6555b4  5f6557bc
I/DEBUG   ( 3940):          5f6555b8  00000000
I/DEBUG   ( 3940):          5f6555bc  5f6557bc
I/DEBUG   ( 3940):          5f6555c0  5f6556c0
I/DEBUG   ( 3940):          5f6555c4  000000fa
I/DEBUG   ( 3940):          5f6555c8  5f6556c0
I/DEBUG   ( 3940):          5f6555cc  5f6556c0
I/DEBUG   ( 3940):          5f6555d0  000000fa
I/DEBUG   ( 3940):          5f6555d4  000001f4
I/DEBUG   ( 3940):          5f6555d8  62e912e0
I/DEBUG   ( 3940):          5f6555dc  5e386f79  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #01  5f6555e0  5f6556c0
I/DEBUG   ( 3940):          5f6555e4  00000000
I/DEBUG   ( 3940):          5f6555e8  00000000
I/DEBUG   ( 3940):          5f6555ec  5f6556b4
I/DEBUG   ( 3940):          5f6555f0  000000fa
I/DEBUG   ( 3940):          5f6555f4  5f6556c0
I/DEBUG   ( 3940):          5f6555f8  5f6556c0
I/DEBUG   ( 3940):          5f6555fc  000000fa
I/DEBUG   ( 3940):          5f655600  000001f4
I/DEBUG   ( 3940):          5f655604  62e912e0
I/DEBUG   ( 3940):          5f655608  5f655c84
I/DEBUG   ( 3940):          5f65560c  5e38729d  /system/lib/libwebcore.so
I/DEBUG   ( 3940):     #02  5f655610  5f655778
I/DEBUG   ( 3940):          5f655614  62e7f798
I/DEBUG   ( 3940):          5f655618  6159f298
I/DEBUG   ( 3940):          5f65561c  00000000
I/DEBUG   ( 3940):          5f655620  000000fa
I/DEBUG   ( 3940):          5f655624  5e379141  /system/lib/libwebcore.so
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near r0:
I/DEBUG   ( 3940):     5f6556a0 00000000 00000000 00000000 5e378fb3
I/DEBUG   ( 3940):     5f6556b0 5f6556c0 00000000 00000000 5e388300
I/DEBUG   ( 3940):     5f6556c0 00000000 00000000 00000001 00000000
I/DEBUG   ( 3940):     5f6556d0 00000000 5f6556dc 00000001 5e388409
I/DEBUG   ( 3940):     5f6556e0 606b5988 00000002 606b5988 00000002
I/DEBUG   ( 3940):     5f6556f0 00000000 00000000 00000003 00000004
I/DEBUG   ( 3940):     5f655700 00000000 00000000 00000000 00000000
I/DEBUG   ( 3940):     5f655710 40175000 5f6557bc 00000000 00000000
I/DEBUG   ( 3940):     5f655720 61b847e0 5f655778 00000003 00000000
I/DEBUG   ( 3940):     5f655730 00000000 00000000 5f6557bc 00000068
I/DEBUG   ( 3940):     5f655740 01000000 5e49a400 5e879cc4 62e7f798
I/DEBUG   ( 3940):     5f655750 5f6557bc 5f655968 000001f4 5e49a46f
I/DEBUG   ( 3940):     5f655760 5e879cc4 5e37469b 000000a7 00000019
I/DEBUG   ( 3940):     5f655770 000000a7 00000019 6110bd50 00000000
I/DEBUG   ( 3940):     5f655780 6109b6f1 00000001 40175208 5f6558cc
I/DEBUG   ( 3940):     5f655790 5f655964 5e879cc4 5f655968 5e694bdf
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near r1:
I/DEBUG   ( 3940):     5f65579c 5e694bdf 5f6559a8 00000000 00000000
I/DEBUG   ( 3940):     5f6557ac 00000000 00000000 5e5d7c55 5f6557c8
I/DEBUG   ( 3940):     5f6557bc 00000000 61179a64 00000000 000000b1
I/DEBUG   ( 3940):     5f6557cc 00000019 62e87860 62e87860 000000b1
I/DEBUG   ( 3940):     5f6557dc 00000019 000000a7 00000019 00000000
I/DEBUG   ( 3940):     5f6557ec 00000000 00000100 00000004 00000004
I/DEBUG   ( 3940):     5f6557fc 00000004 00000100 00000100 00000108
I/DEBUG   ( 3940):     5f65580c 00000008 610e0600 4013a8e3 00000000
I/DEBUG   ( 3940):     5f65581c 00000000 00000000 00000000 61179a64
I/DEBUG   ( 3940):     5f65582c 61ba50d8 00000100 61c25930 40175208
I/DEBUG   ( 3940):     5f65583c 61b847e0 00000000 00000000 5f655c84
I/DEBUG   ( 3940):     5f65584c 40137c55 0000003f 5e374877 61ba50d8
I/DEBUG   ( 3940):     5f65585c 610e0600 0000003f 61ba50d8 5f655904
I/DEBUG   ( 3940):     5f65586c 5e440151 5f655a38 5f655a38 00000000
I/DEBUG   ( 3940):     5f65587c 00000000 61179988 61ba50d8 40172000
I/DEBUG   ( 3940):     5f65588c 61ba50d8 5f655904 61c25930 0000000a
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near r4:
I/DEBUG   ( 3940):     5f6556a0 00000000 00000000 00000000 5e378fb3
I/DEBUG   ( 3940):     5f6556b0 5f6556c0 00000000 00000000 5e388300
I/DEBUG   ( 3940):     5f6556c0 00000000 00000000 00000001 00000000
I/DEBUG   ( 3940):     5f6556d0 00000000 5f6556dc 00000001 5e388409
I/DEBUG   ( 3940):     5f6556e0 606b5988 00000002 606b5988 00000002
I/DEBUG   ( 3940):     5f6556f0 00000000 00000000 00000003 00000004
I/DEBUG   ( 3940):     5f655700 00000000 00000000 00000000 00000000
I/DEBUG   ( 3940):     5f655710 40175000 5f6557bc 00000000 00000000
I/DEBUG   ( 3940):     5f655720 61b847e0 5f655778 00000003 00000000
I/DEBUG   ( 3940):     5f655730 00000000 00000000 5f6557bc 00000068
I/DEBUG   ( 3940):     5f655740 01000000 5e49a400 5e879cc4 62e7f798
I/DEBUG   ( 3940):     5f655750 5f6557bc 5f655968 000001f4 5e49a46f
I/DEBUG   ( 3940):     5f655760 5e879cc4 5e37469b 000000a7 00000019
I/DEBUG   ( 3940):     5f655770 000000a7 00000019 6110bd50 00000000
I/DEBUG   ( 3940):     5f655780 6109b6f1 00000001 40175208 5f6558cc
I/DEBUG   ( 3940):     5f655790 5f655964 5e879cc4 5f655968 5e694bdf
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near r7:
I/DEBUG   ( 3940):     5f6556a0 00000000 00000000 00000000 5e378fb3
I/DEBUG   ( 3940):     5f6556b0 5f6556c0 00000000 00000000 5e388300
I/DEBUG   ( 3940):     5f6556c0 00000000 00000000 00000001 00000000
I/DEBUG   ( 3940):     5f6556d0 00000000 5f6556dc 00000001 5e388409
I/DEBUG   ( 3940):     5f6556e0 606b5988 00000002 606b5988 00000002
I/DEBUG   ( 3940):     5f6556f0 00000000 00000000 00000003 00000004
I/DEBUG   ( 3940):     5f655700 00000000 00000000 00000000 00000000
I/DEBUG   ( 3940):     5f655710 40175000 5f6557bc 00000000 00000000
I/DEBUG   ( 3940):     5f655720 61b847e0 5f655778 00000003 00000000
I/DEBUG   ( 3940):     5f655730 00000000 00000000 5f6557bc 00000068
I/DEBUG   ( 3940):     5f655740 01000000 5e49a400 5e879cc4 62e7f798
I/DEBUG   ( 3940):     5f655750 5f6557bc 5f655968 000001f4 5e49a46f
I/DEBUG   ( 3940):     5f655760 5e879cc4 5e37469b 000000a7 00000019
I/DEBUG   ( 3940):     5f655770 000000a7 00000019 6110bd50 00000000
I/DEBUG   ( 3940):     5f655780 6109b6f1 00000001 40175208 5f6558cc
I/DEBUG   ( 3940):     5f655790 5f655964 5e879cc4 5f655968 5e694bdf
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near sl:
I/DEBUG   ( 3940):     62e912c0 00000084 00000001 00000000 00000100
I/DEBUG   ( 3940):     62e912d0 7fffffff 7fffffff 00000048 0000002b
I/DEBUG   ( 3940):     62e912e0 6109b610 00000040 0000003f 00000001
I/DEBUG   ( 3940):     62e912f0 00000000 62e888f8 62e888f8 62e888f0
I/DEBUG   ( 3940):     62e91300 00000028 00000013 5e850ef0 61b668f8
I/DEBUG   ( 3940):     62e91310 00000000 00000071 61b91898 62e8d520
I/DEBUG   ( 3940):     62e91320 000001d1 000001e2 62e9ac98 00000000
I/DEBUG   ( 3940):     62e91330 62e9b428 000001e4 00000000 00000000
I/DEBUG   ( 3940):     62e91340 62e91350 00000000 62e89e00 00000021
I/DEBUG   ( 3940):     62e91350 606f2478 40175050 00000001 00000000
I/DEBUG   ( 3940):     62e91360 4093dd7d 4093cd35 00000058 0000001a
I/DEBUG   ( 3940):     62e91370 62e7ec38 62ffd840 000000d5 00000000
I/DEBUG   ( 3940):     62e91380 00000070 00000042 5e858d68 00000000
I/DEBUG   ( 3940):     62e91390 62e913c8 00000000 00000000 00000000
I/DEBUG   ( 3940):     62e913a0 00000000 00000000 00000000 7fffffff
I/DEBUG   ( 3940):     62e913b0 7fffffff 00000000 00000000 00000000
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near fp:
I/DEBUG   ( 3940):     5f655c64 00000004 00000001 40b52685 5ee0bd98
I/DEBUG   ( 3940):     5f655c74 00000001 00000000 425ee470 425ee560
I/DEBUG   ( 3940):     5f655c84 40b576ef 5ee0bd98 59426c64 5e51d719
I/DEBUG   ( 3940):     5f655c94 5edd1750 00000000 5edd1740 00000000
I/DEBUG   ( 3940):     5f655ca4 00000000 5edd1768 40175208 5edd1740
I/DEBUG   ( 3940):     5f655cb4 604e7930 00000000 00000028 40bc8c2c
I/DEBUG   ( 3940):     5f655cc4 40b828cd 5f655d4c 57c19b6c 00000001
I/DEBUG   ( 3940):     5f655cd4 4240f1e8 00000001 00000003 5f655d54
I/DEBUG   ( 3940):     5f655ce4 57b9e374 00000001 42303000 0000008b
I/DEBUG   ( 3940):     5f655cf4 00000001 57b9e360 594b2807 5f655d54
I/DEBUG   ( 3940):     5f655d04 00000038 00000001 40b74ee7 594b2807
I/DEBUG   ( 3940):     5f655d14 42303000 578be838 594b2807 000091a7
I/DEBUG   ( 3940):     5f655d24 5972c000 00000002 40175208 590a5880
I/DEBUG   ( 3940):     5f655d34 40b753e7 5f655d54 594b2807 5f655d54
I/DEBUG   ( 3940):     5f655d44 40b75a19 0000000b 40175208 000020c2
I/DEBUG   ( 3940):     5f655d54 578be838 00000c6a 40b5c1e7 4264097c
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): memory near sp:
I/DEBUG   ( 3940):     5f655590 5f6555c0 5f6555c4 5f655650 6159f298
I/DEBUG   ( 3940):     5f6555a0 00000002 000000fa df0027ad 00000000
I/DEBUG   ( 3940):     5f6555b0 5f6556c0 5f6557bc 00000000 5f6557bc
I/DEBUG   ( 3940):     5f6555c0 5f6556c0 000000fa 5f6556c0 5f6556c0
I/DEBUG   ( 3940):     5f6555d0 000000fa 000001f4 62e912e0 5e386f79
I/DEBUG   ( 3940):     5f6555e0 5f6556c0 00000000 00000000 5f6556b4
I/DEBUG   ( 3940):     5f6555f0 000000fa 5f6556c0 5f6556c0 000000fa
I/DEBUG   ( 3940):     5f655600 000001f4 62e912e0 5f655c84 5e38729d
I/DEBUG   ( 3940):     5f655610 5f655778 62e7f798 6159f298 00000000
I/DEBUG   ( 3940):     5f655620 000000fa 5e379141 00000000 5e38e059
I/DEBUG   ( 3940):     5f655630 00000003 00000000 00000005 5f655778
I/DEBUG   ( 3940):     5f655640 5f655658 5e381535 5f655778 5e38ef07
I/DEBUG   ( 3940):     5f655650 00000000 00000000 00000000 00000000
I/DEBUG   ( 3940):     5f655660 00000000 5f6556c0 00000001 5e38a9bd
I/DEBUG   ( 3940):     5f655670 00000000 00000000 5f655778 00000000
I/DEBUG   ( 3940):     5f655680 5f655690 5e381535 00000001 5e38ef6f
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): code around pc:
I/DEBUG   ( 3940):     5e3853e4 b53783fe 68044615 462b9300 f7ff6a22
I/DEBUG   ( 3940):     5e3853f4 bd3effbd 47ffe92d 6dc64604 6803b90e
I/DEBUG   ( 3940):     5e385404 68706a1e 102df890 0f18f011 80c9f000
I/DEBUG   ( 3940):     5e385414 2081f894 f0402a00 e0c080c4 e0ab6ae3
I/DEBUG   ( 3940):     5e385424 203cf896 a030f8d7 1e80f3c2 bf2c458a
I/DEBUG   ( 3940):     5e385434 460d4655 0f00f1be 6ee2d004 6f22b11a
I/DEBUG   ( 3940):     5e385444 e0006812 f8946ab2 f1bcc064 f0400f00
I/DEBUG   ( 3940):     5e385454 429780b6 80bef040 f04045aa f1ba80bb
I/DEBUG   ( 3940):     5e385464 f0400f00 e0b580ac 200cf810 f0402a00
I/DEBUG   ( 3940):     5e385474 e00280b1 f0002a00 f8d480ad 45c88060
I/DEBUG   ( 3940):     5e385484 80b3f040 f0002d00 1e6f80b0 4639a803
I/DEBUG   ( 3940):     5e385494 fb21f7ff f0402820 b94780a8 46411c78
I/DEBUG   ( 3940):     5e3854a4 46329000 463b4620 ff60f7ff 1e7de073
I/DEBUG   ( 3940):     5e3854b4 4629a803 fb0ff7ff d1ef2820 6fa7e0a9
I/DEBUG   ( 3940):     5e3854c4 37016ee2 d2054297 f8526f22 e0027027
I/DEBUG   ( 3940):     5e3854d4 e0006aff 45452700 a803d245 f7ff4629
I/DEBUG   ( 3940):
I/DEBUG   ( 3940): code around lr:
I/DEBUG   ( 3940):     5e386f58 6d61e0d3 6da2b929 6562b11a 65e165a1
I/DEBUG   ( 3940):     5e386f68 6d636061 f0002b00 46208090 fa40f7fe
I/DEBUG   ( 3940):     5e386f78 28006b60 80c1f040 f894e087 b1222083
I/DEBUG   ( 3940):     5e386f88 fdb2f7fd f0402800 6820808c 42986aa3
I/DEBUG   ( 3940):     5e386f98 6ae5d106 4620b925 fc0bf7fe e0ac6025
I/DEBUG   ( 3940):     5e386fa8 b9256a05 8008f884 8009f884 7a21e02b
I/DEBUG   ( 3940):     5e386fb8 d1282900 c019f895 710cea5f 6802d579
I/DEBUG   ( 3940):     5e386fc8 308cf8d2 28034798 e06dd173 4628682a
I/DEBUG   ( 3940):     5e386fd8 3100f8d2 b1184798 f7fe4620 e066ff9e
I/DEBUG   ( 3940):     5e386fe8 07427e68 68a8d46d d06a2800 070b6a41
I/DEBUG   ( 3940):     5e386ff8 6802d567 321cf8d2 28004798 e060d1ec
I/DEBUG   ( 3940):     5e387008 28006b60 7a65d179 6821b935 f0126a4a
I/DEBUG   ( 3940):     5e387018 d0020504 e0006a8d 60662500 6820bb3d
I/DEBUG   ( 3940):     5e387028 bb0d69c5 f7f34629 6827f91e b030f8d4
I/DEBUG   ( 3940):     5e387038 468268ff 6aa3e016 d05e429f 46396aa0
I/DEBUG   ( 3940):     5e387048 f9f8f7f3 d1582800 4620e03f fef6f7fd
I/DEBUG   ( 3940): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 4028
I/ActivityManager(  422): Notify an ApplicationCrash
I/BootReceiver(  422): Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE)
I/dumpstate( 4073): begin
F/libc    ( 4075): Fatal signal 13 (SIGPIPE) at 0x00000feb (code=0), thread 4075 (uptime)
D/STATUSBAR-StatusBarManagerService(  422): manageDisableList what=0x0 pkg=WindowManager.LayoutParams
I/BootReceiver(  422): Notify a SYSTEM_TOMBSTONE FilePath:tombstone_03
D/CrashAnrDetector(  422): Build: samsung/d2ub/d2can:4.3/JSS15J/I747MUMUEND3:user/release-keys
D/CrashAnrDetector(  422): Hardware: MSM8960
D/CrashAnrDetector(  422): Revision: 16
D/CrashAnrDetector(  422): Bootloader: I747MUMUEND3
D/CrashAnrDetector(  422): Radio: unknown
D/CrashAnrDetector(  422): Kernel: Linux version 3.0.31-2650298 (se.infra@R0210-03) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Wed Apr 23 21:31:53 KST 2014
D/CrashAnrDetector(  422):
D/CrashAnrDetector(  422): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
D/CrashAnrDetector(  422): Build fingerprint: 'samsung/d2ub/d2can:4.3/JSS15J/I747MUMUEND3:user/release-keys'
D/CrashAnrDetector(  422): Revision: '16'
D/CrashAnrDetector(  422): pid: 4028, tid: 4041, name: WebViewCoreThre  >>> com.ionicframework.starter <<<
D/CrashAnrDetector(  422): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000020
D/CrashAnrDetector(  422):     r0 5f6556c0  r1 5f6557bc  r2 00000000  r3 00000000
D/CrashAnrDetector(  422):     r4 5f6556c0  r5 000000fa  r6 00000000  r7 5f6556c0
D/CrashAnrDetector(  422):     r8 000000fa  r9 000001f4  sl 62e912e0  fp 5f655c84
D/CrashAnrDetector(  422):     ip 00000000  sp 5f6555b0  lr 5e386f79  pc 5e385404  cpsr 20000030
D/CrashAnrDetector(  422):     d0  434b0000cf000000  d1  4208000041a00000
D/CrashAnrDetector(  422):     d2  0000000042080000  d3  0000000000000000
D/CrashAnrDetector(  422):     d4  00200030006e0061  d5  006e0061004b0024
D/CrashAnrDetector(  422):     d6  004b002400200056  d7  000000144f000000
D/CrashAnrDetector(  422):     d8  0000000000000000  d9  0000000000000000
D/CrashAnrDetector(  422):     d10 0000000000000000  d11 0000000000000000
D/CrashAnrDetector(  422):     d12 0000000000000000  d13 0000000000000000
D/CrashAnrDetector(  422):     d14 0000000000000000  d15 0000000000000000
D/CrashAnrDetector(  422):     d16 0000000000000000  d17 0000000000000000
D/CrashAnrDetector(  422):     d18 0000000000000007  d19 0000000700000000
D/CrashAnrDetector(  422):     d20 0000000000000000  d21 0000000700000000
D/CrashAnrDetector(  422):     d22 409c546462e8784c  d23 62e8784c00000000
D/CrashAnrDetector(  422):     d24 0000884000008840  d25 0000884000008840
D/CrashAnrDetector(  422):     d26 8840884088408840  d27 8840884088408840
D/CrashAnrDetector(  422):     d28 0000000000000000  d29 8000000000000000
D/CrashAnrDetector(  422):     d30 4084000000000000  d31 0000000000000000
D/CrashAnrDetector(  422):     scr 60000013
D/CrashAnrDetector(  422):
D/CrashAnrDetector(  422): backtrace:
D/CrashAnrDetector(  422):     #00  pc 000fd404  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #01  pc 000fef75  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #02  pc 000ff299  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #03  pc 000f113d  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #04  pc 000ec697  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #05  pc 0040cbdb  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #06  pc 0040cd81  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #07  pc 0040d4a1  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #08  pc 0029549b  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #09  pc 00295747  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #10  pc 00020b8c  /system/lib/libdvm.so (dvmPlatformInvoke+112)
D/CrashAnrDetector(  422):     #11  pc 000516eb  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
D/CrashAnrDetector(  422):     #12  pc 0002a020  /system/lib/libdvm.so
D/CrashAnrDetector(  422):     #13  pc 0002e9e4  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
D/CrashAnrDetector(  422):     #14  pc 0006387d  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
D/CrashAnrDetector(  422):     #15  pc 000638a7  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
D/CrashAnrDetector(  422):     #16  pc 000585fb  /system/lib/libdvm.so
D/CrashAnrDetector(  422):     #17  pc 0000cc60  /system/lib/libc.so (__thread_entry+72)
D/CrashAnrDetector(  422):     #18  pc 0000cddc  /system/lib/libc.so (pthread_create+208)
D/CrashAnrDetector(  422):
D/CrashAnrDetector(  422): stack:
D/CrashAnrDetector(  422):          5f655570  6159f298
D/CrashAnrDetector(  422):          5f655574  00000000
D/CrashAnrDetector(  422):          5f655578  5f65558c
D/CrashAnrDetector(  422):          5f65557c  5f6555c4
D/CrashAnrDetector(  422):          5f655580  6159f298
D/CrashAnrDetector(  422):          5f655584  5e381ef3  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):          5f655588  00000000
D/CrashAnrDetector(  422):          5f65558c  00000000
D/CrashAnrDetector(  422):          5f655590  5f6555c0
D/CrashAnrDetector(  422):          5f655594  5f6555c4
D/CrashAnrDetector(  422):          5f655598  5f655650
D/CrashAnrDetector(  422):          5f65559c  6159f298
D/CrashAnrDetector(  422):          5f6555a0  00000002
D/CrashAnrDetector(  422):          5f6555a4  000000fa
D/CrashAnrDetector(  422):          5f6555a8  df0027ad
D/CrashAnrDetector(  422):          5f6555ac  00000000
D/CrashAnrDetector(  422):     #00  5f6555b0  5f6556c0
D/CrashAnrDetector(  422):          5f6555b4  5f6557bc
D/CrashAnrDetector(  422):          5f6555b8  00000000
D/CrashAnrDetector(  422):          5f6555bc  5f6557bc
D/CrashAnrDetector(  422):          5f6555c0  5f6556c0
D/CrashAnrDetector(  422):          5f6555c4  000000fa
D/CrashAnrDetector(  422):          5f6555c8  5f6556c0
D/CrashAnrDetector(  422):          5f6555cc  5f6556c0
D/CrashAnrDetector(  422):          5f6555d0  000000fa
D/CrashAnrDetector(  422):          5f6555d4  000001f4
D/CrashAnrDetector(  422):          5f6555d8  62e912e0
D/CrashAnrDetector(  422):          5f6555dc  5e386f79  /system/lib/libwebcore.so
D/CrashAnrDetector(  422):     #01  5f6555e0  5f6556c0
D/CrashAnrDetector(  422):          5f6555e4  00000000
D/CrashAnrDetector(  422):          5f6555e8  00000000
D/CrashAnrDetector(  422):          5f6555ec  5f6556b4
D/CrashAnrDetector(  422):          5f6555f0  000000fa
D/CrashAnrDetector(  422):          5f6555f4  5f6556c0
D/CrashAnrDetector(  422):          5f6555f8  5f6556c0
D/CrashAnrDetector(  422):          5f6555fc  000000fa
D/CrashAnrDetector(  422):          5f655600  000001f4
D/CrashAnrDetector(  422):          5f655604  62e912e0
D/CrashAnrDetector(  422):          5f655608  5f655c84
D/CrashAnrDetector(  422):          5f65560c  5e38729
D/CrashAnrDetector(  422): processName:com.ionicframework.starter
D/CrashAnrDetector(  422): broadcastEvent : com.ionicframework.starter SYSTEM_TOMBSTONE
E/MP-Decision( 1372): mpdecision_server: received msg --Nw 1.99 --Tw 140 --Ns 1.1 --Ts 190 --util_h 70 --util_l 60
E/MP-Decision( 1372): mpdecision_server(): New Decision parameters Nw=1.990000, Tw=140, Ns=1.100000, Ts=190, util_h=70, util_l=60
E/MP-Decision( 1372): mpdecision_server()-def apply: New Decision parameters Nw=1.900000, Tw=140, Ns=1.100000, Ts=190, util_h=75, util_l=20
E/MP-Decision( 1372): mpdecision_server()-def apply: New Decision parameters Nw=2.700000, Tw=90, Ns=2.100000, Ts=240, util_h=400, util_l=0
E/MP-Decision( 1372): mpdecision_server()-def apply: New Decision parameters Nw=3.500000, Tw=90, Ns=3.100000, Ts=240, util_h=400, util_l=0
E/android.os.Debug(  422): !@Dumpstate > dumpstate -k -t -z -d -o /data/log/dumpstate_app_error
I/dumpstate( 4077): begin
I/dumpstate( 4077): dumpstate is still running
D/BatteryService(  422): update start
D/BatteryService(  422): level:70, scale:100, status:2, health:2, present:true, voltage: 4061, temperature: 333, technology: Li-ion, AC powered:false, USB powered:true, Wireless powered:false, icon:17303560, invalid charger:0, online:4, charge type:0, current avg:
0
W/ActivityManager(  422): mDVFSHelper.acquire()
E/MP-Decision( 1372): Error setting a sleep mode for secondary cores - -38
D/BatteryService(  422): Sending ACTION_BATTERY_CHANGED.
V/WindowManager(  422): rotationForOrientationLw(orient=5, last=0); user=0  sensorRotation=-1 isCoverOpen=true mLidState=-1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=false
V/WindowManager(  422): Application requested orientation 5, got rotation 0 which has compatible metrics
D/WindowManager(  422): computeScreenConfigurationLocked() set config.orientation=1 dw=720 dh=1280 Callers=com.android.server.wm.WindowManagerService.updateOrientationFromAppTokensLocked:5171 com.android.server.wm.WindowManagerService.updateOrientationFromAppToken
s:5142 com.android.server.am.ActivityStack.resumeTopActivityLocked:2776
D/PowerManagerService(  422): setKeyboardVisibility: false
D/Launcher.HomeFragment(  940): onStart
E/Launcher(  940): Error finding setting, default accessibility to not found: accessibility_enabled
D/Launcher.HomeFragment(  940): onResume
D/MenuAppsGridFragment(  940): onResume
D/AbsListView(  940): onVisibilityChanged() is called, visibility : 0
D/AbsListView(  940): unregisterIRListener() is called
D/LockPatternUtils(  422): isPcwEnable = 10
D/STATUSBAR-BatteryController(  786): onReceive() - ACTION_BATTERY_CHANGED
D/STATUSBAR-BatteryController(  786): onReceive() - BATTERY_STATUS_CHARGING:
D/STATUSBAR-IconMerger(  786): checkOverflow(240), More:false, Req:false Child:1
D/STATUSBAR-PhoneStatusBar(  786):  mBrightnessEnablebySettings = true mBrightnessEnablebyBattery = true mBrightnessEnablebyDisableFlag = true
V/WindowManager(  422): Window{424aa7f0 u0 Keyguard}mOrientationRequetedFromKeyguard=false
V/WindowManager(  422): Window{424aa7f0 u0 Keyguard}mOrientationRequetedFromKeyguard=false
W/ActivityManager(  422): Permission denied: checkComponentPermission() owningUid=10021
W/ActivityManager(  422): Permission denied: checkComponentPermission() owningUid=10022
D/Mms/UIEventReceiver(17744): ui event
W/ActivityManager(  422): Permission denied: checkComponentPermission() owningUid=10234
E/MP-Decision( 1372): Error setting a sleep mode for secondary cores - -38
W/ActivityManager(  422): mDVFSHelper.release()
E/SMD     (  157): DCD ON
D/SensorService(  422):   0.2 -0.0 9.9
E/Sensors (  422): accelHandler 0.132924 -0.061073 9.930948

Resuelto. Era en css, tenia

html, body { };

y le quite el html

body { };

y ya quedo.