android - More than 3 fingers on webview causes app crash? -


like title says, when drag more 2 fingers across webview. causes app crash following log:

05-18 23:30:53.435: error/dalvikvm(8204): jni error (app bug): local reference table overflow (max=512) 05-18 23:30:53.435: warn/dalvikvm(8204): jni local reference table (0x51d30d68) dump: 05-18 23:30:53.435: warn/dalvikvm(8204): last 10 entries (of 512): 05-18 23:30:53.435: warn/dalvikvm(8204): 511: 0x4114bfb8 java.lang.class<android.view.velocitytracker> 05-18 23:30:53.435: warn/dalvikvm(8204): 510: 0x4188c960 android.view.motionevent 05-18 23:30:53.435: warn/dalvikvm(8204): 509: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 508: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 507: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 506: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 505: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 504: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 503: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): 502: 0x4188c960 android.view.motionevent 05-18 23:30:53.445: warn/dalvikvm(8204): summary: 05-18 23:30:53.445: warn/dalvikvm(8204): 4 of java.lang.class (4 unique instances) 05-18 23:30:53.445: warn/dalvikvm(8204): 2 of java.lang.string (2 unique instances) 05-18 23:30:53.445: warn/dalvikvm(8204): 1 of java.lang.string[] (2 elements) 05-18 23:30:53.445: warn/dalvikvm(8204): 1 of android.os.messagequeue 05-18 23:30:53.445: warn/dalvikvm(8204): 504 of android.view.motionevent (1 unique instances) 05-18 23:30:53.445: error/dalvikvm(8204): failed adding jni local ref table (has 512 entries) 05-18 23:30:53.445: assert/libc(8204): fatal signal 11 (sigsegv) @ 0xdeadd00d (code=1), thread 8204 (mangagalaxyfree) 

stacktrace desire hd running 4.2.2

i have looked error , looks issue of webview memory leak i'm not sure. webview displaying dynamically generated html assets in assets folder such image/javascript. appreciated!

  1. start checking these:

  2. try memory analyzer tool plugin instructions given @ following link examine details:

  3. try posting code can try you.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -