Skip to content

Instantly share code, notes, and snippets.

@bvibber
Created January 31, 2013 21:05
Show Gist options
  • Save bvibber/4686438 to your computer and use it in GitHub Desktop.
Save bvibber/4686438 to your computer and use it in GitHub Desktop.
I/ActivityManager( 96): Starting: Intent { act=android.intent.action.SEND typ=image/jpeg flg=0x1 cmp=org.wikimedia.commons/.ShareActivity (has extras) } from pid 519
I/RenderView( 519): OnPause RenderView com.cooliris.media.RenderView@40554770
I/ActivityManager( 96): Start proc org.wikimedia.commons for activity org.wikimedia.commons/.ShareActivity: pid=1252 uid=10058 gids={3003, 1015}
D/dalvikvm( 1252): DexOpt: couldn't find static field
W/dalvikvm( 1252): VFY: unable to resolve static field 47 (THREAD_POOL_EXECUTOR) in Landroid/os/AsyncTask;
D/dalvikvm( 1252): VFY: replacing opcode 0x62 at 0x0006
D/dalvikvm( 1252): VFY: dead code 0x0008-000a in Lorg/wikimedia/commons/CommonsApplication;.executeAsyncTask (Landroid/os/AsyncTask;[Ljava/lang/Object;)V
D/AndroidRuntime( 1252): Shutting down VM
W/dalvikvm( 1252): threadid=1: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 1252): FATAL EXCEPTION: main
E/AndroidRuntime( 1252): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.wikimedia.commons/org.wikimedia.commons.ShareActivity}: java.lang.IllegalStateException: You must use Theme.Sherlock, Theme.Sherlock.Light, Theme.Sherlock.Light.DarkActionBar, or a derivative.
E/AndroidRuntime( 1252): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647)
E/AndroidRuntime( 1252): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
E/AndroidRuntime( 1252): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
E/AndroidRuntime( 1252): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
E/AndroidRuntime( 1252): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1252): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 1252): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime( 1252): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1252): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 1252): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 1252): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 1252): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1252): Caused by: java.lang.IllegalStateException: You must use Theme.Sherlock, Theme.Sherlock.Light, Theme.Sherlock.Light.DarkActionBar, or a derivative.
E/AndroidRuntime( 1252): at com.actionbarsherlock.internal.ActionBarSherlockCompat.generateLayout(ActionBarSherlockCompat.java:1003)
E/AndroidRuntime( 1252): at com.actionbarsherlock.internal.ActionBarSherlockCompat.installDecor(ActionBarSherlockCompat.java:915)
E/AndroidRuntime( 1252): at com.actionbarsherlock.internal.ActionBarSherlockCompat.setContentView(ActionBarSherlockCompat.java:849)
E/AndroidRuntime( 1252): at com.actionbarsherlock.app.SherlockActivity.setContentView(SherlockActivity.java:229)
E/AndroidRuntime( 1252): at org.wikimedia.commons.ShareActivity.onCreate(ShareActivity.java:91)
E/AndroidRuntime( 1252): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 1252): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
E/AndroidRuntime( 1252): ... 11 more
W/ActivityManager( 96): Force finishing activity org.wikimedia.commons/.ShareActivity
W/ActivityManager( 96): Force finishing activity com.google.android.gallery3d/com.cooliris.media.Gallery
W/ActivityManager( 96): Activity pause timeout for HistoryRecord{409b33e0 org.wikimedia.commons/.ShareActivity}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment