saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

Camera Preview Sizes issue : no camera preview is showing in kiosk #167

Open aditayDevelopment opened 7 years ago

aditayDevelopment commented 7 years ago

hello

I am working on Project where need to use usb camera in kiosk. when i try to attach your library in project then its working fine when i use web camera with default preview height, width. but when i sent apk to client he checked on kiosk , and camera detected but not any preview was displaying, i am just guessing is it a problem of supported camera preview height width in kiosk i don't know the supported screen sizes of kiosk camera . am i right? how can i solve this problem.

Camera type : USB output wide angle camera module

reply kar de bhai please

RogerHardiman commented 7 years ago

I had a similar problem. My Wide Angle USB camera only has 640x400 resolution (and not 640x480).

After camera.open() I call the camera.getSupportedSizeList() function to get a list of valid sizes. I then pick the best size from the list and use the valid width/height from the list when calling camera.setPreviewSize()

That gives me a single APK that works on old UVC cameras and on Wide Angle cameras.

Hint - for a quick check of camera sizes you can run this command on Linux. v4l2-ctl --list-formats-ext

PR #175 has an example of this.

aditayDevelopment commented 7 years ago

thanks friend, i am stuck with this issue and not solved till i am writing this. so its good luck that your app working..

RogerHardiman commented 7 years ago

Have you based your code on one of the existing Test programs?

aditayDevelopment commented 7 years ago

yes,it is working fine in mobile device, but it is not working in kiosk.

RogerHardiman commented 7 years ago

which one

aditayDevelopment commented 7 years ago

??

RogerHardiman commented 7 years ago

which test program have you used. There are 9 sample programs (numbered Test0 to Test8)

aditayDevelopment commented 7 years ago

test 6

RogerHardiman commented 7 years ago

My changes were in Test0. I'm not sure exactly where to probe for the size in Test6

aditayDevelopment commented 7 years ago

please check my log

E/TAG ( 1337): Crash report I/com.nullwire.trace.ExceptionsHandler( 1337): Registering default exceptions handler: http://pratham.cwsdev3.biz/app/server.php I/com.nullwire.trace.ExceptionsHandler( 1337): Registering default exceptions handler I/com.nullwire.trace.ExceptionsHandler( 1337): TRACE_VERSION: 0.3.0 D/com.nullwire.trace.ExceptionsHandler( 1337): APP_VERSION: 1.0 D/com.nullwire.trace.ExceptionsHandler( 1337): APP_PACKAGE: com.selfieapp D/com.nullwire.trace.ExceptionsHandler( 1337): FILES_PATH: /data/data/com.selfieapp/files D/com.nullwire.trace.ExceptionsHandler( 1337): URL: http://pratham.cwsdev3.biz/app/server.php W/GooglePlayServicesUtil( 1337): Google Play Store is missing. W/FA ( 1337): Service invalid D/com.nullwire.trace.ExceptionsHandler( 1337): Looking for exceptions in: /data/data/com.selfieapp/files D/com.nullwire.trace.ExceptionsHandler( 1337): current handler class=com.android.internal.os.RuntimeInit$UncaughtHandler I/dalvikvm( 1337): Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method android.support.v7.view.WindowCallbackWrapper.onProvideKeyboardShortcuts W/dalvikvm( 1337): VFY: unable to resolve interface method 19959: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V D/dalvikvm( 1337): VFY: replacing opcode 0x72 at 0x0002 W/dalvikvm( 1337): VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;) I/dalvikvm( 1337): Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested W/dalvikvm( 1337): VFY: unable to resolve interface method 19961: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z D/dalvikvm( 1337): VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm( 1337): Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode W/dalvikvm( 1337): VFY: unable to resolve interface method 19965: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode; D/dalvikvm( 1337): VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm( 1337): Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations W/dalvikvm( 1337): VFY: unable to resolve virtual method 720: Landroid/content/res/TypedArray;.getChangingConfigurations ()I D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0002 I/dalvikvm( 1337): Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType W/dalvikvm( 1337): VFY: unable to resolve virtual method 742: Landroid/content/res/TypedArray;.getType (I)I D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0008 D/dalvikvm( 1337): GC_CONCURRENT freed 361K, 13% free 3058K/3488K, paused 7ms+3ms, total 27ms I/dalvikvm( 1337): Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawable W/dalvikvm( 1337): VFY: unable to resolve virtual method 683: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0002 I/dalvikvm( 1337): Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawableForDensity W/dalvikvm( 1337): VFY: unable to resolve virtual method 685: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0002 E/dalvikvm( 1337): Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering W/dalvikvm( 1337): VFY: unable to resolve instanceof 202 (Landroid/graphics/drawable/RippleDrawable;) in Landroid/support/v7/widget/AppCompatImageHelper; D/dalvikvm( 1337): VFY: replacing opcode 0x20 at 0x000c I/dalvikvm( 1337): Could not find method android.content.Context.getColorStateList, referenced from method android.support.v7.content.res.AppCompatResources.getColorStateList W/dalvikvm( 1337): VFY: unable to resolve virtual method 470: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0006 D/dalvikvm( 1337): GC_FOR_ALLOC freed 90K, 10% free 3145K/3488K, paused 13ms, total 13ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 3.403MB for 281896-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 1K, 10% free 3420K/3764K, paused 12ms, total 12ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 13K, 9% free 3445K/3764K, paused 12ms, total 12ms I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.LoginSceenActivity} from pid 1337 V/FirebaseCrash( 1337): Firebase Crash Reporting is disabled. W/Settings( 1337): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. E/TAG ( 1337): 0 I/dalvikvm( 1337): Could not find method com.selfieapp.MainActivity.checkSelfPermission, referenced from method com.selfieapp.MainActivity$4.onClick W/dalvikvm( 1337): VFY: unable to resolve virtual method 32032: Lcom/selfieapp/MainActivity;.checkSelfPermission (Ljava/lang/String;)I D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x000b D/dalvikvm( 1337): GC_CONCURRENT freed 80K, 7% free 3763K/4012K, paused 3ms+10ms, total 28ms [ 683.170702] type=1400 audit(1496401406.980:11): avc: denied { read write } for pid=1337 comm="com.selfieapp" name="ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 683.171352] type=1400 audit(1496401406.980:12): avc: denied { open } for pid=1337 comm="com.selfieapp" name="ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 683.172182] type=1400 audit(1496401406.990:13): avc: denied { ioctl } for pid=1337 comm="com.selfieapp" path="/dev/ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 683.173408] type=1400 audit(1496401406.990:14): avc: denied { getattr } for pid=1337 comm="com.selfieapp" path="/dev/mali" dev=tmpfs ino=3384 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file D/OpenGLRenderer( 1337): Enabling debug mode 0 W/IInputConnectionWrapper( 567): showStatusIcon on inactive InputConnection I/ActivityManager( 393): Displayed com.selfieapp/.LoginSceenActivity: +599ms (total +1s529ms) I/FA ( 1337): This instance being marked as an uploader I/Choreographer( 449): Skipped 74 frames! The application may be doing too much work on its main thread. I/WindowManager( 393): Screen frozen for +1s607ms due to Window{41baf540 u0 StatusBar} D/dalvikvm( 1337): GC_CONCURRENT freed 246K, 8% free 3922K/4236K, paused 2ms+3ms, total 25ms D/dalvikvm( 393): GC_EXPLICIT freed 1126K, 21% free 6521K/8200K, paused 3ms+5ms, total 49ms I/FA ( 1337): Tag Manager is not found and thus will not be used D/dalvikvm( 537): GC_CONCURRENT freed 188K, 8% free 3219K/3472K, paused 1ms+2ms, total 13ms I/ResourceUtils( 537): Found default value: resource=phantom_sudden_move_event_device_list build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default=false I/ResourceUtils( 537): Found default value: resource=keyboard_heights build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default= W/SubtypeSwitcher( 537): Can't find Emoji subtype W/SubtypeSwitcher( 537): No input method subtype found; return dummy subtype: android.view.inputmethod.InputMethodSubtype@d78b2ed0 D/dalvikvm( 537): GC_FOR_ALLOC freed 177K, 7% free 3385K/3628K, paused 10ms, total 10ms D/dalvikvm( 537): GC_CONCURRENT freed 373K, 13% free 3434K/3936K, paused 2ms+2ms, total 13ms D/dalvikvm( 537): GC_FOR_ALLOC freed 63K, 12% free 3467K/3936K, paused 10ms, total 10ms I/dalvikvm-heap( 537): Grow heap (frag case) to 3.761MB for 331792-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed <1K, 12% free 3791K/4264K, paused 12ms, total 12ms D/dalvikvm( 537): GC_FOR_ALLOC freed 501K, 18% free 3514K/4264K, paused 11ms, total 11ms D/dalvikvm( 537): GC_CONCURRENT freed 121K, 9% free 3904K/4264K, paused 1ms+2ms, total 17ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 3ms D/dalvikvm( 537): GC_FOR_ALLOC freed 406K, 17% free 3544K/4264K, paused 11ms, total 11ms D/dalvikvm( 537): GC_CONCURRENT freed 398K, 16% free 3585K/4264K, paused 2ms+3ms, total 16ms D/dalvikvm( 537): GC_FOR_ALLOC freed 36K, 16% free 3588K/4264K, paused 11ms, total 11ms I/dalvikvm-heap( 537): Grow heap (frag case) to 3.977MB for 434192-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed <1K, 15% free 4012K/4692K, paused 12ms, total 12ms D/dalvikvm( 537): GC_CONCURRENT freed 487K, 22% free 3702K/4692K, paused 1ms+3ms, total 15ms D/dalvikvm( 537): GC_CONCURRENT freed 156K, 14% free 4039K/4692K, paused 1ms+3ms, total 16ms W/ViewPager( 537): Requested offscreen page limit 0 too small; defaulting to 1 I/ResourceUtils( 537): Found default value: resource=keypress_vibration_durations build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default=-1 I/ResourceUtils( 537): Found default value: resource=keypress_volumes build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default=-1.0f I/LatinIME:LogUtils( 537): Dictionary info: dictionary = contacts.en_US.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 270K, 9% free 4281K/4692K, paused 2ms+3ms, total 19ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 13ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 10ms D/OpenGLRenderer( 537): Enabling debug mode 0 D/dalvikvm( 393): GC_FOR_ALLOC freed 195K, 20% free 6595K/8200K, paused 33ms, total 33ms I/dalvikvm-heap( 393): Grow heap (frag case) to 6.627MB for 124216-byte allocation D/dalvikvm( 393): GC_FOR_ALLOC freed 2K, 20% free 6715K/8324K, paused 31ms, total 31ms W/Launcher( 567): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@4197b8b8 new=com.android.launcher3.LauncherApplication@4197b8b8 D/dalvikvm( 567): GC_FOR_ALLOC freed 277K, 9% free 3925K/4268K, paused 15ms, total 16ms I/dalvikvm-heap( 567): Grow heap (frag case) to 4.137MB for 257156-byte allocation D/dalvikvm( 567): GC_FOR_ALLOC freed 59K, 9% free 4117K/4520K, paused 19ms, total 19ms D/Launcher( 567): 11683562 - bindAddScreens() D/Launcher( 567): 11683562 - orderedScreenIds: D/Launcher.Workspace( 567): 11683562 - addExtraEmptyScreen() D/Launcher.Workspace( 567): 11683562 - insertNewWorkspaceScreen(): -201 at index: 0 W/IInputConnectionWrapper( 1337): showStatusIcon on inactive InputConnection I/ActivityManager( 393): Killing 718:com.android.music/u0a32 (adj 15): empty #17 I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.teamhd.settings/.MainActivity} from pid 567 D/dalvikvm( 393): GC_FOR_ALLOC freed 168K, 21% free 6614K/8324K, paused 40ms, total 40ms I/ActivityManager( 393): Start proc com.teamhd.settings for activity com.teamhd.settings/.MainActivity: pid=1382 uid=1000 gids={41000, 1028, 1015, 1023, 3002, 3001, 3003} I/InputDispatcher( 393): Dropping event because there is no touchable window at (170, 828). I/InputDispatcher( 393): Dropping event because there is no touchable window at (172, 828). I/InputDispatcher( 393): Dropping event because there is no touchable window at (172, 827). D/OpenGLRenderer( 1382): Enabling debug mode 0 I/ActivityManager( 393): Displayed com.teamhd.settings/.MainActivity: +586ms D/dalvikvm( 1382): GC_CONCURRENT freed 93K, 5% free 3097K/3260K, paused 2ms+2ms, total 20ms D/dalvikvm( 1382): GC_CONCURRENT freed 45K, 4% free 3444K/3556K, paused 2ms+3ms, total 15ms I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1920dp h1032dp 160dpi xlrg long land -touch -keyb/v/h dpad/v s.7} I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41be0198 attribute=null, token = android.os.BinderProxy@41a0e598 I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1080dp h1872dp 160dpi xlrg long port -touch -keyb/v/h dpad/v s.8} I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 D/dalvikvm( 829): GC_CONCURRENT freed 297K, 12% free 2870K/3236K, paused 3ms+1ms, total 32ms D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 I/WindowManager( 393): Screen frozen for +1s36ms due to Window{41baf540 u0 StatusBar} D/dalvikvm( 393): GC_EXPLICIT freed 123K, 18% free 6831K/8324K, paused 3ms+6ms, total 46ms I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1920dp h1032dp 160dpi xlrg long land -touch -keyb/v/h dpad/v s.9} W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41d29b00 attribute=null, token = android.os.BinderProxy@41ccfb20 D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 D/dalvikvm( 1382): GC_CONCURRENT freed 71K, 4% free 3807K/3948K, paused 2ms+5ms, total 31ms I/WindowManager( 393): Screen frozen for +617ms due to Window{41baf540 u0 StatusBar} D/dalvikvm( 393): GC_EXPLICIT freed 167K, 20% free 6717K/8324K, paused 4ms+4ms, total 57ms I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1080dp h1872dp 160dpi xlrg long port -touch -keyb/v/h dpad/v s.10} I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41b984d8 attribute=null, token = android.os.BinderProxy@41bc3440 D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 I/WindowManager( 393): Screen frozen for +624ms due to Window{41df03a8 u0 com.teamhd.settings/com.teamhd.settings.MainActivity} D/dalvikvm( 393): GC_FOR_ALLOC freed 50K, 20% free 6720K/8324K, paused 32ms, total 32ms I/dalvikvm-heap( 393): Grow heap (frag case) to 6.750MB for 124216-byte allocation D/dalvikvm( 393): GC_FOR_ALLOC freed 2K, 20% free 6839K/8448K, paused 34ms, total 34ms D/dalvikvm( 393): GC_FOR_ALLOC freed 13K, 20% free 6826K/8448K, paused 32ms, total 32ms I/dalvikvm-heap( 393): Grow heap (frag case) to 6.852MB for 124216-byte allocation D/dalvikvm( 393): GC_FOR_ALLOC freed <1K, 19% free 6947K/8572K, paused 32ms, total 32ms I/ActivityManager( 393): Killing 733:com.lztek.autoboot/1000 (adj 15): empty #17 D/dalvikvm( 393): GC_EXPLICIT freed 140K, 21% free 6830K/8572K, paused 4ms+5ms, total 54ms I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.selfieapp/.MainActivity} from pid 567 I/InputDispatcher( 393): Dropping event because there is no touchable window at (166, 1103). I/InputDispatcher( 393): Dropping event because there is no touchable window at (164, 1106). I/InputDispatcher( 393): Dropping event because there is no touchable window at (163, 1106). I/InputDispatcher( 393): Dropping event because there is no touchable window at (163, 1107). I/InputDispatcher( 393): Dropping event because there is no touchable window at (162, 1107). D/dalvikvm( 1337): GC_CONCURRENT freed 330K, 10% free 4014K/4412K, paused 3ms+8ms, total 50ms I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.LoginSceenActivity} from pid 1337 I/InputDispatcher( 393): Dropping event because there is no touchable window at (162, 1105). I/InputDispatcher( 393): Dropping event because there is no touchable window at (162, 1103). V/FirebaseCrash( 1337): Firebase Crash Reporting is disabled. E/TAG ( 1337): 0 W/SubtypeSwitcher( 537): Can't find Emoji subtype W/SubtypeSwitcher( 537): No input method subtype found; return dummy subtype: android.view.inputmethod.InputMethodSubtype@d78b2ed0 I/ActivityManager( 393): Displayed com.selfieapp/.LoginSceenActivity: +283ms (total +513ms) D/dalvikvm( 537): GC_CONCURRENT freed 430K, 11% free 4279K/4772K, paused 3ms+3ms, total 41ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 15ms I/dalvikvm-heap( 537): Grow heap (frag case) to 4.537MB for 313360-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed 10K, 10% free 4574K/5080K, paused 26ms, total 26ms D/dalvikvm( 537): GC_FOR_ALLOC freed 483K, 15% free 4367K/5080K, paused 30ms, total 30ms I/dalvikvm-heap( 537): Grow heap (frag case) to 4.640MB for 331792-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed 3K, 14% free 4688K/5408K, paused 29ms, total 30ms D/dalvikvm( 537): GC_FOR_ALLOC freed 547K, 19% free 4428K/5408K, paused 16ms, total 16ms D/dalvikvm( 537): GC_CONCURRENT freed 421K, 17% free 4531K/5408K, paused 3ms+3ms, total 19ms D/dalvikvm( 537): GC_CONCURRENT freed 488K, 15% free 4612K/5408K, paused 1ms+3ms, total 18ms D/dalvikvm( 537): GC_FOR_ALLOC freed 126K, 17% free 4493K/5408K, paused 15ms, total 15ms I/dalvikvm-heap( 537): Grow heap (frag case) to 4.861MB for 434192-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed <1K, 16% free 4917K/5836K, paused 15ms, total 15ms W/ViewPager( 537): Requested offscreen page limit 0 too small; defaulting to 1 D/dalvikvm( 626): GC_CONCURRENT freed 233K, 9% free 3173K/3472K, paused 4ms+2ms, total 45ms I/LatinIME:LogUtils( 537): Dictionary info: dictionary = contacts.zh_CN.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 1207K, 23% free 4396K/5684K, paused 2ms+6ms, total 26ms D/ConnectivityService( 393): Sampling interval elapsed, updating statistics .. D/ConnectivityService( 393): Done. D/ConnectivityService( 393): Setting timer for 720seconds I/LatinIME:LogUtils( 537): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429 I/LatinIME:LogUtils( 537): Dictionary info: dictionary = userunigram.en_US.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 563K, 24% free 4353K/5684K, paused 2ms+3ms, total 23ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 16ms D/dalvikvm( 537): GC_CONCURRENT freed 401K, 24% free 4349K/5684K, paused 2ms+3ms, total 32ms D/dalvikvm( 537): GC_CONCURRENT freed 424K, 23% free 4427K/5684K, paused 3ms+3ms, total 24ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 19ms W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41d26450 attribute=null, token = android.os.BinderProxy@41b268a8 D/dalvikvm( 537): GC_CONCURRENT freed 498K, 23% free 4386K/5680K, paused 2ms+6ms, total 43ms D/dalvikvm( 1337): GC_CONCURRENT freed 314K, 9% free 4086K/4468K, paused 5ms+5ms, total 57ms D/dalvikvm( 393): GC_FOR_ALLOC freed 884K, 21% free 6807K/8572K, paused 35ms, total 35ms D/dalvikvm( 1337): GC_CONCURRENT freed 379K, 10% free 4116K/4564K, paused 5ms+6ms, total 49ms W/IInputConnectionWrapper( 1337): showStatusIcon on inactive InputConnection I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings} from pid 567 D/dalvikvm( 393): GC_FOR_ALLOC freed 231K, 20% free 6868K/8572K, paused 42ms, total 42ms D/dalvikvm( 567): GC_CONCURRENT freed 441K, 12% free 4064K/4568K, paused 3ms+8ms, total 31ms I/InputDispatcher( 393): Dropping event because there is no touchable window at (341, 496). D/dalvikvm( 701): GC_CONCURRENT freed 224K, 7% free 3870K/4160K, paused 1ms+23ms, total 46ms D/UserManager( 701): ---getMaxSupportedUsers,we has UMS,force disabled M-user--- I/InputDispatcher( 393): Dropping event because there is no touchable window at (341, 495). I/InputDispatcher( 393): Dropping event because there is no touchable window at (341, 494). I/InputDispatcher( 393): Dropping event because there is no touchable window at (340, 494). I/InputDispatcher( 393): Dropping event because there is no touchable window at (339, 493). D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF I/InputDispatcher( 393): Dropping event because there is no touchable window at (339, 492). D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF D/dalvikvm( 701): GC_CONCURRENT freed 531K, 14% free 3747K/4344K, paused 1ms+3ms, total 15ms D/UserManager( 701): ---getMaxSupportedUsers,we has UMS,force disabled M-user--- I/ActivityManager( 393): Displayed com.android.settings/.Settings: +706ms D/WifiService( 393): setWifiEnabled: true pid=701, uid=1000 [ 918.363038] wifi_activate_usb E/RkWifiCtrl( 393): Wifi driver is not ready. D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF [ 918.363545] rk29sdk_wifi_power: 1 [ 918.525676] wifi turn on power [ 918.632043] usb 1-1.3: new high speed USB device number 6 using usb20_host [ 918.733387] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8179 [ 91/.73d 75]( us881-1s3: New Uem fovnc n ringtliMfre1, P odu/tol, ( N88ber=3b,[1 91D.Vo3d7 ] us 81.3: =rcducen u2b 1nviLeN NIDA [ 79 8==3 9W/]ousb -1.3: Ma8ufasubryrt m fotnd i netlink event D/Vold ( 88): usb, 1 W/UsbSettingsManager( 393): no meta-data for ResolveInfo{41bb0db8 com.estrongs.android.pop/.view.FileExplorerActivity m=0x108000} W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1138 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38 [ 919.240646] [ 919.240667] ======================================================= [ 919.240720] ==== Launching Wi-Fi driver! (Powered by Rockchip) ==== [ 919.240758] ======================================================= [ 919.240795] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 3.90.WFD) init. [ 919.240841] wifi_activate_usb [ 919.240862] rk29sdk_wifi_power: 1 [ 919.397681] wifi turn on power [ 919.501641] RTL871X: module init start [ 919.501674] RTL871X: rtl8188eu v4.3.0.8_13968.20150417 [ 919.501714] RTL871X: build time: Jun 15 2016 16:54:01 [ 919.518798] bFWReady == _FALSE call reset 8051... [ 919.547730] Wifi Efuse Mac => 08:ea:40:dc:87:88 [ 919.547770] rk29sdk_wifi_mac_addr. [ 919.547810] falsh wifi_custom_mDc_tdern[0(:0090):0int0:fac A[d d1 .547843] ThiD mat erdre( 3 3)t vaniT, ierotadeCh. g[dBro9d5as0 1, 0T 8 D: rtendev nit): anterfac Add.d 783]tReLingX 3tw): en_tnitStap0)p [ce919.es8171] ustcore: regiDtered nWwfinter( ce93)i eifr lr188e is re9d9 for 1n]wRT.871X: eohere gn t 93t= s ndTetherStateChangedBroadcast 0, 0, 0 D/SoftapController( 89): Softap fwReload - Ok D/CommandListener( 89): Setting iface cfg D/CommandListener( 89): Trying to bring down wlan0 E/WifiHW ( 393): ctrl_interface != /data/misc/wifi/sockets D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiMonitor( 393): startMonitoring(wlan0) with mConnected = false I/wpa_supplicant( 1415): Successfully initialized wpa_supplicant E/wpa_supplicant( 1415): read /sys/class/rkwifi/chip failed. E/wpa_supplicant( 1415): Get wifi module chip name: \B8\E1@\B8\E1@. I/wpa_supplicant( 1415): rfkill: Cannot open RFKILL control device I/wpa_supplicant( 1415): nl80211: no Using driver-based off-channel TX [ 919.962302] ==> rtl8188e_iol_efuse_patch [ 920.268984] ADDRCONF(NETDEV_UP): p2p0: link is not ready E/wpa_supplicant( 1415): read /sys/class/rkwifi/chip failed. E/wpa_supplicant( 1415): G9t .i9i8mo] ADDchOpF(NmTD V\B8U@\B8\E1w@a>0 lin/wpa not_srpplycant( 1415): rfkill: Cannot open RFKILL control device I/wpa_supplicant( 1415): nl80211: no Using driver-based off-channel TX D/WifiConfigStore( 393): Loading config and enabling all networks E/WifiConfigStore( 393): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory) D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF D/CommandListener( 89): Setting iface cfg D/CommandListener( 89): Trying to bring up p2p0 D/WifiMonitor( 393): startMonitoring(p2p0) with mConnected = true D/dalvikvm( 701): GC_CONCURRENT freed 159K, 8% free 4000K/4344K, paused 1ms+3ms, total 15ms W/ResourceType( 701): getEntry failing because entryIndex 129 is beyond type entryCount 4 D/dalvikvm( 701): GC_CONCURRENT freed 113K, 5% free 4306K/4488K, paused 1ms+3ms, total 17ms W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection E/RichInputConnection( 537): Unable to connect to the editor to retrieve text... will retry later D/dalvikvm( 537): GC_CONCURRENT freed 426K, 23% free 4392K/5680K, paused 5ms+8ms, total 60ms D/dalvikvm( 701): GC_CONCURRENT freed 111K, 4% free 4604K/4780K, paused 3ms+5ms, total 36ms W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection E/RichInputConnection( 537): Unable to connect to the editor to retrieve text... will retry later D/dalvikvm( 701): GC_CONCURRENT freed 362K, 9% free 4752K/5184K, paused 1ms+6ms, total 37ms W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection I/Choreographer( 537): Skipped 31 frames! The application may be doing too much work on its main thread. D/dalvikvm( 393): GC_CONCURRENT freed 869K, 19% free 6947K/8572K, paused 4ms+6ms, total 55ms D/dalvikvm( 537): GC_CONCURRENT freed 410K, 23% free 4407K/5680K, paused 3ms+4ms, total 27ms D/dalvikvm( 701): GC_CONCURRENT freed 892K, 18% free 4424K/5384K, paused 4ms+14ms, total 57ms I/wpa_supplicant( 1415): wlan0: Trying to associate with a0:21:b7:94:f5:a8 (SSID='TEAMHD' freq=2437 MHz) [ 936.432416] RTL871X: rtw_set_802_11_connect(wlan0) fw_state=0x00000008 D/CommandListener( 89): Clearing all IP addresses on wlan0 D/ConnectivityService( 393): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED D/ConnectivityService( 393): Attempting to switch to mobile D/ConnectivityService( 393): Attempting to switch to BLUETOOTH_TETHER W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407 D/Ethernet( 393): carrier = 0 D/ConnectivityService( 393): Attempting to switch to ETHERNET D/Nat464Xlat( 393): requiresClat: netType=1, hasIPv4Address=false [ 936.639873] RTL871X: start auth [ 936.644221] RTL871X: auth success, start assoc [ 936.650657] RTL871X: assoc success I/wpa_supplicant( 1415): wlan0: Associated with a0:21:b7:94:f5:a8 936.652403] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ /9eth6r2613 R93): geNdTetherStateChangedBroadcast 1, 0, 0 W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection 93/T678958ingR L891): recv eapol packet [ 936.68alS2atRTLpr1cessensseagel packe

[ 936.h8r6ng] R393)1XsendTv eapolapeChat d r9a6.as9 01 0RTL071 I/wea_ eppoicaac(et4 5): 936.09 6P5: RKL87ne:osittian wispleeyd amid a,:21db7:94:1::a:9[Pf5=a8, kidK0,KIPp AES [ 936.693853] RTL871X: set group key camid:5, addr:a0I/1pa_su94:fcant( k4d52, wyan0: IP -EVENT-CONNECTED - Connection to a0:21:b7:94:f5:a8 completed (auth) [id=0 id_str=] D/Tethering( 393): sendTetherStateChangedBroadcast 1, 0, 0 W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407 E/WifiStateMachine( 393): Unexpected BatchedScanResults :OK D/dalvikvm( 701): GC_CONCURRENT freed 338K, 16% free 4556K/5384K, paused 2ms+4ms, total 28ms D/dalvikvm( 701): GC_CONCURRENT freed 477K, 15% free 4586K/5384K, paused 3ms+5ms, total 31ms D/Tethering( 393): MasterInitialState.processMessage what=3 D/CaptivePortalTracker( 393): NoActiveNetworkState{ when=-1ms what=1 obj=NetworkInfo: type: WIFI[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: , roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false target=com.android.internal.util.StateMachine$SmHandler } D/WifiStateMachine( 393): VerifyingLinkState enter W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407 D/WifiStateMachine( 393): VerifyingLinkState GOOD_LINK_DETECTED: transition to captive portal check D/WifiStateMachine( 393): CaptivePortalCheckState enter D/ConnectivityService( 393): Captive portal check NetworkInfo: type: WIFI[], state: CONNECTING/CAPTIVE_PORTAL_CHECK, reason: (unspecified), extra: "TEAMHD", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false D/ConnectivityService( 393): handleCaptivePortalTrackerCheck: call captivePortalCheckComplete ni=NetworkInfo: type: WIFI[], state: CONNECTING/CAPTIVE_PORTAL_CHECK, reason: (unspecified), extra: "TEAMHD", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407 D/WifiStateMachine( 393): CaptivePortalCheckState CMD_CAPTIVE_CHECK_COMPLETE D/ConnectivityService( 393): ConnectivityChange for WIFI: CONNECTED/CONNECTED W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407 E/ConnectivityService( 393): Unexpected mtu value: android.net.wifi.WifiStateTracker@41b16648 D/dalvikvm( 701): GC_CONCURRENT freed 507K, 15% free 4614K/5384K, paused 3ms+11ms, total 38ms D/Nat464Xlat( 393): requiresClat: netType=1, hasIPv4Address=true D/dalvikvm( 555): GC_CONCURRENT freed 330K, 11% free 3172K/3564K, paused 2ms+1ms, total 17ms D/dalvikvm( 555): GC_CONCURRENT freed 416K, 14% free 3171K/3652K, paused 1ms+2ms, total 18ms D/dalvikvm( 701): GC_CONCURRENT freed 527K, 15% free 4598K/5384K, paused 3ms+5ms, total 30ms D/dalvikvm( 555): GC_CONCURRENT freed 421K, 14% free 3181K/3664K, paused 2ms+2ms, total 14ms D/dalvikvm( 555): GC_CONCURRENT freed 429K, 14% free 3186K/3680K, paused 1ms+1ms, total 13ms D/dalvikvm( 555): GC_CONCURRENT freed 428K, 14% free 3187K/3680K, paused 1ms+1ms, total 12ms D/dalvikvm( 555): GC_CONCURRENT freed 425K, 14% free 3190K/3680K, paused 1ms+1ms, total 12ms D/dalvikvm( 555): GC_CONCURRENT freed 427K, 14% free 3190K/3684K, paused 1ms+1ms, total 11ms D/dalvikvm( 555): GC_CONCURRENT freed 432K, 14% free 3190K/3688K, paused 2ms+1ms, total 13ms D/dalvikvm( 555): GC_CONCURRENT freed 432K, 14% free 3193K/3688K, paused 2ms+1ms, total 12ms D/dalvikvm( 555): GC_CONCURRENT freed 433K, 14% free 3193K/3692K, paused 2ms+1ms, total 13ms D/dalvikvm( 555): GC_CONCURRENT freed 437K, 14% free 3194K/3696K, paused 1ms+1ms, total 12ms D/ConnectivityService( 393): handleConnectivityChange: addresses changed linkProperty[1]: resetMask=0 D/ConnectivityService( 393): car=removed=[] added=[fe80::aea:40ff:fedc:8788/64,] D/Nat464Xlat( 393): requiresClat: netType=1, hasIPv4Address=true D/Tethering( 393): MasterInitialState.processMessage what=3 D/CaptivePortalTracker( 393): NoActiveNetworkState{ when=-1ms what=1 obj=NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "TEAMHD", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false target=com.android.internal.util.StateMachine$SmHandler } D/GpsLocationProvider( 393): NTP server returned: 1496401651365 (Fri Jun 02 19:07:31 GMT+08:00 2017) reference: 939980 certainty: 173 system time offset: -15180 D/dalvikvm( 393): GC_CONCURRENT freed 971K, 20% free 6902K/8564K, paused 4ms+4ms, total 52ms D/dalvikvm( 1337): GC_CONCURRENT freed 422K, 11% free 4111K/4600K, paused 3ms+3ms, total 20ms D/dalvikvm( 701): GC_CONCURRENT freed 529K, 15% free 4604K/5384K, paused 1ms+2ms, total 23ms D/CaptivePortalTracker( 393): DelayedCaptiveCheckState{ when=-10ms what=2 arg1=1 target=com.android.internal.util.StateMachine$SmHandler } D/ConnectivityService( 393): setProvNotificationVisible: E visible=false networkType=1 extraInfo=null url=null D/CaptivePortalTracker( 393): Checking http://64.233.189.138/generate_204 W/ActivityThread( 393): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader()); D/dalvikvm( 659): GC_CONCURRENT freed 373K, 12% free 3323K/3764K, paused 2ms+2ms, total 19ms D/dalvikvm( 701): GC_CONCURRENT freed 680K, 18% free 4425K/5384K, paused 3ms+5ms, total 30ms D/CaptivePortalTracker( 393): Probably not a portal: exception java.net.SocketTimeoutException: failed to connect to /64.233.189.138 (port 80) after 10000ms D/CaptivePortalTracker( 393): Don't send network conditions - lacking user consent. D/CaptivePortalTracker( 393): Not captive network NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "TEAMHD", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false D/CaptivePortalTracker( 393): notifyPortalCheckCompleted: captive=false ni=NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "TEAMHD", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false D/ConnectivityService( 393): captivePortalCheckCompleted: ni=NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "TEAMHD", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false captive=false D/dalvikvm( 701): GC_CONCURRENT freed 502K, 19% free 4384K/5380K, paused 1ms+5ms, total 25ms D/dalvikvm( 659): GC_CONCURRENT freed 390K, 13% free 3322K/3780K, paused 1ms+1ms, total 12ms D/dalvikvm( 701): GC_CONCURRENT freed 434K, 19% free 4398K/5380K, paused 1ms+4ms, total 23ms D/dalvikvm( 701): GC_CONCURRENT freed 450K, 19% free 4397K/5380K, paused 1ms+3ms, total 20ms D/dalvikvm( 659): GC_CONCURRENT freed 438K, 14% free 3322K/3828K, paused 2ms+2ms, total 18ms D/dalvikvm( 701): GC_CONCURRENT freed 429K, 18% free 4417K/5380K, paused 1ms+3ms, total 19ms D/dalvikvm( 393): GC_CONCURRENT freed 774K, 18% free 7051K/8564K, paused 2ms+4ms, total 40ms D/dalvikvm( 393): WAIT_FOR_CONCURRENT_GC blocked 36ms D/dalvikvm( 659): GC_CONCURRENT freed 438K, 14% free 3322K/3828K, paused 3ms+1ms, total 16ms D/dalvikvm( 659): GC_CONCURRENT freed 390K, 14% free 3322K/3828K, paused 2ms+1ms, total 16ms I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.selfieapp/.MainActivity} from pid 567 D/dalvikvm( 393): GC_FOR_ALLOC freed 222K, 19% free 7014K/8564K, paused 38ms, total 38ms I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.LoginSceenActivity} from pid 1337 V/FirebaseCrash( 1337): Firebase Crash Reporting is disabled. E/TAG ( 1337): 0 I/ActivityManager( 393): Displayed com.selfieapp/.LoginSceenActivity: +419ms (total +505ms) D/dalvikvm( 1337): GC_CONCURRENT freed 411K, 12% free 4084K/4616K, paused 2ms+3ms, total 31ms D/dalvikvm( 659): GC_CONCURRENT freed 390K, 13% free 3322K/3804K, paused 1ms+1ms, total 16ms I/LatinIME:LogUtils( 537): Dictionary info: dictionary = contacts.zh_CN.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 417K, 22% free 4451K/5680K, paused 1ms+5ms, total 25ms E/emal ( 1337): &email=sales01@digitalscreens.tech&password=123456 E/TAG, POST Response :: ( 1337): 200 I/TAG ( 1337): {"status":"success","message":"OK","info":{"id":"6","companyIcon":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/a2491-cravia.png","companyName":"Skills unlimited","text":"Skills Unlimited Selfie Screen","facebookPageID":"","email":"sales01@digitalscreens.tech","phone":null,"address":"","updated_on":"2017-06-02 06:02:44","main_slider_playtime":10000,"mainSlideshow":[{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/8d310-Ladies-night-1.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/10b99-ladies-night-3.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/baee4-christmas-party.jpeg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/3af9e-ladies-night2.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/757ab-maxresdefault.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/6dd13-mcdonalds2.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/bc90e-mcdonalds.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/4694f-Pizza_HD.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/395fd-STARBUCKS1.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/a6892-Shrimppicture.jpg","mediaType":"image"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/133a2-starbucks.jpg","mediaType":"image"}],"bottomimageSlideshow":[{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/50cce-selfie6.jpg"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/c0283-Selfies1.jpg"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/12ef9-selfies2.jpg"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/776b8-selfies3.jpg"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/7ffb5-selfies4.jpg"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/62f3e-selfies5.jpg"},{"url":"http:\/\/selfie.cwsdev3.biz\/assets\/uploads\/images\/2db50-selfies6.jpg"}],"filterImageOverlay":[]}} D/dalvikvm( 1337): GC_CONCURRENT freed 278K, 11% free 4194K/4664K, paused 2ms+3ms, total 30ms D/dalvikvm( 1337): WAIT_FOR_CONCURRENT_GC blocked 27ms E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/50cce-selfie6.jpg E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/c0283-Selfies1.jpg E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/12ef9-selfies2.jpg E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/776b8-selfies3.jpg E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/7ffb5-selfies4.jpg E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/62f3e-selfies5.jpg E/TAG ( 1337): http://selfie.cwsdev3.biz/assets/uploads/images/2db50-selfies6.jpg I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.MainActivity} from pid 1337 W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41e7faa8 attribute=null, token = android.os.BinderProxy@41ae3680 V/FirebaseCrash( 1337): Firebase Crash Reporting is disabled. E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/50cce-selfie6.jpg E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/c0283-Selfies1.jpg E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/12ef9-selfies2.jpg E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/776b8-selfies3.jpg E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/7ffb5-selfies4.jpg E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/62f3e-selfies5.jpg E/TAG ( 1337): from dbhttp://selfie.cwsdev3.biz/assets/uploads/images/2db50-selfies6.jpg E/TAG ( 1337): 11 E/TAG ( 1337): onCreate E/TAG ( 1337): onCreate D/dalvikvm( 1337): GC_CONCURRENT freed 311K, 9% free 4277K/4696K, paused 3ms+2ms, total 19ms I/ActivityManager( 393): Displayed com.selfieapp/.MainActivity: +343ms D/dalvikvm( 1337): GC_CONCURRENT freed 400K, 10% free 4381K/4848K, paused 4ms+4ms, total 50ms D/dalvikvm( 1337): WAIT_FOR_CONCURRENT_GC blocked 19ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 75K, 11% free 4382K/4908K, paused 29ms, total 29ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 4.656MB for 328816-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 4K, 11% free 4699K/5232K, paused 22ms, total 22ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 130K, 11% free 4661K/5232K, paused 16ms, total 16ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 4.807MB for 201868-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed <1K, 11% free 4858K/5432K, paused 17ms, total 18ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 150K, 12% free 4784K/5432K, paused 11ms, total 11ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 9.629MB for 5132176-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 0K, 7% free 9796K/10444K, paused 11ms, total 11ms D/dalvikvm( 1337): GC_CONCURRENT freed 79K, 6% free 9828K/10444K, paused 2ms+4ms, total 39ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 473K, 8% free 10860K/11712K, paused 28ms, total 29ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 66K, 7% free 11792K/12592K, paused 17ms, total 17ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 80K, 7% free 12980K/13860K, paused 19ms, total 19ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 17.632MB for 5132176-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 0K, 5% free 17992K/18872K, paused 13ms, total 14ms D/dalvikvm( 1337): GC_CONCURRENT freed 8K, 5% free 18056K/18872K, paused 1ms+2ms, total 19ms D/dalvikvm( 659): GC_CONCURRENT freed 390K, 13% free 3322K/3800K, paused 2ms+3ms, total 34ms D/dalvikvm( 1337): GC_CONCURRENT freed 6705K, 30% free 16330K/23104K, paused 3ms+3ms, total 27ms I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.Usb_CameraActivity} from pid 1337 I/dalvikvm( 1337): Could not find method com.serenegiant.common.BaseActivity.requestPermissions, referenced from method com.serenegiant.common.BaseActivity.onMessageDialogResult W/dalvikvm( 1337): VFY: unable to resolve virtual method 32650: Lcom/serenegiant/common/BaseActivity;.requestPermissions ([Ljava/lang/String;I)V D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0008 I/dalvikvm( 1337): Could not find method android.app.Activity.onRequestPermissionsResult, referenced from method com.serenegiant.common.BaseActivity.onRequestPermissionsResult W/dalvikvm( 1337): VFY: unable to resolve virtual method 90: Landroid/app/Activity;.onRequestPermissionsResult (I[Ljava/lang/String;[I)V D/dalvikvm( 1337): VFY: replacing opcode 0x6f at 0x0000 I/dalvikvm( 1337): Could not find method android.hardware.usb.UsbDevice.getSerialNumber, referenced from method com.serenegiant.usb.USBMonitor.getDeviceKeyName W/dalvikvm( 1337): VFY: unable to resolve virtual method 1247: Landroid/hardware/usb/UsbDevice;.getSerialNumber ()Ljava/lang/String; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0062 I/dalvikvm( 1337): Could not find method android.hardware.usb.UsbDevice.getManufacturerName, referenced from method com.serenegiant.usb.USBMonitor.getDeviceKeyName W/dalvikvm( 1337): VFY: unable to resolve virtual method 1244: Landroid/hardware/usb/UsbDevice;.getManufacturerName ()Ljava/lang/String; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x006e I/dalvikvm( 1337): Could not find method android.hardware.usb.UsbDevice.getManufacturerName, referenced from method com.serenegiant.usb.USBMonitor.updateDeviceInfo W/dalvikvm( 1337): VFY: unable to resolve virtual method 1244: Landroid/hardware/usb/UsbDevice;.getManufacturerName ()Ljava/lang/String; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x000e I/dalvikvm( 1337): Could not find method android.hardware.usb.UsbDevice.getVersion, referenced from method com.serenegiant.usb.USBMonitor.updateDeviceInfo W/dalvikvm( 1337): VFY: unable to resolve virtual method 1249: Landroid/hardware/usb/UsbDevice;.getVersion ()Ljava/lang/String; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0026 I/AwesomePlayer( 95): AwesomePlayer::AwesomePlayer()in I/AwesomePlayer( 95): AwesomePlayer::AwesomePlayer()aftermClient.connect() V/CameraThread( 1337): getHandler: V/Usb_CameraActivity( 1337): onStart: I/OMXCodec( 95): --->InstantiateSoftwareCodec create OMX.google.vorbis.decoder codec V/UVCCameraTextureView( 1337): onResume: I/FrameQueueManage( 95): FrameQueueManage::~FrameQueueManage end! [ 1060.693936] type=1400 audit(1496401784.510:15): avc: denied { ioctl } for pid=1337 comm="com.selfieapp" path="/dev/ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 1060.694103] type=1400 audit(1496401784.510:16): avc: denied { read write } for pid=1337 comm="com.selfieapp" path="/dev/ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_aVp:s0 aceraeextu:eVject 13d7vi e:su fccase=chre_fiie b[le:and720d.7]atypei1s.S0rfucet(1t96e@171a.230 17):VavVCC deraed t{ eVitw }1for iend3rThcemm#"coH.nelef:ea p"/UVCCa"praTertursVrvic " d7)=tRpns rnore4d taottd t=V:rUVCCruereTeatpreVie tco1337)t u:ndject_r:propirty_socEGLBase tclass7sock_yilo [l1b6ck7to0RGB 65 t: sys_prop: permission denied uid:10046 name:sys.glibgui.vD/sGona e14( 1337): EGLContext created, client version 2 I/ActivityManager( 393): Displayed com.selfieapp/.Usb_CameraActivity: +449ms D/dalvikvm( 1337): GC_CONCURRENT freed 3759K, 27% free 16987K/23104K, paused 3ms+11ms, total 44ms E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected1 D/dalvikvm( 1337): GC_FOR_ALLOC freed 3265K, 27% free 16961K/23104K, paused 36ms, total 36ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 19.057MB for 2549776-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 45K, 25% free 19405K/25596K, paused 24ms, total 24ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 1184K, 19% free 20837K/25596K, paused 37ms, total 38ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 1963K, 25% free 19630K/26004K, paused 19ms, total 19ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 24.126MB for 5132176-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 4K, 21% free 24637K/31016K, paused 19ms, total 19ms W/ActivityManager( 393): Launch timeout has expired, giving up wake lock! E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected2 D/dalvikvm( 659): GC_CONCURRENT freed 438K, 14% free 3322K/3828K, paused 2ms+1ms, total 16ms E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected3 W/InputEventReceiver( 1337): Attempted to finish an input event but the input event receiver has already been disposed. W/InputEventReceiver( 1337): Attempted to finish an input event but the input event receiver has already been disposed. D/dalvikvm( 659): GC_CONCURRENT freed 390K, 14% free 3322K/3828K, paused 4ms+1ms, total 28ms E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected4 E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected5 D/dalvikvm( 659): GC_CONCURRENT freed 390K, 13% free 3322K/3816K, paused 1ms+1ms, total 18ms E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected6 E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected7 D/dalvikvm( 659): GC_CONCURRENT freed 390K, 13% free 3322K/3812K, paused 3ms+1ms, total 20ms E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected8 E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected9 D/dalvikvm( 659): GC_CONCURRENT freed 438K, 14% free 3322K/3828K, paused 2ms+1ms, total 15ms E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected10 E/TAG ( 1337): onCreate E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected0 D/dalvikvm( 659): GC_CONCURRENT freed 438K, 14% free 3322K/3828K, paused 0ms+1ms, total 11ms E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected1 W/InputEventReceiver( 1337): Attempted to finish an input event but the input event receiver has already been disposed. I/ActivityManager( 393): START u0 {flg=0x10000000 cmp=com.android.systemui/.usb.UsbPermissionActivity (has extras)} from pid 393 D/dalvikvm( 393): GC_FORALLOC freed 857K, 19% free 7017K/8564K, paused 37ms, total 37ms I/WindowManager( 393): Screenshot max retries 4 of Token{41d8b3e8 ActivityRecord{41d8b288 u0 com.android.systemui/.usb.UsbPermissionActivity t13 f}} appWin=Window{41d2d998 u0 com.android.systemui/com.android.systemui.usb.UsbPermissionActivity} drawState=1 W/WindowManager( 393): Screenshot failure taking screenshot for (1080x1920) to layer 21030 I/dalvikvm( 1337): Could not find method android.hardware.usb.UsbInterface.getAlternateSetting, referenced from method com.sere[egi18t.us10U78]onypeor40sbaodir(l49ock.g06.52e:f8c: vc:/ aevikd 3ead: fY: unab=e4to cemml"U virnualrmethod=1257v/Lun/roi/0hard0aredevb/msfs ino=ace; gctAttxt=ateSuttrngted p:s0 tcontext=u:object_r:usb_device:s0 tclass=chr_file [ 1D8d.7v26v4( 1y3e=1 VF :udipla49n4 1p0o.e 0x1e :tavx0 39enied { getattr } for pid=1485 comm="USBMonitor" path="/dev/bus/usb/001/003" dev=tmpfs ino=1438 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:usb_device:s0 tclass=chr_file [ 1182.756718] type=1400 audit(1496401906.570:20): avc: denied { ioctl } for pid=1485 comm="USBMonitor" path="/dev/bus/usb/001/003" dev=tmpfs ino=1438 scontext=u:r:untrusted_app:s0 tcontex/Uuboeject_r:une_deonceI(01337): =loref Ie SBMonitor( 1337): name=/dev/bus/usb/001/003,desc=73,busnum=1,devnum=3,rawDesc=[B@435abb08 V/TAG ( 1337): onConnect: V/CameraThread( 1337): handleOpen: V/CameraThread( 1337): handleClose: V/CameraThread( 1337): handleStopRecording:mMuxer=null V/UVCCameraTextureView( 1337): setVideoEncoder: D/dalvikvm( 1337): Trying to load lib /data/app-lib/com.selfieapp-1/libjpeg-turbo1500.so 0x4197bcb0 D/dalvikvm( 1337): Added shared lib /data/app-lib/com.selfieapp-1/libjpeg-turbo1500.so 0x4197bcb0 D/dalvikvm( 1337): No JNI_OnLoad found in /data/app-lib/com.selfieapp-1/libjpeg-turbo1500.so 0x4197bcb0, skipping init D/dalvikvm( 1337): Trying to load lib /data/app-lib/com.selfieapp-1/libusb100.so 0x4197bcb0 D/dalvikvm( 1337): Added shared lib /data/app-lib/com.selfieapp-1/libusb100.so 0x4197bcb0 D/dalvikvm( 1337): No JNI_OnLoad found in /data/app-lib/com.selfieapp-1/libusb100.so 0x4197bcb0, skipping init D/dalvikvm( 1337): Trying to load lib /data/app-lib/com.selfieapp-1/libuvc.so 0x4197bcb0 D/dalvikvm( 1337): Added shared lib /data/app-lib/com.selfieapp-1/libuvc.so 0x4197bcb0 D/dalvikvm( 1337): No JNI_OnLoad found in /data/app-lib/com.selfieapp-1/libuvc.so 0x4197bcb0, skipping init D/dalvikvm( 1337): Trying to load lib /data/app-lib/com.selfieapp-1/libUVCCamera.so 0x4197bcb0 D/dalvikvm( 1337): Added shared lib /data/app-lib/com.selfieapp-1/libUVCCamera.so 0x4197bcb0 V/UVCCameraTextureView( 1337): RenderThread#setEncoder:encoder=null V/UVCCameraTextureView( 1337): getPreviewTexture: I/UVCCameraTextureView( 1337): RenderThread#updatePreviewSurface: V/UVCCameraTextureView( 1337): updatePreviewSurface:tex_id=1 D/UsbDeviceConnectionJNI( 1337): close I/libusb/core( 1337): [1488core.c:2085:libusb_init2]:libusb v1.0.19.10903 I/libusb/usbfs( 1337): [1488android_usbfs.c:504:op_init2]:start up hotplug event handler I/libusb/usbfs( 1337): [1488android_usbfs.c:512:op_init2]:call android_scan_devices I/AbsUVCCameraHandler( 1337): supportedSize:{"formats":[{"index":1,"type":4,"default":1,"size":["640x480","320x240","160x120","1280x720","1600x1200","800x600"]}]} V/CameraThread( 1337): handleStartPreview: I/libUVCCamera( 1337): [1513UVCPreview.cpp:492:prepare_preview]:frameSize=(640,480)@YUYV I/libUVCCamera( 1337): [1515*UVCPreview.cpp:258:callbackPixelFormatChanged]:PIXEL_FORMAT_RAW: F/libc ( 1337): Fatal signal 11 (SIGSEGV) at 0x71152000 (code=1), thread 1512 (CameraThread) E/TAG ( 1337): onCreate E/TAG ( 1337): posimage E/TAG ( 1337): onpageSelected2 I/DEBUG ( 90): I/DEBUG ( 90): Build fingerprint: 'rockchip/rk3188/rk3188:4.4.4/KTU84Q/eng.liaokai.20151026.183723:eng/test-keys' I/DEBUG ( 90): Revision: '0' I/DEBUG ( 90): pid: 1337, tid: 1512, name: CameraThread >>> com.selfieapp <<< I/DEBUG ( 90): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 71152000 I/DEBUG ( 90): r0 71151fe4 r1 6ae80708 r2 00000500 r3 00000000 I/DEBUG ( 90): r4 00000000 r5 00000000 r6 00000000 r7 00000000 I/DEBUG ( 90): r8 00000000 r9 6a9f6558 sl 6ae80008 fp 6cb6bab8 I/DEBUG ( 90): ip 00000000 sp 6cb6ba5c lr 00000000 pc 400ab1c6 cpsr 200d0030 I/DEBUG ( 90): d0 0000000000000000 d1 0000000000000000 I/DEBUG ( 90): d2 0000000000000000 d3 0000000000000000 I/DEBUG ( 90): d4 0006000101030324 d5 0b00010104042407 I/DEBUG ( 90): d6 7f027dd004050524 d7 4c560606241b0017 I/DEBUG ( 90): d8 0000000044b9e000 d9 8000000000000000 I/DEBUG ( 90): d10 0000000000000000 d11 0000000000000000 I/DEBUG ( 90): d12 0000000000000000 d13 0000000000000000 I/DEBUG ( 90): d14 0000000000000000 d15 0000000000000000 I/DEBUG ( 90): d16 000000000000001c d17 01000008ffffffff I/DEBUG ( 90): d18 4649494b4f4e4f4b d19 ffffffffffffffff I/DEBUG ( 90): d20 ffffffffffffffff d21 4649494b4f4e4f4b I/DEBUG ( 90): d22 313636363c3c3c38 d23 474b4b4c5151514d I/DEBUG ( 90): d24 4649494b4f4e4f4b d25 ffffffffffffffff I/DEBUG ( 90): d26 ffffffffffffffff d27 ffffffffffffffff I/DEBUG ( 90): d28 ffffffffffffffff d29 ffffffffffffffff I/DEBUG ( 90): d30 ffffffffffffffff d31 ffffffffffffffff I/DEBUG ( 90): scr 80000013 I/DEBUG ( 90): I/DEBUG ( 90): backtrace: I/DEBUG ( 90): #00 pc 000221c6 /system/lib/libc.so (memcpy_base_aligned+73) I/DEBUG ( 90): #01 pc 00014fc8 /data/app-lib/com.selfieapp-1/libuvc.so I/DEBUG ( 90): #02 pc 0000c314 /data/app-lib/com.selfieapp-1/libusb100.so (usbi_handle_transfer_completion+320) I/DEBUG ( 90): #03 pc 000126a8 /data/app-lib/com.selfieapp-1/libusb100.so I/DEBUG ( 90): #04 pc 0000d200 /data/app-lib/com.selfieapp-1/libusb100.so I/DEBUG ( 90): #05 pc 0000cb60 /data/app-lib/com.selfieapp-1/libusb100.so (libusb_handle_events_timeout_completed+968) I/DEBUG ( 90): #06 pc 0000d3cc /data/app-lib/com.selfieapp-1/libusb100.so (libusb_handle_events+52) I/DEBUG ( 90): #07 pc 00012c20 /data/app-lib/com.selfieapp-1/libuvc.so (_uvc_handle_events+136) I/DEBUG ( 90): #08 pc 0000d228 /system/lib/libc.so (thread_entry+72) I/DEBUG ( 90): #09 pc 0000d3c0 /system/lib/libc.so (pthread_create+240) I/DEBUG ( 90): I/DEBUG ( 90): stack: I/DEBUG ( 90): 6cb6ba1c 00000000
I/DEBUG ( 90): 6cb6ba20 6a92e5c8
I/DEBUG ( 90): 6cb6ba24 00000000
I/DEBUG ( 90): 6cb6ba28 00000000
I/DEBUG ( 90): 6cb6ba2c 6ab06fb0 /data/app-lib/com.selfieapp-1/libusb100.so (libusb_ref_device+36) I/DEBUG ( 90): 6cb6ba30 00000000
I/DEBUG ( 90): 6cb6ba34 00000000
I/DEBUG ( 90): 6cb6ba38 00000000
I/DEBUG ( 90): 6cb6ba3c 6ab0f00c /data/app-lib/com.selfieapp-1/libusb100.so (libusb_submit_transfer+584) I/DEBUG ( 90): 6cb6ba40 00000000
I/DEBUG ( 90): 6cb6ba44 00000000
I/DEBUG ( 90): 6cb6ba48 000004a5
I/DEBUG ( 90): 6cb6ba4c 31a2f89b
I/DEBUG ( 90): 6cb6ba50 21494f58
I/DEBUG ( 90): 6cb6ba54 00000800
I/DEBUG ( 90): 6cb6ba58 00000000
I/DEBUG ( 90): #00 6cb6ba5c 00000c00
I/DEBUG ( 90): 6cb6ba60 00000000
I/DEBUG ( 90): 6cb6ba64 6ae80009
I/DEBUG ( 90): 6cb6ba68 00000c00
I/DEBUG ( 90): 6cb6ba6c 6a92f250
I/DEBUG ( 90): 6cb6ba70 71151904
I/DEBUG ( 90): 6cb6ba74 6ac65fcc /data/app-lib/com.selfieapp-1/libuvc.so I/DEBUG ( 90): #01 6cb6ba78 6ac69284 /data/app-lib/com.selfieapp-1/libuvc.so I/DEBUG ( 90): 6cb6ba7c 6ac69284 /data/app-lib/com.selfieapp-1/libuvc.so I/DEBUG ( 90): 6cb6ba80 6a92f2dc
I/DEBUG ( 90): 6cb6ba84 6a92f2d8
I/DEBUG ( 90): 6cb6ba88 6a9f643c
I/DEBUG ( 90): 6cb6ba8c 00000014
I/DEBUG ( 90): 6cb6ba90 00000000
I/DEBUG ( 90): 6cb6ba94 6a92f050
I/DEBUG ( 90): 6cb6ba98 21494f58
I/DEBUG ( 90): 6cb6ba9c 6a9f6418
I/DEBUG ( 90): 6cb6baa0 6a9f643c
I/DEBUG ( 90): 6cb6baa4 00000000
I/DEBUG ( 90): 6cb6baa8 00000000
I/DEBUG ( 90): 6cb6baac 6a92f050
I/DEBUG ( 90): 6cb6bab0 6a92e510
I/DEBUG ( 90): 6cb6bab4 6a9f65e4
I/DEBUG ( 90): ........ ........ I/DEBUG ( 90): #02 6cb6bac0 6a9f643c
I/DEBUG ( 90): 6cb6bac4 6ac65980 /data/app-lib/com.selfieapp-1/libuvc.so I/DEBUG ( 90): 6cb6bac8 00000000
I/DEBUG ( 90): 6cb6bacc 689a6b88
I/DEBUG ( 90): 6cb6bad0 6a92f050
I/DEBUG ( 90): 6cb6bad4 00000004
I/DEBUG ( 90): 6cb6bad8 6a9f8430
I/DEBUG ( 90): 6cb6badc 00000000
I/DEBUG ( 90): 6cb6bae0 6a9f65e0
I/DEBUG ( 90): 6cb6bae4 6a92f050
I/DEBUG ( 90): 6cb6bae8 00000004
I/DEBUG ( 90): 6cb6baec 6a9f65e4
I/DEBUG ( 90): 6cb6baf0 6cb6bcb8
I/DEBUG ( 90): 6cb6baf4 6ab156ac /data/app-lib/com.selfieapp-1/libusb100.so I/DEBUG ( 90): I/DEBUG ( 90): memory near r0: I/DEBUG ( 90): 71151fc4 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 71151fd4 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 71151fe4 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 71151ff4 00000000 00000000 00000000 ffffffff
I/DEBUG ( 90): 71152004 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152014 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152024 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152034 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152044 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152054 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152064 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152074 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152084 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152094 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 711520a4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 711520b4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): I/DEBUG ( 90): memory near r1: I/DEBUG ( 90): 6ae806e8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae806f8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80708 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80718 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80728 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80738 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80748 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80758 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80768 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80778 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80788 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80798 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807a8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807b8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807c8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807d8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): I/DEBUG ( 90): memory near r9: I/DEBUG ( 90): 6a9f6538 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f6548 00000c00 00000800 00000000 00000c00
I/DEBUG ( 90): 6a9f6558 00000c00 00000000 00000c00 00000c00
I/DEBUG ( 90): 6a9f6568 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f6578 00000c00 00000c00 00000000 00000c00
I/DEBUG ( 90): 6a9f6588 000008b4 00000000 00000c00 00000800
I/DEBUG ( 90): 6a9f6598 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f65a8 00000c00 00000800 00000000 00000c00
I/DEBUG ( 90): 6a9f65b8 00000c00 00000000 00000c00 00000800
I/DEBUG ( 90): 6a9f65c8 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f65d8 00000c00 00000c00 00000000 00000000
I/DEBUG ( 90): 6a9f65e8 00000000 00000004 00000004 00000000
I/DEBUG ( 90): 6a9f65f8 00000020 000001eb 00000020 6aa121ec
I/DEBUG ( 90): 6a9f6608 6aa11e1c 000004a5 000c5480 00000000
I/DEBUG ( 90): 6a9f6618 00000000 00000000 00000000 6a92f050
I/DEBUG ( 90): 6a9f6628 00018100 00001388 00000000 00018000
I/DEBUG ( 90): I/DEBUG ( 90): memory near sl: I/DEBUG ( 90): 6ae7ffe8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae7fff8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80008 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80018 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80028 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80038 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80048 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80058 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80068 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80078 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80088 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80098 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800a8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800b8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800c8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800d8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): I/DEBUG ( 90): memory near fp: I/DEBUG ( 90): 6cb6ba98 21494f58 6a9f6418 6a9f643c 00000000
I/DEBUG ( 90): 6cb6baa8 00000000 6a92f050 6a92e510 6a9f65e4
I/DEBUG ( 90): 6cb6bab8 6cb6baf0 6ab0f318 6a9f643c 6ac65980
I/DEBUG ( 90): 6cb6bac8 00000000 689a6b88 6a92f050 00000004
I/DEBUG ( 90): 6cb6bad8 6a9f8430 00000000 6a9f65e0 6a92f050
I/DEBUG ( 90): 6cb6bae8 00000004 6a9f65e4 6cb6bcb8 6ab156ac
I/DEBUG ( 90): 6cb6baf8 00000000 00000004 00000004 00000000
I/DEBUG ( 90): 6cb6bb08 00000000 00000004 6a9f6438 6ab1c7c5
I/DEBUG ( 90): 6cb6bb18 6ab1c7b7 6ab1c7c5 6ab1c7b7 6ab1c7c5
I/DEBUG ( 90): 6cb6bb28 6ab1c7b7 6ab1ccd3 6ab1cbd6 6ab1ce84
I/DEBUG ( 90): 6cb6bb38 6ab1ce4c 6ab1ccbd 6ab1cbd6 6ab1cda0
I/DEBUG ( 90): 6cb6bb48 6ab1cd1a 6ab1cdd0 6ab1cd1a 6ab1cd7e
I/DEBUG ( 90): 6cb6bb58 6ab1cd1a 6ab1cd61 6ab1cd1a 6ab1cc58
I/DEBUG ( 90): 6cb6bb68 6ab1bb06 6ab1bb42 6ab1cea7 6ab1ce4c
I/DEBUG ( 90): 6cb6bb78 6ab1cec3 6ab1ce4c 6ab1cca2 6ab1ce4c
I/DEBUG ( 90): 6cb6bb88 6ab1cca2 6ab1cbd6 6ab1cc31 6ab1cbd6
I/DEBUG ( 90): I/DEBUG ( 90): memory near sp: I/DEBUG ( 90): 6cb6ba3c 6ab0f00c 00000000 00000000 000004a5
I/DEBUG ( 90): 6cb6ba4c 31a2f89b 21494f58 00000800 00000000
I/DEBUG ( 90): 6cb6ba5c 00000c00 00000000 6ae80009 00000c00
I/DEBUG ( 90): 6cb[ 1182b766460]2ini0 115_p0op: pe5miss6ac6928ied uid:1EB4G nam sy0): ibg 6.v6bs7on a[ 9186 147712]cbia9er2dr laaf64pc c 3I/,EBUa ac(io 99):26 6cb br8c 0 00014 00000000 6a92f050 21494f58
I/DEBUG ( 90): 6cb6ba9c 6a9f6418 6a9f643c 00000000 00000000
I/DEBUG ( 90): 6cb6baac 6a92f050 6a92e510 6a9f65e4 6cb6baf0
I/DEBUG ( 90): 6cb6babc 6ab0f318 6a9f643c 6ac65980 00000000
I/DEBUG ( 90): 6cb6bacc 689a6b88 6a92f050 00000004 6a9f8430
I/DEBUG ( 90): 6cb6badc 00000000 6a9f65e0 6a92f050 00000004
I/DEBUG ( 90): 6cb6baec 6a9f65e4 6cb6bcb8 6ab156ac 00000000
I/DEBUG ( 90): 6cb6bafc 00000004 00000004 00000000 00000000
I/DEBUG ( 90): 6cb6bb0c 00000004 6a9f6438 6ab1c7c5 6ab1c7b7
I/DEBUG ( 90): 6cb6bb1c 6ab1c7c5 6ab1c7b7 6ab1c7c5 6ab1c7b7
I/DEBUG ( 90): 6cb6bb2c 6ab1ccd3 6ab1cbd6 6ab1ce84 6ab1ce4c
I/DEBUG ( 90): I/DEBUG ( 90): code around pc: I/DEBUG ( 90): 400ab1a4 f8114b01 f8005b01 f8004b01 3a405b01
I/DEBUG ( 90): 400ab1b4 f891db0b e8b1f100 e8a051f8 e8b151f8
I/DEBUG ( 90): 400ab1c4 e8a051f8 3a4051f8 3240daf3 db043a20
I/DEBUG ( 90): 400ab1d4 51f8e8b1 51f8e8a0 32203a20 ea5fd01a
I/DEBUG ( 90): 400ab1e4 bf247c02 c078c978 e8b1bf44 e8a00180
I/DEBUG ( 90): 400ab1f4 ea5f0180 bf247c82 3b04f851 3b04f840
I/DEBUG ( 90): 400ab204 f831bf44 f8204b02 f0124b02 bf1c0f01
I/DEBUG ( 90): 400ab214 7003780b 01f0e8bd 8001e8bd 4803b500
I/DEBUG ( 90): 400ab224 44784901 fc50f7f0 000138e4 00027e56
I/DEBUG ( 90): 400ab234 e1520003 9a000008 e52de004 e59f000c
I/DEBUG ( 90): 400ab244 e59f1004 e080000f faffc21e 000138fd
I/DEBUG ( 90): 400ab254 00027e47 e1a02001 e3a01000 e3520084
I/DEBUG ( 90): 400ab264 8a000016 e92d0001 eee01b10 e2522020
I/DEBUG ( 90): 400ab274 3a000003 f2202150 e2522020 f400020d
I/DEBUG ( 90): 400ab284 2afffffc e2822020 e3120010 0a000000
I/DEBUG ( 90): 400ab294 f4000a0d e1b0ce82 3a000000 f400070d
I/DEBUG ( 90): I/DEBUG ( 90): code around lr: I/DEBUG ( 90): 00000000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): I/DEBUG ( 90): memory map around fault addr 71152000: I/DEBUG ( 90): 70151000-71152000 rw- I/DEBUG ( 90): (no map for address) I/DEBUG ( 90): 71414000-71bfd000 rw- /dev/ump