Skip to content

Instantly share code, notes, and snippets.

@dudeinthemirror
Created June 17, 2016 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dudeinthemirror/3cba9433bcc6e274b878d04c5cf4a50a to your computer and use it in GitHub Desktop.
Save dudeinthemirror/3cba9433bcc6e274b878d04c5cf4a50a to your computer and use it in GitHub Desktop.
react-native-camera errors
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.<init>, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.<init>
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve direct method 19180: Landroid/view/ViewGroup;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x70 at 0x0048
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.drawableHotspotChanged, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18723: Landroid/view/View;.drawableHotspotChanged (FF)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0097
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewOutlineProvider', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2219 (Landroid/view/ViewOutlineProvider;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0102
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.isNestedScrollingEnabled, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18907: Landroid/view/View;.isNestedScrollingEnabled ()Z
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x015b
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.animation.StateListAnimator', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 14 (Landroid/animation/StateListAnimator;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0176
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getRootWindowInsets, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18824: Landroid/view/View;.getRootWindowInsets ()Landroid/view/WindowInsets;
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x017e
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getAccessibilityTraversalAfter, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18735: Landroid/view/View;.getAccessibilityTraversalAfter ()I
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x01b8
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForeground, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19051: Landroid/view/View;.setForeground (Landroid/graphics/drawable/Drawable;)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x01d5
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.startActionModeForChild, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19386: Landroid/view/ViewGroup;.startActionModeForChild (Landroid/view/View;Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0284
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setNestedScrollingEnabled, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19073: Landroid/view/View;.setNestedScrollingEnabled (Z)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x029d
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.isTransitionGroup, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19298: Landroid/view/ViewGroup;.isTransitionGroup ()Z
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x02f0
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.View$OnApplyWindowInsetsListener', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2195 (Landroid/view/View$OnApplyWindowInsetsListener;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x037c
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.isContextClickable, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18886: Landroid/view/View;.isContextClickable ()Z
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0398
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onNestedPreFling, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19321: Landroid/view/ViewGroup;.onNestedPreFling (Landroid/view/View;FF)Z
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x03de
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getClipBounds, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18749: Landroid/view/View;.getClipBounds (Landroid/graphics/Rect;)Z
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x03ed
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.dispatchDrawableHotspotChanged, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19213: Landroid/view/ViewGroup;.dispatchDrawableHotspotChanged (FF)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0440
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForegroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19053: Landroid/view/View;.setForegroundTintList (Landroid/content/res/ColorStateList;)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x04a6
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.requestUnbufferedDispatch, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19010: Landroid/view/View;.requestUnbufferedDispatch (Landroid/view/MotionEvent;)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0559
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.setTouchscreenBlocksFocus, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19380: Landroid/view/ViewGroup;.setTouchscreenBlocksFocus (Z)V
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0578
06-17 17:11:35.325 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForegroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19054: Landroid/view/View;.setForegroundTintMode (Landroid/graphics/PorterDuff$Mode;)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0598
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getTransitionName, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18851: Landroid/view/View;.getTransitionName ()Ljava/lang/String;
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x05a8
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewStructure', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2223 (Landroid/view/ViewStructure;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x064a
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForegroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18769: Landroid/view/View;.getForegroundTintList ()Landroid/content/res/ColorStateList;
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x06ac
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19324: Landroid/view/ViewGroup;.onNestedScroll (Landroid/view/View;IIII)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x75 at 0x0739
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setAccessibilityTraversalBefore, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19023: Landroid/view/View;.setAccessibilityTraversalBefore (I)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0758
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setClipToOutline, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19037: Landroid/view/View;.setClipToOutline (Z)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0796
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.startActionMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19142: Landroid/view/View;.startActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0810
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.onDrawForeground, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18942: Landroid/view/View;.onDrawForeground (Landroid/graphics/Canvas;)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x081a
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.View$OnContextClickListener', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2198 (Landroid/view/View$OnContextClickListener;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x083e
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedPreScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18705: Landroid/view/View;.dispatchNestedPreScroll (II[I[I)Z
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x08c2
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForegroundGravity, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19052: Landroid/view/View;.setForegroundGravity (I)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x091b
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedPreFling, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18703: Landroid/view/View;.dispatchNestedPreFling (FF)Z
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x095d
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setScrollIndicators, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19112: Landroid/view/View;.setScrollIndicators (I)V
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0970
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.startNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19145: Landroid/view/View;.startNestedScroll (I)Z
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x09a9
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.getTouchscreenBlocksFocus, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19283: Landroid/view/ViewGroup;.getTouchscreenBlocksFocus ()Z
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a50
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForegroundGravity, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18768: Landroid/view/View;.getForegroundGravity ()I
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0b48
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedFling, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18702: Landroid/view/View;.dispatchNestedFling (FFZ)Z
06-17 17:11:35.329 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0b87
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2234 (Landroid/view/WindowInsets;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0c33
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.hasNestedScrollingParent, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18872: Landroid/view/View;.hasNestedScrollingParent ()Z
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c3b
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setTransitionName, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19127: Landroid/view/View;.setTransitionName (Ljava/lang/String;)V
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c5f
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setScrollIndicators, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19113: Landroid/view/View;.setScrollIndicators (II)V
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0ca7
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.View$OnScrollChangeListener', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2207 (Landroid/view/View$OnScrollChangeListener;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0ee5
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setTranslationZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19130: Landroid/view/View;.setTranslationZ (F)V
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f37
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.getClipToPadding, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19259: Landroid/view/ViewGroup;.getClipToPadding ()Z
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f88
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getClipToOutline, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18750: Landroid/view/View;.getClipToOutline ()Z
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x103d
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getStateListAnimator, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18838: Landroid/view/View;.getStateListAnimator ()Landroid/animation/StateListAnimator;
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1058
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewStructure', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2223 (Landroid/view/ViewStructure;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x10d1
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onNestedPreScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19323: Landroid/view/ViewGroup;.onNestedPreScroll (Landroid/view/View;II[I)V
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x115f
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.getAccessibilityClassName, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19250: Landroid/view/ViewGroup;.getAccessibilityClassName ()Ljava/lang/CharSequence;
06-17 17:11:35.333 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1294
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getAccessibilityTraversalBefore, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18736: Landroid/view/View;.getAccessibilityTraversalBefore ()I
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1328
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewStructure', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2223 (Landroid/view/ViewStructure;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x13a9
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2234 (Landroid/view/WindowInsets;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x13b3
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18706: Landroid/view/View;.dispatchNestedScroll (IIII[I)Z
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x75 at 0x146a
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getElevation, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18762: Landroid/view/View;.getElevation ()F
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1480
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.performContextClick, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18982: Landroid/view/View;.performContextClick ()Z
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1495
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setElevation, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19044: Landroid/view/View;.setElevation (F)V
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x14b2
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setAccessibilityTraversalAfter, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19022: Landroid/view/View;.setAccessibilityTraversalAfter (I)V
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1517
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.stopNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19146: Landroid/view/View;.stopNestedScroll ()V
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1577
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19139: Landroid/view/View;.setZ (F)V
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x15b7
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setBackgroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19032: Landroid/view/View;.setBackgroundTintMode (Landroid/graphics/PorterDuff$Mode;)V
06-17 17:11:35.337 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1662
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2234 (Landroid/view/WindowInsets;) in Lcom/lwansbrough/RCTCamera/RCTCameraView;
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x1699
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getBackgroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18742: Landroid/view/View;.getBackgroundTintMode ()Landroid/graphics/PorterDuff$Mode;
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x171c
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.getNestedScrollAxes, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19271: Landroid/view/ViewGroup;.getNestedScrollAxes ()I
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1741
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedPrePerformAccessibilityAction, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18704: Landroid/view/View;.dispatchNestedPrePerformAccessibilityAction (ILandroid/os/Bundle;)Z
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x17d1
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getScrollIndicators, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18834: Landroid/view/View;.getScrollIndicators ()I
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1818
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getTranslationZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18854: Landroid/view/View;.getTranslationZ ()F
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1844
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.setTransitionGroup, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19381: Landroid/view/ViewGroup;.setTransitionGroup (Z)V
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x187c
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getBackgroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18741: Landroid/view/View;.getBackgroundTintList ()Landroid/content/res/ColorStateList;
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x18dc
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onNestedScrollAccepted, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19325: Landroid/view/ViewGroup;.onNestedScrollAccepted (Landroid/view/View;Landroid/view/View;I)V
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x193f
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onStopNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19333: Landroid/view/ViewGroup;.onStopNestedScroll (Landroid/view/View;)V
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1949
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setBackgroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19031: Landroid/view/View;.setBackgroundTintList (Landroid/content/res/ColorStateList;)V
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x19e9
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onNestedPrePerformAccessibilityAction, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.341 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19322: Landroid/view/ViewGroup;.onNestedPrePerformAccessibilityAction (Landroid/view/View;ILandroid/os/Bundle;)Z
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1b52
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.invalidateOutline, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18881: Landroid/view/View;.invalidateOutline ()V
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1bc2
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForeground, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18767: Landroid/view/View;.getForeground ()Landroid/graphics/drawable/Drawable;
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1c44
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setContextClickable, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19039: Landroid/view/View;.setContextClickable (Z)V
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1cd5
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getOutlineProvider, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18806: Landroid/view/View;.getOutlineProvider ()Landroid/view/ViewOutlineProvider;
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1ce1
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.requestApplyInsets, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19001: Landroid/view/View;.requestApplyInsets ()V
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1cfd
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18869: Landroid/view/View;.getZ ()F
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1e91
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onStartNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19332: Landroid/view/ViewGroup;.onStartNestedScroll (Landroid/view/View;Landroid/view/View;I)Z
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x205f
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.ViewGroup.onNestedFling, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19320: Landroid/view/ViewGroup;.onNestedFling (Landroid/view/View;FFZ)Z
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x2086
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForegroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraView.access$super
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18770: Landroid/view/View;.getForegroundTintMode ()Landroid/graphics/PorterDuff$Mode;
06-17 17:11:35.345 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x20b8
06-17 17:11:35.389 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.TextureView.<init>, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.<init>
06-17 17:11:35.389 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve direct method 18593: Landroid/view/TextureView;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V
06-17 17:11:35.389 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x70 at 0x0054
06-17 17:11:35.393 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.drawableHotspotChanged, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.393 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18723: Landroid/view/View;.drawableHotspotChanged (FF)V
06-17 17:11:35.393 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x007c
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: GC_FOR_ALLOC freed 813K, 35% free 8049K/12336K, paused 4ms, total 6ms
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewOutlineProvider', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2219 (Landroid/view/ViewOutlineProvider;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x00d3
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.isNestedScrollingEnabled, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18907: Landroid/view/View;.isNestedScrollingEnabled ()Z
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x00f0
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.animation.StateListAnimator', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 14 (Landroid/animation/StateListAnimator;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x010b
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getRootWindowInsets, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18824: Landroid/view/View;.getRootWindowInsets ()Landroid/view/WindowInsets;
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0113
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getAccessibilityTraversalAfter, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18735: Landroid/view/View;.getAccessibilityTraversalAfter ()I
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x014d
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForeground, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19051: Landroid/view/View;.setForeground (Landroid/graphics/drawable/Drawable;)V
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x015c
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setNestedScrollingEnabled, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19073: Landroid/view/View;.setNestedScrollingEnabled (Z)V
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x01e3
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.View$OnApplyWindowInsetsListener', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2195 (Landroid/view/View$OnApplyWindowInsetsListener;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x02a3
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.isContextClickable, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18886: Landroid/view/View;.isContextClickable ()Z
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x02b1
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getClipBounds, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18749: Landroid/view/View;.getClipBounds (Landroid/graphics/Rect;)Z
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x02f1
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchDrawableHotspotChanged, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18694: Landroid/view/View;.dispatchDrawableHotspotChanged (FF)V
06-17 17:11:35.401 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x033a
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForegroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19053: Landroid/view/View;.setForegroundTintList (Landroid/content/res/ColorStateList;)V
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x038d
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.requestUnbufferedDispatch, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19010: Landroid/view/View;.requestUnbufferedDispatch (Landroid/view/MotionEvent;)V
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x03f6
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForegroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19054: Landroid/view/View;.setForegroundTintMode (Landroid/graphics/PorterDuff$Mode;)V
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0411
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getTransitionName, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18851: Landroid/view/View;.getTransitionName ()Ljava/lang/String;
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0421
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewStructure', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2223 (Landroid/view/ViewStructure;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x04c3
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForegroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18769: Landroid/view/View;.getForegroundTintList ()Landroid/content/res/ColorStateList;
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0525
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setAccessibilityTraversalBefore, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19023: Landroid/view/View;.setAccessibilityTraversalBefore (I)V
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0593
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setClipToOutline, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19037: Landroid/view/View;.setClipToOutline (Z)V
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x05d1
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.startActionMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19142: Landroid/view/View;.startActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0659
06-17 17:11:35.409 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.onDrawForeground, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18942: Landroid/view/View;.onDrawForeground (Landroid/graphics/Canvas;)V
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0669
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.View$OnContextClickListener', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2198 (Landroid/view/View$OnContextClickListener;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x067b
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedPreScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18705: Landroid/view/View;.dispatchNestedPreScroll (II[I[I)Z
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x06fb
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setForegroundGravity, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19052: Landroid/view/View;.setForegroundGravity (I)V
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0746
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedPreFling, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18703: Landroid/view/View;.dispatchNestedPreFling (FF)Z
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0782
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setScrollIndicators, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19112: Landroid/view/View;.setScrollIndicators (I)V
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0795
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.startNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19145: Landroid/view/View;.startNestedScroll (I)Z
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x07da
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForegroundGravity, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18768: Landroid/view/View;.getForegroundGravity ()I
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x08f8
06-17 17:11:35.413 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedFling, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18702: Landroid/view/View;.dispatchNestedFling (FFZ)Z
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0937
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2234 (Landroid/view/WindowInsets;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x099d
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.hasNestedScrollingParent, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18872: Landroid/view/View;.hasNestedScrollingParent ()Z
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x09a5
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setTransitionName, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19127: Landroid/view/View;.setTransitionName (Ljava/lang/String;)V
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x09c9
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setScrollIndicators, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19113: Landroid/view/View;.setScrollIndicators (II)V
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a11
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.View$OnScrollChangeListener', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2207 (Landroid/view/View$OnScrollChangeListener;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0c1c
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setTranslationZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19130: Landroid/view/View;.setTranslationZ (F)V
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c63
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getClipToOutline, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18750: Landroid/view/View;.getClipToOutline ()Z
06-17 17:11:35.417 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0d56
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getStateListAnimator, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18838: Landroid/view/View;.getStateListAnimator ()Landroid/animation/StateListAnimator;
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0d67
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewStructure', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2223 (Landroid/view/ViewStructure;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0dc4
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getAccessibilityClassName, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18732: Landroid/view/View;.getAccessibilityClassName ()Ljava/lang/CharSequence;
06-17 17:11:35.421 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f19
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getAccessibilityTraversalBefore, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18736: Landroid/view/View;.getAccessibilityTraversalBefore ()I
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f81
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.ViewStructure', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2223 (Landroid/view/ViewStructure;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0feb
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2234 (Landroid/view/WindowInsets;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x0ff5
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18706: Landroid/view/View;.dispatchNestedScroll (IIII[I)Z
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x75 at 0x1098
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getElevation, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18762: Landroid/view/View;.getElevation ()F
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x10ae
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.performContextClick, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18982: Landroid/view/View;.performContextClick ()Z
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x10c3
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setElevation, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19044: Landroid/view/View;.setElevation (F)V
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x10e0
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setAccessibilityTraversalAfter, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19022: Landroid/view/View;.setAccessibilityTraversalAfter (I)V
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1137
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.stopNestedScroll, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19146: Landroid/view/View;.stopNestedScroll ()V
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x117b
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19139: Landroid/view/View;.setZ (F)V
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x11bb
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setBackgroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19032: Landroid/view/View;.setBackgroundTintMode (Landroid/graphics/PorterDuff$Mode;)V
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1257
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve check-cast 2234 (Landroid/view/WindowInsets;) in Lcom/lwansbrough/RCTCamera/RCTCameraViewFinder;
06-17 17:11:35.425 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x1f at 0x1284
06-17 17:11:35.429 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getBackgroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.429 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18742: Landroid/view/View;.getBackgroundTintMode ()Landroid/graphics/PorterDuff$Mode;
06-17 17:11:35.429 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x12f1
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.dispatchNestedPrePerformAccessibilityAction, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18704: Landroid/view/View;.dispatchNestedPrePerformAccessibilityAction (ILandroid/os/Bundle;)Z
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1395
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getScrollIndicators, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18834: Landroid/view/View;.getScrollIndicators ()I
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x13d8
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getTranslationZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18854: Landroid/view/View;.getTranslationZ ()F
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1404
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getBackgroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18741: Landroid/view/View;.getBackgroundTintList ()Landroid/content/res/ColorStateList;
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1459
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setBackgroundTintList, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.433 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19031: Landroid/view/View;.setBackgroundTintList (Landroid/content/res/ColorStateList;)V
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1527
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.invalidateOutline, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18881: Landroid/view/View;.invalidateOutline ()V
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x167d
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForeground, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18767: Landroid/view/View;.getForeground ()Landroid/graphics/drawable/Drawable;
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x16f1
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.setContextClickable, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19039: Landroid/view/View;.setContextClickable (Z)V
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1744
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getOutlineProvider, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18806: Landroid/view/View;.getOutlineProvider ()Landroid/view/ViewOutlineProvider;
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1756
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.requestApplyInsets, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 19001: Landroid/view/View;.requestApplyInsets ()V
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1772
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getZ, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18869: Landroid/view/View;.getZ ()F
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x18d4
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr I/dalvikvm: Could not find method android.view.View.getForegroundTintMode, referenced from method com.lwansbrough.RCTCamera.RCTCameraViewFinder.access$super
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr W/dalvikvm: VFY: unable to resolve virtual method 18770: Landroid/view/View;.getForegroundTintMode ()Landroid/graphics/PorterDuff$Mode;
06-17 17:11:35.437 17252-17252/com.dudeinthemirror.killr D/dalvikvm: VFY: replacing opcode 0x6f at 0x1a29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment