Skip to content

Instantly share code, notes, and snippets.

@angad
Created May 12, 2011 13:38
Show Gist options
  • Save angad/968502 to your computer and use it in GitHub Desktop.
Save angad/968502 to your computer and use it in GitHub Desktop.
I/ActivityManager( 102): Start proc org.umit.android.libpcaptest for activity org.umit.android.libpcaptest/.libpcaptest: pid=24234 uid=10134 gids={}
W/ResourceType( 223): getEntry failing because entryIndex 638 is beyond type entryCount 112
W/ResourceType( 223): Failure getting entry for 0x7f02027e (t=1 e=638) in package 0: 0x80000001
W/ResourceType( 102): Skipping entry 0x7f040007 in package table 0 because it is not complex!
W/ResourceType( 102): Skipping entry 0x7f040008 in package table 0 because it is not complex!
W/ResourceType( 223): getEntry failing because entryIndex 335 is beyond type entryCount 112
W/ResourceType( 223): Failure getting entry for 0x7f02014f (t=1 e=335) in package 0: 0x80000001
W/dalvikvm(24234): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lorg/umit/android/libpcaptest/libpcaptest;.<clinit>
W/dalvikvm(24234): Class init failed in newInstance call (Lorg/umit/android/libpcaptest/libpcaptest;)
D/AndroidRuntime(24234): Shutting down VM
W/dalvikvm(24234): threadid=1: thread exiting with uncaught exception (group=0x40028a00)
E/AndroidRuntime(24234): FATAL EXCEPTION: main
E/AndroidRuntime(24234): java.lang.ExceptionInInitializerError
E/AndroidRuntime(24234): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime(24234): at java.lang.Class.newInstance(Class.java:1429)
E/AndroidRuntime(24234): at android.app.Instrumentation.newActivity(Instrumentation.java:1033)
E/AndroidRuntime(24234): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2695)
E/AndroidRuntime(24234): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2797)
E/AndroidRuntime(24234): at android.app.ActivityThread.access$2300(ActivityThread.java:135)
E/AndroidRuntime(24234): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2132)
E/AndroidRuntime(24234): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(24234): at android.os.Looper.loop(Looper.java:143)
E/AndroidRuntime(24234): at android.app.ActivityThread.main(ActivityThread.java:4914)
E/AndroidRuntime(24234): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(24234): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(24234): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/AndroidRuntime(24234): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime(24234): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(24234): Caused by: java.lang.UnsatisfiedLinkError: Library libpcaptest.so not found
E/AndroidRuntime(24234): at java.lang.Runtime.loadLibrary(Runtime.java:461)
E/AndroidRuntime(24234): at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime(24234): at org.umit.android.libpcaptest.libpcaptest.<clinit>(libpcaptest.java:25)
E/AndroidRuntime(24234): ... 15 more
W/ActivityManager( 102): Force finishing activity org.umit.android.libpcaptest/.libpcaptest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment