Hi I recently downloaded "android_kk4.4.2_1.0.0-ga_images_6qsabresd" on my iMX6 sabresd board. Then I tried the screenrecorder program. It runs without problem, but the content it recorded is corrupted. See attached. Is there anyone who knows why and how to fix it?
P.S. I tried different resolutions. 1920x1080, 1280x720, and 1024x768. The HDMI output is correct but somehow the video recorded is wrong.
Solved! Go to Solution.
I think you hit the nail on the head, Saurabh.
This appears to be an issue with the color depth of the frame-buffer (the bpp=32 clause).
The "if=RGB24" controls the video output format for your display and really can't affect this.
Hi,
I have tested on my custom hardware its working fine, It seems that your resolution is not set correctly.
Can You provide your logcat detail?
Regards,
Saurabh
I noticed that there was a line here. Do you know how to set the correct color format so that screenrecorder can support?
W/SurfaceFlinger( 2338): [ScreenRecorder] Unexpected beginFrame() in GLES state
E/ ( 2341): Not supported color format 4!
Hi,
I am using if=RGB24,bpp=32.
You can try this.
Regards,
Saurabh
I think you hit the nail on the head, Saurabh.
This appears to be an issue with the color depth of the frame-buffer (the bpp=32 clause).
The "if=RGB24" controls the video output format for your display and really can't affect this.
32bpp works for me. Thanks Eric and Saurabh.
Hi Saurabh,
Thanks for your quick reply. The following is the logcat I get while I am running screenrecorder.
root@sabresd_6dq:/ # logcat
--------- beginning of /dev/log/main
D/MagDaemon( 2348): init_sensors
D/MagDaemon( 2348): find sensor name FreescaleAccelerometer
D/MagDaemon( 2348): input device 'FreescaleAccelerometer' opened, fd = 8
I/OrionSvc( 2349): Set command is setprop athr.gps.conf /system/etc/gps/Orion.in i
I/installd( 2342): installd firing up
I/DEBUG ( 2337): debuggerd: Jun 20 2014 09:23:58
D/MagDaemon( 2348): find sensor name FreescaleMagnetometer
D/MagDaemon( 2348): input device 'FreescaleMagnetometer' opened, fd = 10
D/MagDaemon( 2348): find sensor name eCompass
D/MagDaemon( 2348): input device 'eCompass' opened, fd = 11
D/MagDaemon( 2348): magnetic sensor calibrate daemon start
D/MagDaemon( 2348): magnetic calibrate daemon set threshold 100.000000
I/Netd ( 2336): Netd 1.0 starting
W/InterfaceController( 2336): Warning (dlopen failed: library "/system/lib/libne tcmdiface.so" not found) while opening the net interface command library
E/DirectVolume( 2335): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/extsd
E/DirectVolume( 2335): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/udisk
--------- beginning of /dev/log/system
I/Vold ( 2335): Vold 2.1 (the revenge) firing up
D/Vold ( 2335): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 2335): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)
I/SurfaceFlinger( 2338): SurfaceFlinger is starting
I/SurfaceFlinger( 2338): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 2338): loaded /system/lib/egl/libEGL_VIVANTE.so
I/OrionSvc( 2349): using prop value
D/libEGL ( 2338): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so
I/OrionSvc( 2349): Get key ANDROID_SOCKET_athrshmsocket on 11
I/OrionSvc( 2349): Enter control_ipc thread
D/libEGL ( 2338): loaded /system/lib/egl/libGLESv2_VIVANTE.so
W/imx6.gralloc( 2338): using (fd=15)
W/imx6.gralloc( 2338): id = DISP3 BG - DI1
W/imx6.gralloc( 2338): xres = 1024 px
W/imx6.gralloc( 2338): yres = 768 px
W/imx6.gralloc( 2338): xres_virtual = 1024 px
W/imx6.gralloc( 2338): yres_virtual = 2304 px
W/imx6.gralloc( 2338): bpp = 16
W/imx6.gralloc( 2338): r = 11:5
W/imx6.gralloc( 2338): g = 5:6
W/imx6.gralloc( 2338): b = 0:5
W/imx6.gralloc( 2338): width = 163 mm (159.568100 dpi)
W/imx6.gralloc( 2338): height = 122 mm (159.895081 dpi)
W/imx6.gralloc( 2338): refresh rate = 60.00 Hz
I/v_hwc ( 2338): Default primary display
I/v_hwc ( 2338): xres = 1024 px
I/v_hwc ( 2338): yres = 768 px
I/v_hwc ( 2338): xdpi = 159.6 dpi
I/v_hwc ( 2338): ydpi = 159.9 dpi
I/v_hwc ( 2338): refresh rate = 60.0 Hz
E/v_hwc ( 2338): open /dev/graphics/fb2 failed
I/v_hwc ( 2338): Virtual display @2 initialized.
I/v_hwc ( 2338): Vivante HWComposer v2.4
I/v_hwc ( 2338): Device: 0x41e06408
I/v_hwc ( 2338): Separated 2D: YES
I/v_hwc ( 2338): 2D PE20: YES
I/v_hwc ( 2338): Multi-source blit: NO
I/v_hwc ( 2338): Multi-source blit Ex: NO
I/v_hwc ( 2338): OPF/YUV blit/Tiling : NO
I/v_hwc ( 2338): Filter stretch : YES
I/FslHwcomposer( 2338): using viv hwc!
I/FslHwcomposer( 2338): fb0 is ldb
I/FslHwcomposer( 2338): device
I/FslHwcomposer( 2338): fb1 is overlay device
W/FslHwcomposer( 2338): open /sys/class/graphics/fb2 failed
W/FslHwcomposer( 2338): open /sys/class/graphics/fb3 failed
W/FslHwcomposer( 2338): open /sys/class/graphics/fb4 failed
W/FslHwcomposer( 2338): open /sys/class/graphics/fb5 failed
I/FslHwcomposer( 2338): hwcomposer: open framebuffer fb0
I/FslHwcomposer( 2338): hwc_device_open,411
I/SurfaceFlinger( 2338): Using composer version 1.3
W/SurfaceFlinger( 2338): no suitable EGLConfig found, trying a simpler query
I/SurfaceFlinger( 2338): EGL informations:
I/SurfaceFlinger( 2338): vendor : Android
I/SurfaceFlinger( 2338): version : 1.4 Android META-EGL
I/SurfaceFlinger( 2338): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_ presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_ lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KH R_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_ANDROID_ima ge_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 2338): Client API: OpenGL_ES
I/SurfaceFlinger( 2338): EGLSurface: 5-6-5-0, config=0x411332c8
I/SurfaceFlinger( 2338): OpenGL ES informations:
I/SurfaceFlinger( 2338): vendor : Vivante Corporation
I/SurfaceFlinger( 2338): renderer : Vivante GC2000
I/SurfaceFlinger( 2338): version : OpenGL ES 2.0
I/SurfaceFlinger( 2338): extensions: GL_EXT_debug_marker GL_OES_compressed_ETC1_ RGB8_texture GL_OES_compressed_paletted_texture GL_OES_EGL_image GL_OES_depth24 GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_rgb8_rgba8 GL_OES _stencil1 GL_OES_stencil4 GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_de pth_texture GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_get_p rogram_binary GL_EXT_texture_format_BGRA8888 GL_IMG_read_format GL_EXT_blend_min max GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_APPLE_texture_format_BGR A8888 GL_APPLE_texture_max_level GL_ARM_rgba8 GL_EXT_frag_depth GL_VIV_shader_bi nary GL_VIV_direct_texture GL_OES_mapbuffer GL_OES_EGL_image_external GL_EXT_dis card_framebuffer GL_EXT_multisampled_render_to_texture GL_VIV_clamp_to_border GL _OES_vertex_type_10_10_10_2 GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_fi lter_anisotropic GL_OES_element_index_uint
I/SurfaceFlinger( 2338): GL_MAX_TEXTURE_SIZE = 8192
I/SurfaceFlinger( 2338): GL_MAX_VIEWPORT_DIMS = 8192
E/SurfaceFlinger( 2338): HWComposer: framebufferTarget is null
E/SurfaceFlinger( 2338): HWComposer: framebufferTarget is null
E/SurfaceFlinger( 2338): HWComposer: framebufferTarget is null
E/SurfaceFlinger( 2338): HWComposer: framebufferTarget is null
D/SurfaceFlinger( 2338): Screen acquired, type=0 flinger=0x41e03450
I/mediaserver( 2341): ServiceManager: 0x40d5e538
I/AudioFlinger( 2341): Using default 3000 mSec as standby time.
I/CameraService( 2341): CameraService started (pid=2341)
I/CameraService( 2341): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 2341): Face Back Camera is ov5640_mipi, orient is 0
I/FslCameraHAL( 2341): Face Front Camera is uvc,ov5642_camera,ov5640_camera, ori ent is 0
I/FslCameraHAL( 2341): Checking the camera ov5640_mipi
I/FslCameraHAL( 2341): Checking the camera uvc
I/FslCameraHAL( 2341): Checking the camera ov5642_camera
I/FslCameraHAL( 2341): Checking the camera ov5640_camera
I/AudioPolicyManagerBase( 2341): loadAudioPolicyConfig() loaded /system/etc/audi o_policy.conf
W/audio_hw_primary( 2341): card 0, id wm8962audio ,driver wm8962-audio, name wm8 962-audio
W/audio_hw_primary( 2341): out rate 44100
W/audio_hw_primary( 2341): in rate 44100, channels 1 format 0
I/AudioFlinger( 2341): loadHwModule() Loaded primary audio interface from Freesc ale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 2341): open output stream devices 2, format 1, channels 3, s ample_rate 44100, flag 2
W/audio_hw_primary( 2341): opened out stream...1074472776
I/AudioFlinger( 2341): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 2341): found effect "Multichannel Downmix To Stereo" from The Andr oid Open Source Project
E/MonoPipe( 2341): Failed to fetch local time frequency when constructing a Mono Pipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/libEGL ( 2492): loaded /system/lib/egl/libEGL_VIVANTE.so
D/libEGL ( 2492): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so
D/libEGL ( 2492): loaded /system/lib/egl/libGLESv2_VIVANTE.so
E/BufferQueue( 2338): [BootAnimation] dequeueBuffer: can't dequeue multiple buff ers without setting the buffer count
I/v_hwc ( 2338): Display(0x400ca008) detected: format=209 1024x768
I/v_hwc ( 2338): Display buffer(0x400cca70) detected: physical=0x3e400000
I/v_hwc ( 2338): Display buffer(0x4009e950) detected: physical=0x3e580000
V/NatController( 2336): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 2336): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 2336): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTRO UTING) res=0
I/v_hwc ( 2338): Display buffer(0x4009ecf0) detected: physical=0x3e700000
V/NatController( 2336): runCmd(/system/bin/ip rule flush) res=0
V/NatController( 2336): runCmd(/system/bin/ip -6 rule flush) res=0
V/NatController( 2336): runCmd(/system/bin/ip rule add from all lookup default p rio 32767) res=0
V/NatController( 2336): runCmd(/system/bin/ip rule add from all lookup main prio 32766) res=0
V/NatController( 2336): runCmd(/system/bin/ip -6 rule add from all lookup defaul t prio 32767) res=0
D/AndroidRuntime( 2339):
D/AndroidRuntime( 2339): >>>>>> AndroidRuntime START com.android.internal.os.Zyg oteInit <<<<<<
V/NatController( 2336): runCmd(/system/bin/ip -6 rule add from all lookup main p rio 32766) res=0
V/NatController( 2336): runCmd(/system/bin/ip route flush cache) res=0
V/NatController( 2336): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1
V/NatController( 2336): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1
V/NatController( 2336): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
D/AndroidRuntime( 2339): CheckJNI is OFF
I/AndroidRuntime( 2339): JNI options: '-Xjniopts:warnonly'
D/MDnsDS ( 2336): MDnsSdListener::Hander starting up
D/MDnsDS ( 2336): MDnsSdListener starting to monitor
D/MDnsDS ( 2336): Going to poll with pollCount 1
D/dalvikvm( 2339): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2339): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2339): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2339): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 2339): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
D/dalvikvm( 2339): Note: class Landroid/app/ActivityManagerNative; has 179 unimp lemented (abstract) methods
E/memtrack( 2339): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug( 2339): failed to load memtrack module: -2
I/SamplingProfilerIntegration( 2339): Profiling disabled.
I/Zygote ( 2339): Preloading classes...
D/dalvikvm( 2339): GC_EXPLICIT freed 39K, 8% free 520K/564K, paused 0ms+0ms, tot al 3ms
D/dalvikvm( 2339): GC_EXPLICIT freed 3K, 4% free 596K/616K, paused 0ms+0ms, tota l 3ms
D/dalvikvm( 2339): GC_EXPLICIT freed 16K, 3% free 640K/660K, paused 0ms+1ms, tot al 3ms
D/dalvikvm( 2339): GC_EXPLICIT freed 20K, 4% free 673K/696K, paused 0ms+0ms, tot al 3ms
D/dalvikvm( 2339): GC_EXPLICIT freed 10K, 2% free 718K/732K, paused 0ms+0ms, tot al 3ms
D/dalvikvm( 2339): GC_EXPLICIT freed 27K, 4% free 746K/776K, paused 0ms+0ms, tot al 3ms
D/dalvikvm( 2339): GC_EXPLICIT freed 35K, 5% free 816K/856K, paused 0ms+0ms, tot al 4ms
D/dalvikvm( 2339): GC_EXPLICIT freed 29K, 4% free 843K/876K, paused 0ms+1ms, tot al 4ms
D/TextLayoutCache( 2339): Using debug level = 0 - Debug Enabled = 0
D/dalvikvm( 2339): GC_EXPLICIT freed 19K, 3% free 884K/908K, paused 0ms+0ms, tot al 4ms
I/dalvikvm( 2339): threadid=1: recursive native library load attempt (/system/li b/libmedia_jni.so)
D/MtpDeviceJNI( 2339): register_android_mtp_MtpDevice
I/dalvikvm( 2339): threadid=1: recursive native library load attempt (/system/li b/libmedia_jni.so)
I/dalvikvm( 2339): threadid=1: recursive native library load attempt (/system/li b/libmedia_jni.so)
I/dalvikvm( 2339): threadid=1: recursive native library load attempt (/system/li b/libmedia_jni.so)
D/dalvikvm( 2339): GC_EXPLICIT freed 19K, 3% free 919K/940K, paused 1ms+1ms, tot al 5ms
D/dalvikvm( 2339): GC_EXPLICIT freed 21K, 3% free 955K/980K, paused 0ms+1ms, tot al 5ms
D/dalvikvm( 2339): GC_EXPLICIT freed 14K, 2% free 994K/1012K, paused 0ms+1ms, to tal 5ms
D/dalvikvm( 2339): GC_EXPLICIT freed 28K, 4% free 1020K/1052K, paused 0ms+0ms, t otal 5ms
D/dalvikvm( 2339): GC_EXPLICIT freed 16K, 2% free 1074K/1092K, paused 0ms+0ms, t otal 6ms
E/EmojiFactory_jni( 2339): Failed to load libemoji.so: dlopen failed: library "l ibemoji.so" not found
D/dalvikvm( 2339): GC_EXPLICIT freed 30K, 3% free 1390K/1424K, paused 1ms+1ms, t otal 9ms
D/dalvikvm( 2339): GC_EXPLICIT freed 35K, 3% free 1414K/1452K, paused 0ms+0ms, t otal 8ms
D/dalvikvm( 2339): GC_EXPLICIT freed 30K, 3% free 1439K/1472K, paused 1ms+1ms, t otal 8ms
D/dalvikvm( 2339): GC_EXPLICIT freed 38K, 3% free 1455K/1496K, paused 0ms+1ms, t otal 8ms
I/LibraryLoader( 2339): loading: webviewchromium
I/LibraryLoader( 2339): loaded: webviewchromium
D/dalvikvm( 2339): GC_EXPLICIT freed 16K, 2% free 1498K/1516K, paused 1ms+1ms, t otal 10ms
D/dalvikvm( 2339): GC_EXPLICIT freed 24K, 2% free 1527K/1556K, paused 1ms+1ms, t otal 10ms
D/dalvikvm( 2339): GC_EXPLICIT freed 81K, 6% free 1572K/1656K, paused 1ms+1ms, t otal 10ms
D/dalvikvm( 2339): GC_EXPLICIT freed 36K, 4% free 1591K/1656K, paused 0ms+1ms, t otal 9ms
D/dalvikvm( 2339): GC_EXPLICIT freed 31K, 3% free 1616K/1656K, paused 1ms+1ms, t otal 10ms
D/dalvikvm( 2339): GC_EXPLICIT freed 19K, 2% free 1679K/1700K, paused 1ms+1ms, t otal 10ms
D/dalvikvm( 2339): GC_EXPLICIT freed 23K, 2% free 1710K/1740K, paused 1ms+2ms, t otal 11ms
D/dalvikvm( 2339): GC_EXPLICIT freed 29K, 2% free 1736K/1768K, paused 1ms+1ms, t otal 11ms
D/dalvikvm( 2339): GC_FOR_ALLOC freed 252K, 12% free 1997K/2252K, paused 13ms, t otal 13ms
D/dalvikvm( 2339): GC_EXPLICIT freed 207K, 10% free 2117K/2332K, paused 1ms+2ms, total 14ms
D/dalvikvm( 2339): GC_EXPLICIT freed 35K, 9% free 2136K/2332K, paused 1ms+1ms, t otal 14ms
D/dalvikvm( 2339): GC_EXPLICIT freed 25K, 8% free 2169K/2340K, paused 1ms+1ms, t otal 14ms
W/Zygote ( 2339): Class not found for preloading: java.lang.UnsafeByteSequence
D/dalvikvm( 2339): GC_EXPLICIT freed 36K, 7% free 2189K/2340K, paused 1ms+1ms, t otal 14ms
D/dalvikvm( 2339): GC_EXPLICIT freed 41K, 6% free 2206K/2340K, paused 1ms+1ms, t otal 14ms
D/dalvikvm( 2339): GC_EXPLICIT freed 42K, 6% free 2219K/2340K, paused 1ms+1ms, t otal 15ms
I/System ( 2339): Loaded time zone names for "" in 81ms (75ms in ICU)
I/System ( 2339): Loaded time zone names for "en_US" in 51ms (45ms in ICU)
D/dalvikvm( 2339): GC_EXPLICIT freed 193K, 9% free 2383K/2596K, paused 1ms+1ms, total 15ms
D/dalvikvm( 2339): GC_EXPLICIT freed 14K, 6% free 2447K/2596K, paused 1ms+1ms, t otal 15ms
D/dalvikvm( 2339): GC_EXPLICIT freed 30K, 5% free 2473K/2596K, paused 1ms+2ms, t otal 15ms
D/dalvikvm( 2339): GC_EXPLICIT freed 34K, 4% free 2493K/2596K, paused 1ms+2ms, t otal 15ms
D/dalvikvm( 2339): GC_EXPLICIT freed 32K, 4% free 2514K/2596K, paused 1ms+2ms, t otal 16ms
D/dalvikvm( 2339): GC_EXPLICIT freed 29K, 3% free 2540K/2600K, paused 2ms+1ms, t otal 16ms
I/Zygote ( 2339): ...preloaded 2777 classes in 3074ms.
D/dalvikvm( 2339): GC_EXPLICIT freed 17K, 3% free 2543K/2600K, paused 1ms+2ms, t otal 16ms
I/Zygote ( 2339): Preloading resources...
W/Resources( 2339): Preloaded drawable resource #0x1080096 (android:drawable/toa st_frame) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080105 (android:drawable/btn _check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080104 (android:drawable/btn _check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080102 (android:drawable/btn _check_on_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080101 (android:drawable/btn _check_on_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ff (android:drawable/btn _check_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fe (android:drawable/btn _check_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 34K, 3% free 2563K/2636K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10800fd (android:drawable/btn _check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fc (android:drawable/btn _check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fb (android:drawable/btn _check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fa (android:drawable/btn _check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800f2 (android:drawable/btn _check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800f1 (android:drawable/btn _check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ed (android:drawable/btn _check_off_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ec (android:drawable/btn _check_off_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ea (android:drawable/btn _check_off_focused_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 59K, 4% free 2556K/2644K, paused 1ms+1ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10800e9 (android:drawable/btn _check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e8 (android:drawable/btn _check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e7 (android:drawable/btn _check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e6 (android:drawable/btn _check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e5 (android:drawable/btn _check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080102 (android:drawable/btn _check_on_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ed (android:drawable/btn _check_off_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080105 (android:drawable/btn _check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800f2 (android:drawable/btn _check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ff (android:drawable/btn _check_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ea (android:drawable/btn _check_off_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ed (android:drawable/btn _check_off_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080102 (android:drawable/btn _check_on_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fd (android:drawable/btn _check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e8 (android:drawable/btn _check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fb (android:drawable/btn _check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e6 (android:drawable/btn _check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e8 (android:drawable/btn _check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fd (android:drawable/btn _check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800dc (android:drawable/btn _check_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 108K, 5% free 2560K/2688K, paused 1ms+1ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x1080101 (android:drawable/btn _check_on_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ec (android:drawable/btn _check_off_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080104 (android:drawable/btn _check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800f1 (android:drawable/btn _check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fe (android:drawable/btn _check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e9 (android:drawable/btn _check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ec (android:drawable/btn _check_off_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080101 (android:drawable/btn _check_on_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fc (android:drawable/btn _check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e7 (android:drawable/btn _check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fa (android:drawable/btn _check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e5 (android:drawable/btn _check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800e7 (android:drawable/btn _check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800fc (android:drawable/btn _check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800db (android:drawable/btn _check_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 84K, 5% free 2559K/2688K, paused 1ms+1ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x1080195 (android:drawable/btn _radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080194 (android:drawable/btn _radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080192 (android:drawable/btn _radio_on_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080191 (android:drawable/btn _radio_on_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108018f (android:drawable/btn _radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108018e (android:drawable/btn _radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108018d (android:drawable/btn _radio_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108018c (android:drawable/btn _radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108018b (android:drawable/btn _radio_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 53K, 5% free 2559K/2688K, paused 2ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x108018a (android:drawable/btn _radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080187 (android:drawable/btn _radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080186 (android:drawable/btn _radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080184 (android:drawable/btn _radio_off_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080183 (android:drawable/btn _radio_off_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080181 (android:drawable/btn _radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080180 (android:drawable/btn _radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108017f (android:drawable/btn _radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108017e (android:drawable/btn _radio_off_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 51K, 5% free 2561K/2688K, paused 1ms+1ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x108017d (android:drawable/btn _radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108017c (android:drawable/btn _radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080128 (android:drawable/btn _default_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080127 (android:drawable/btn _default_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080124 (android:drawable/btn _default_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080123 (android:drawable/btn _default_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108011c (android:drawable/btn _default_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108011b (android:drawable/btn _default_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080119 (android:drawable/btn _default_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080118 (android:drawable/btn _default_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 24K, 4% free 2590K/2688K, paused 1ms+1ms, t otal 18ms
W/Resources( 2339): Preloaded drawable resource #0x1080116 (android:drawable/btn _default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080115 (android:drawable/btn _default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080123 (android:drawable/btn _default_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080118 (android:drawable/btn _default_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080127 (android:drawable/btn _default_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108011b (android:drawable/btn _default_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080123 (android:drawable/btn _default_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080115 (android:drawable/btn _default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080118 (android:drawable/btn _default_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108011d (android:drawable/btn _default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080124 (android:drawable/btn _default_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080119 (android:drawable/btn _default_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080128 (android:drawable/btn _default_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108011c (android:drawable/btn _default_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080124 (android:drawable/btn _default_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080116 (android:drawable/btn _default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080119 (android:drawable/btn _default_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108011e (android:drawable/btn _default_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 55K, 3% free 2621K/2692K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10801d1 (android:drawable/btn _star_off_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801db (android:drawable/btn _star_on_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d7 (android:drawable/btn _star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cd (android:drawable/btn _star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801dd (android:drawable/btn _star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d3 (android:drawable/btn _star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d9 (android:drawable/btn _star_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cf (android:drawable/btn _star_off_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d5 (android:drawable/btn _star_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 108K, 6% free 2566K/2708K, paused 1ms+2ms, total 21ms
W/Resources( 2339): Preloaded drawable resource #0x10801cb (android:drawable/btn _star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d1 (android:drawable/btn _star_off_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801db (android:drawable/btn _star_on_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d7 (android:drawable/btn _star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cd (android:drawable/btn _star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801dd (android:drawable/btn _star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d3 (android:drawable/btn _star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d9 (android:drawable/btn _star_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cf (android:drawable/btn _star_off_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d5 (android:drawable/btn _star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d7 (android:drawable/btn _star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cb (android:drawable/btn _star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cd (android:drawable/btn _star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d1 (android:drawable/btn _star_off_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801db (android:drawable/btn _star_on_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801c8 (android:drawable/btn _star_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 86K, 6% free 2568K/2708K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10801d0 (android:drawable/btn _star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801da (android:drawable/btn _star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d6 (android:drawable/btn _star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cc (android:drawable/btn _star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801dc (android:drawable/btn _star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d2 (android:drawable/btn _star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d8 (android:drawable/btn _star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ce (android:drawable/btn _star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d4 (android:drawable/btn _star_on_disabled_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 53K, 6% free 2567K/2708K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10801ca (android:drawable/btn _star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d0 (android:drawable/btn _star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801da (android:drawable/btn _star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d6 (android:drawable/btn _star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cc (android:drawable/btn _star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801dc (android:drawable/btn _star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d2 (android:drawable/btn _star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d8 (android:drawable/btn _star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ce (android:drawable/btn _star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d4 (android:drawable/btn _star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d6 (android:drawable/btn _star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ca (android:drawable/btn _star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801cc (android:drawable/btn _star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801d0 (android:drawable/btn _star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801da (android:drawable/btn _star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801c7 (android:drawable/btn _star_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 86K, 6% free 2570K/2708K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10801f7 (android:drawable/btn _toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f6 (android:drawable/btn _toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f5 (android:drawable/btn _toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f4 (android:drawable/btn _toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f3 (android:drawable/btn _toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f2 (android:drawable/btn _toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f1 (android:drawable/btn _toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f0 (android:drawable/btn _toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ef (android:drawable/btn _toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ee (android:drawable/btn _toggle_on_disabled_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 18K, 4% free 2605K/2708K, paused 2ms+2ms, t otal 17ms
W/Resources( 2339): Preloaded drawable resource #0x10801ec (android:drawable/btn _toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801eb (android:drawable/btn _toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ea (android:drawable/btn _toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e9 (android:drawable/btn _toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e8 (android:drawable/btn _toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e7 (android:drawable/btn _toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e6 (android:drawable/btn _toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e5 (android:drawable/btn _toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e4 (android:drawable/btn _toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e3 (android:drawable/btn _toggle_off_disabled_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 51K, 4% free 2606K/2708K, paused 1ms+1ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10801f5 (android:drawable/btn _toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f1 (android:drawable/btn _toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f7 (android:drawable/btn _toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f3 (android:drawable/btn _toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f5 (android:drawable/btn _toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ef (android:drawable/btn _toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f1 (android:drawable/btn _toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ea (android:drawable/btn _toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e6 (android:drawable/btn _toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ec (android:drawable/btn _toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e8 (android:drawable/btn _toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ea (android:drawable/btn _toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e4 (android:drawable/btn _toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e6 (android:drawable/btn _toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e1 (android:drawable/btn _toggle_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 59K, 4% free 2622K/2708K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x10801f4 (android:drawable/btn _toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f0 (android:drawable/btn _toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f6 (android:drawable/btn _toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f2 (android:drawable/btn _toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f4 (android:drawable/btn _toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801ee (android:drawable/btn _toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801f0 (android:drawable/btn _toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e9 (android:drawable/btn _toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e5 (android:drawable/btn _toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801eb (android:drawable/btn _toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e7 (android:drawable/btn _toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e9 (android:drawable/btn _toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e3 (android:drawable/btn _toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e5 (android:drawable/btn _toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10801e0 (android:drawable/btn _toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 75K, 4% free 2622K/2716K, paused 1ms+2ms, t otal 17ms
W/Resources( 2339): Preloaded drawable resource #0x108064c (android:drawable/tex tfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080650 (android:drawable/tex tfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064a (android:drawable/tex tfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080652 (android:drawable/tex tfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064c (android:drawable/tex tfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064e (android:drawable/tex tfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080650 (android:drawable/tex tfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108063f (android:drawable/tex tfield_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080644 (android:drawable/tex tfield_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080637 (android:drawable/tex tfield_activated_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080647 (android:drawable/tex tfield_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108063f (android:drawable/tex tfield_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080642 (android:drawable/tex tfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080644 (android:drawable/tex tfield_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080258 (android:drawable/edi t_text_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 75K, 4% free 2623K/2716K, paused 2ms+1ms, t otal 17ms
W/Resources( 2339): Preloaded drawable resource #0x108064b (android:drawable/tex tfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064f (android:drawable/tex tfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080649 (android:drawable/tex tfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080651 (android:drawable/tex tfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064b (android:drawable/tex tfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064d (android:drawable/tex tfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108064f (android:drawable/tex tfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108063e (android:drawable/tex tfield_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080643 (android:drawable/tex tfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080636 (android:drawable/tex tfield_activated_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080646 (android:drawable/tex tfield_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108063e (android:drawable/tex tfield_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080641 (android:drawable/tex tfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080643 (android:drawable/tex tfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080257 (android:drawable/edi t_text_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 74K, 4% free 2625K/2716K, paused 2ms+1ms, t otal 17ms
W/Resources( 2339): Preloaded drawable resource #0x1080633 (android:drawable/tex t_select_handle_left) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080635 (android:drawable/tex t_select_handle_right) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080630 (android:drawable/tex t_edit_paste_window) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108026d (android:drawable/exp ander_close_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108026e (android:drawable/exp ander_close_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108026d (android:drawable/exp ander_close_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080274 (android:drawable/exp ander_open_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080270 (android:drawable/exp ander_group_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 85K, 5% free 2598K/2728K, paused 1ms+1ms, t otal 17ms
W/Resources( 2339): Preloaded drawable resource #0x108026e (android:drawable/exp ander_close_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080275 (android:drawable/exp ander_open_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080271 (android:drawable/exp ander_group_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041d (android:drawable/lis t_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041d (android:drawable/lis t_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fe (android:drawable/lis t_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fc (android:drawable/lis t_longpressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041a (android:drawable/lis t_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fe (android:drawable/lis t_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fc (android:drawable/lis t_longpressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041a (android:drawable/lis t_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f7 (android:drawable/lis t_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080421 (android:drawable/lis t_selector_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041e (android:drawable/lis t_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041e (android:drawable/lis t_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803ff (android:drawable/lis t_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fd (android:drawable/lis t_longpressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041b (android:drawable/lis t_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803ff (android:drawable/lis t_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fd (android:drawable/lis t_longpressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041b (android:drawable/lis t_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f7 (android:drawable/lis t_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080422 (android:drawable/lis t_selector_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 54K, 5% free 2604K/2728K, paused 2ms+1ms, t otal 17ms
W/Resources( 2339): Preloaded drawable resource #0x1080401 (android:drawable/lis t_section_divider_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080400 (android:drawable/lis t_section_divider_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080432 (android:drawable/men u_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080433 (android:drawable/men u_hardkey_panel_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108043a (android:drawable/men u_submenu_background) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080431 (android:drawable/men u_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080430 (android:drawable/men u_dropdown_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 35K, 4% free 2621K/2728K, paused 2ms+1ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x1080437 (android:drawable/men u_popup_panel_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080436 (android:drawable/men u_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080437 (android:drawable/men u_popup_panel_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080431 (android:drawable/men u_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080435 (android:drawable/men u_panel_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080436 (android:drawable/men u_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080430 (android:drawable/men u_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080434 (android:drawable/men u_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 53K, 5% free 2631K/2764K, paused 1ms+2ms, t otal 16ms
W/Resources( 2339): Preloaded drawable resource #0x108047c (android:drawable/ove rscroll_edge) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108047d (android:drawable/ove rscroll_glow) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 354K, 16% free 2581K/3040K, paused 1ms+1ms, total 17ms
W/Resources( 2339): Preloaded drawable resource #0x1080545 (android:drawable/spi nner_16_outer_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080544 (android:drawable/spi nner_16_inner_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080549 (android:drawable/spi nner_48_outer_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080548 (android:drawable/spi nner_48_inner_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108054b (android:drawable/spi nner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 49K, 16% free 2582K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x108054a (android:drawable/spi nner_76_inner_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c5 (android:drawable/pro gress_bg_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c6 (android:drawable/pro gress_bg_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c5 (android:drawable/pro gress_bg_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d2 (android:drawable/pro gress_secondary_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d0 (android:drawable/pro gress_primary_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c7 (android:drawable/pro gress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c6 (android:drawable/pro gress_bg_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d3 (android:drawable/pro gress_secondary_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d1 (android:drawable/pro gress_primary_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c8 (android:drawable/pro gress_horizontal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804db (android:drawable/pro gressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804dc (android:drawable/pro gressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804dd (android:drawable/pro gressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804de (android:drawable/pro gressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804df (android:drawable/pro gressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804e0 (android:drawable/pro gressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804e1 (android:drawable/pro gressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804e2 (android:drawable/pro gressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804c9 (android:drawable/pro gress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 355K, 15% free 2595K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x108054b (android:drawable/spi nner_76_outer_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108054a (android:drawable/spi nner_76_inner_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804cb (android:drawable/pro gress_large_holo) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 60K, 15% free 2585K/3040K, paused 1ms+1ms, total 17ms
W/Resources( 2339): Preloaded drawable resource #0x1080549 (android:drawable/spi nner_48_outer_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080548 (android:drawable/spi nner_48_inner_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804ce (android:drawable/pro gress_medium_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d0 (android:drawable/pro gress_primary_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d1 (android:drawable/pro gress_primary_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d2 (android:drawable/pro gress_secondary_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d3 (android:drawable/pro gress_secondary_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080545 (android:drawable/spi nner_16_outer_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080544 (android:drawable/spi nner_16_inner_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10804d5 (android:drawable/pro gress_small_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080535 (android:drawable/scr ubber_track_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080534 (android:drawable/scr ubber_secondary_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080531 (android:drawable/scr ubber_primary_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080532 (android:drawable/scr ubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080536 (android:drawable/scr ubber_track_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080534 (android:drawable/scr ubber_secondary_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080531 (android:drawable/scr ubber_primary_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080533 (android:drawable/scr ubber_progress_horizontal_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 46K, 15% free 2599K/3040K, paused 2ms+1ms, total 18ms
W/Resources( 2339): Preloaded drawable resource #0x1080528 (android:drawable/scr ollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080529 (android:drawable/scr ollbar_handle_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 19K, 14% free 2632K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x1080208 (android:drawable/cab _background_bottom_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108020b (android:drawable/cab _background_top_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080209 (android:drawable/cab _background_bottom_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802bc (android:drawable/ic_ cab_done_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 21K, 13% free 2662K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x108020a (android:drawable/cab _background_top_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802bd (android:drawable/ic_ cab_done_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d0 (android:drawable/btn _cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d3 (android:drawable/btn _cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d1 (android:drawable/btn _cab_done_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d6 (android:drawable/btn _cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d2 (android:drawable/btn _cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d7 (android:drawable/btn _cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803ff (android:drawable/lis t_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d3 (android:drawable/btn _cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d1 (android:drawable/btn _cab_done_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d5 (android:drawable/btn _cab_done_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fe (android:drawable/lis t_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d2 (android:drawable/btn _cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d0 (android:drawable/btn _cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800d4 (android:drawable/btn _cab_done_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080038 (android:drawable/ic_ menu_close_clear_cancel) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108033e (android:drawable/ic_ menu_copy_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108033f (android:drawable/ic_ menu_copy_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 53K, 13% free 2665K/3040K, paused 2ms+2ms, total 18ms
W/Resources( 2339): Preloaded drawable resource #0x1080341 (android:drawable/ic_ menu_cut_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080342 (android:drawable/ic_ menu_cut_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080045 (android:drawable/ic_ menu_more) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080355 (android:drawable/ic_ menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080353 (android:drawable/ic_ menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080356 (android:drawable/ic_ menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080354 (android:drawable/ic_ menu_moreoverflow_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080359 (android:drawable/ic_ menu_paste_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108035a (android:drawable/ic_ menu_paste_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080360 (android:drawable/ic_ menu_selectall_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 60K, 13% free 2659K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x108035f (android:drawable/ic_ menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802c0 (android:drawable/ic_ clear_disabled) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802c2 (android:drawable/ic_ clear_normal) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802bf (android:drawable/ic_ clear) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802c0 (android:drawable/ic_ clear_disabled) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802c2 (android:drawable/ic_ clear_normal) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080392 (android:drawable/ic_ search) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802dd (android:drawable/ic_ go) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108039b (android:drawable/ic_ voice_search) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080221 (android:drawable/dia log_bottom_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 48K, 13% free 2669K/3040K, paused 1ms+1ms, total 17ms
W/Resources( 2339): Preloaded drawable resource #0x1080222 (android:drawable/dia log_bottom_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080226 (android:drawable/dia log_full_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080227 (android:drawable/dia log_full_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108022f (android:drawable/dia log_middle_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 16K, 12% free 2704K/3040K, paused 1ms+1ms, total 17ms
W/Resources( 2339): Preloaded drawable resource #0x1080230 (android:drawable/dia log_middle_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080231 (android:drawable/dia log_top_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080232 (android:drawable/dia log_top_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802d1 (android:drawable/ic_ dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10802d2 (android:drawable/ic_ dialog_alert_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f4 (android:drawable/lis t_divider_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f5 (android:drawable/lis t_divider_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f5 (android:drawable/lis t_divider_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800bd (android:drawable/ab_ transparent_dark_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800bb (android:drawable/ab_ stacked_transparent_dark_holo) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 66K, 12% free 2690K/3040K, paused 1ms+1ms, total 17ms
W/Resources( 2339): Preloaded drawable resource #0x10800a1 (android:drawable/ab_ bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800b5 (android:drawable/ab_ solid_dark_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800b8 (android:drawable/ab_ stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108009e (android:drawable/ab_ bottom_solid_dark_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800be (android:drawable/ab_ transparent_light_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800bc (android:drawable/ab_ stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800a2 (android:drawable/ab_ bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800b6 (android:drawable/ab_ solid_light_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800ba (android:drawable/ab_ stacked_solid_light_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800a0 (android:drawable/ab_ bottom_solid_light_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10800b7 (android:drawable/ab_ solid_shadow_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041d (android:drawable/lis t_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041d (android:drawable/lis t_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fe (android:drawable/lis t_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fc (android:drawable/lis t_longpressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041a (android:drawable/lis t_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fe (android:drawable/lis t_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fc (android:drawable/lis t_longpressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041a (android:drawable/lis t_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f7 (android:drawable/lis t_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803b3 (android:drawable/ite m_background_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 58K, 12% free 2697K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x108041e (android:drawable/lis t_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041e (android:drawable/lis t_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803ff (android:drawable/lis t_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fd (android:drawable/lis t_longpressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041b (android:drawable/lis t_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803ff (android:drawable/lis t_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803fd (android:drawable/lis t_longpressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108041b (android:drawable/lis t_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803f7 (android:drawable/lis t_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x10803b4 (android:drawable/ite m_background_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027c (android:drawable/fas tscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027a (android:drawable/fas tscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027b (android:drawable/fas tscroll_thumb_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027c (android:drawable/fas tscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027a (android:drawable/fas tscroll_thumb_default_holo) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 83K, 13% free 2672K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x1080281 (android:drawable/fas tscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027d (android:drawable/fas tscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027f (android:drawable/fas tscroll_track_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080281 (android:drawable/fas tscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027d (android:drawable/fas tscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080276 (android:drawable/fas tscroll_label_left_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080278 (android:drawable/fas tscroll_label_right_holo_dark) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 19K, 11% free 2707K/3040K, paused 1ms+1ms, total 18ms
W/Resources( 2339): Preloaded drawable resource #0x1080282 (android:drawable/fas tscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027e (android:drawable/fas tscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080280 (android:drawable/fas tscroll_track_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080282 (android:drawable/fas tscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108027e (android:drawable/fas tscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080277 (android:drawable/fas tscroll_label_left_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 54K, 11% free 2708K/3040K, paused 2ms+2ms, total 17ms
W/Resources( 2339): Preloaded drawable resource #0x108025b (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080664 (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080666 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080665 (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080667 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080662 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080656 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108065f (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108065d (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080663 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080657 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080660 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108065e (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108061a (android:drawable/tab_indicator_holo) that varies with configuration!!
D/dalvikvm( 2339): GC_EXPLICIT freed 86K, 12% free 2685K/3040K, paused 1ms+2ms, total 16ms
W/Resources( 2339): Preloaded drawable resource #0x108062b (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080626 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108062a (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080625 (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x108062c (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 2339): Preloaded drawable resource #0x1080627 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
I/Zygote ( 2339): ...preloaded 274 resources in 1038ms.
D/dalvikvm( 2339): GC_EXPLICIT freed 35K, 12% free 2704K/3040K, paused 2ms+2ms, total 19ms
I/Zygote ( 2339): ...preloaded 31 resources in 28ms.
D/dalvikvm( 2339): GC_EXPLICIT freed 15K, 12% free 2698K/3040K, paused 1ms+1ms, total 17ms
D/dalvikvm( 2339): GC_EXPLICIT freed 4K, 12% free 2694K/3040K, paused 2ms+2ms, total 17ms
D/dalvikvm( 2339): GC_EXPLICIT freed <1K, 12% free 2694K/3040K, paused 2ms+1ms, total 17ms
I/dalvikvm( 2339): System server process 2703 has been created
I/Zygote ( 2339): Accepting command socket connections
D/ ( 2703): Setting time of day to sec=86400
W/SystemServer( 2703): System clock is before 1970; setting to 1970.
D/SensorService( 2703): nuSensorService starting...
I/SystemServer( 2703): Entered the Android system server!
I/v_hwc ( 2338): vsync thread exit: callback procs not registered.
E/ ( 2703): couldn't find 'isl29023 light sensor' input device
D/ ( 2703): AccelSensor enable 0 , handle 0 ,mEnabled 0
D/ ( 2703): AccelSensor enable 0 , handle 1 ,mEnabled 0
D/ ( 2703): MagSensor mEnabled 0, OrientaionSensor mEnabled 0
D/ ( 2703): AccelSensor enable 0 , handle 2 ,mEnabled 0
D/ ( 2703): MagSensor mEnabled 0, OrientaionSensor mEnabled 0
I/SensorService( 2703): Freescale 3-axis Accelerometer
I/SensorService( 2703): Freescale 3-axis Magnetic field sensor
I/SensorService( 2703): Freescale Orientation sensor
I/SensorService( 2703): ISL29023 Light sensor
D/SensorService( 2703): Max socket buffer size 131071
D/SensorService( 2703): nuSensorService thread starting...
I/installd( 2342): new connection
E/SWITCHPROFILE( 2703): setprop: sys.interactive = active
I/SystemServer( 2703): Waiting for installd to be ready.
I/Installer( 2703): connecting...
I/SystemServer( 2703): Power Manager
I/SystemServer( 2703): Activity Manager
I/ActivityManager( 2703): Memory class: 64
D/dalvikvm( 2703): GC_CONCURRENT freed 194K, 8% free 2952K/3208K, paused 3ms+1ms, total 19ms
I/IntentFirewall( 2703): Read new rules (A:0 B:0 S:0)
I/SystemServer( 2703): Display Manager
I/SystemServer( 2703): Telephony Registry
I/SystemServer( 2703): Scheduling Policy
I/DisplayManagerService( 2703): Display device added: DisplayDeviceInfo{"Built-in Screen": 1024 x 768, 60.000004 fps, density 160, 213.0 x 213.0 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
I/SystemServer( 2703): Package Manager
D/dalvikvm( 2703): GC_CONCURRENT freed 397K, 14% free 3058K/3528K, paused 1ms+2ms, total 14ms
D/dalvikvm( 2703): WAIT_FOR_CONCURRENT_GC blocked 7ms
D/SELinuxMMAC( 2703): Couldn't find install policy /data/security/mac_permissions.xml
D/SELinuxMMAC( 2703): Using install policy file /system/etc/security/mac_permissions.xml
D/dalvikvm( 2703): GC_CONCURRENT freed 330K, 12% free 3156K/3552K, paused 3ms+3ms, total 17ms
D/dalvikvm( 2703): GC_CONCURRENT freed 221K, 8% free 3387K/3672K, paused 3ms+2ms, total 19ms
W/PackageParser( 2703): No actions in intent filter at /system/priv-app/Contacts.apk Binary XML file line #375
W/PackageParser( 2703): No actions in intent filter at /system/priv-app/Dialer.apk Binary XML file line #162
W/ResourceType( 2703): Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
I/AudioFlinger( 2341): Using module 1 has the primary audio interface
I/AudioFlinger( 2341): AudioFlinger's thread 0x40cc4008 ready to run
W/audio_hw_primary( 2341): out_set_parameters routing=2, ret 1, out 1074472776
I/audio_a2dp_hw( 2341): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 2341): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
W/Binder ( 2703): Caught a RuntimeException from the binder stub implementation.
W/Binder ( 2703): java.lang.NullPointerException
W/Binder ( 2703): at com.android.server.power.PowerManagerService.updateWakeLockWorkSource(PowerManagerService.java:770)
W/Binder ( 2703): at com.android.server.power.PowerManagerService.updateWakeLockUids(PowerManagerService.java:761)
W/Binder ( 2703): at android.os.IPowerManager$Stub.onTransact(IPowerManager.java:103)
W/Binder ( 2703): at android.os.Binder.execTransact(Binder.java:404)
W/Binder ( 2703): at dalvik.system.NativeStart.run(Native Method)
I/r_submix( 2341): adev_open(name=audio_hw_if)
I/r_submix( 2341): adev_init_check()
I/AudioFlinger( 2341): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 2341): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 2341): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 2703): GC_CONCURRENT freed 148K, 6% free 3665K/3876K, paused 3ms+3ms, total 24ms
W/PackageParser( 2703): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #210
D/dalvikvm( 2703): GC_CONCURRENT freed 249K, 8% free 3835K/4148K, paused 1ms+2ms, total 21ms
W/ResourceType( 2703): Failure getting entry for 0x7f04000f (t=3 e=15) in package 0 (error -75)
W/ResourceType( 2703): Failure getting entry for 0x7f04000f (t=3 e=15) in package 0 (error -75)
W/PackageParser( 2703): Unknown element under <application>: permission at /system/app/Gallery2.apk Binary XML file line #257
W/PackageParser( 2703): Unknown element under <application>: permission at /system/app/Gallery2.apk Binary XML file line #260
D/dalvikvm( 2703): GC_CONCURRENT freed 227K, 7% free 4016K/4308K, paused 2ms+2ms, total 23ms
D/PackageManager( 2703): No files in app dir /vendor/app
W/PackageManager( 2703): Package com.android.gallery3d desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 2703): Time to scan packages: 1.925 seconds
W/PackageManager( 2703): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager( 2703): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 2703): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 2703): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager( 2703): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 2703): Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x58bc45)
W/PackageManager( 2703): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 2703): Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.android.gallery3d (protectionLevel=18 flags=0x58bc45)
W/PackageManager( 2703): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager( 2703): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 2703): GC_CONCURRENT freed 351K, 10% free 4088K/4504K, paused 3ms+2ms, total 24ms
D/dalvikvm( 2703): GC_EXPLICIT freed 175K, 12% free 3981K/4516K, paused 2ms+2ms, total 29ms
I/SystemServer( 2703): Entropy Mixer
I/EntropyMixer( 2703): Writing entropy...
I/SystemServer( 2703): User Service
I/SystemServer( 2703): Account Manager
I/SystemServer( 2703): Content Manager
I/SystemServer( 2703): System Content Providers
I/SystemServer( 2703): Lights Service
I/lights ( 2703): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 2703): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 2703): Battery Service
I/SystemServer( 2703): Vibrator Service
I/SystemServer( 2703): Consumer IR Service
I/libsuspend( 2703): Selected early suspend
I/libsuspend( 2703): Starting early suspend unblocker thread
I/SWITCHPROFILE( 2703): Switchprofile thread received GOV_INTERACTIVE from Power HAL
D/PermissionCache( 2338): checking android.permission.ACCESS_SURFACE_FLINGER for uid=1000 => granted (316 us)
D/SurfaceFlinger( 2338): Screen acquired, type=0 flinger=0x41e03450
D/SurfaceFlinger( 2338): screen was previously acquired
I/SystemServer( 2703): Alarm Manager
I/SystemServer( 2703): Init Watchdog
I/SystemServer( 2703): Input Manager
E/SWITCHPROFILE( 2703): setprop: sys.interactive = active
I/InputManager( 2703): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 2703): Window Manager
I/WindowManager( 2703): No existing display settings /data/system/display_settings.xml; starting empty
D/ ( 2703): AccelSensor enable 1 , handle 0 ,mEnabled 1
D/EventHub( 2703): No input device configuration file found for device 'FreescaleAccelerometer'.
D/BluetoothManagerService( 2703): Loading stored name and address
D/BluetoothManagerService( 2703): Stored bluetooth Name=iMX6,Address=22:22:7F:8E:05:9D
I/WindowManager( 2703): No keyguard interface!
I/InputManager( 2703): Starting input manager
I/SystemServer( 2703): Bluetooth Manager Service
I/SystemServer( 2703): Input Method Service
W/InputMethodManagerService( 2703): Couldn't create dir.: /data/system/inputmethod
W/ResourceType( 2703): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 2703): Accessibility Manager
I/ActivityManager( 2703): Config changes=1df8 {1.0 ?mcc?mnc en_US ldltr sw768dp w1024dp h768dp 160dpi xlrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
D/EventHub( 2703): No input device configuration file found for device 'eCompass'.
D/dalvikvm( 2703): GC_CONCURRENT freed 215K, 8% free 4190K/4516K, paused 3ms+2ms, total 28ms
I/ActivityManager( 2703): Config changes=400 {1.0 ?mcc?mnc en_US ldltr sw768dp w1024dp h695dp 160dpi xlrg land ?uimode ?night -touch -keyb/v/h -nav/h s.3}
I/SystemServer( 2703): Mount Service
D/MountService( 2703): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 2703): addVolumeLocked() StorageVolume:
D/MountService( 2703): mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040662
D/MountService( 2703): mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100
D/MountService( 2703): mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null
D/MountService( 2703): mUserLabel=null mState=null
D/MountService( 2703): got storage path: /storage/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 2703): addVolumeLocked() StorageVolume:
D/MountService( 2703): mStorageId=0 mPath=/storage/extsd mDescriptionId=17040663 mPrimary=false
D/MountService( 2703): mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService( 2703): mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
D/MountService( 2703): got storage path: /storage/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 2703): addVolumeLocked() StorageVolume:
D/MountService( 2703): mStorageId=0 mPath=/storage/udisk mDescriptionId=17040664 mPrimary=false
D/MountService( 2703): mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false
D/MountService( 2703): mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null
I/SystemServer( 2703): LockSettingsService
I/SystemServer( 2703): Device Policy
I/SystemServer( 2703): Status Bar
I/SystemServer( 2703): Clipboard Service
I/SystemServer( 2703): NetworkManagement Service
D/MountService( 2703): volume state changed for /storage/extsd (unmounted -> removed)
D/MountService( 2703): volume state changed for /storage/udisk (unmounted -> removed)
I/SystemServer( 2703): Text Service Manager Service
I/PackageManager( 2703): No secure containers on sdcard
W/PackageManager( 2703): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)
W/PackageManager( 2703): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 2703): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 2703): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)
W/PackageManager( 2703): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 2703): Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x58bc45)
W/PackageManager( 2703): Unknown permission android.permission.INSTALL_DRM in package com.android.mms
W/PackageManager( 2703): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 2703): Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.android.gallery3d (protectionLevel=18 flags=0x58bc45)
W/PackageManager( 2703): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)
W/PackageManager( 2703): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/EventHub( 2703): No input device configuration file found for device 'FreescaleMagnetometer'.
E/EventHub( 2703): could not get driver version for /dev/input/mice, Not a typewriter
I/SystemServer( 2703): NetworkStats Service
I/SystemServer( 2703): NetworkPolicy Service
I/SystemServer( 2703): Wi-Fi P2pService
D/dalvikvm( 2703): GC_CONCURRENT freed 320K, 9% free 4267K/4660K, paused 3ms+6ms, total 29ms
I/SystemServer( 2703): Wi-Fi Service
I/SystemServer( 2703): Connectivity Service
D/ConnectivityService( 2703): ConnectivityService starting up
D/ConnectivityService( 2703): wifiOnly=false
E/ConnectivityService( 2703): Ignoring protectedNetwork 14
D/EventHub( 2703): No input device configuration file found for device 'wm8962-audio Headphone Jack'.
I/EventHub( 2703): New device: id=4, fd=120, path='/dev/input/event8', name='wm8962-audio Headphone Jack', classes=0x80, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub( 2703): No input device configuration file found for device 'wm8962-audio DMIC'.
I/EventHub( 2703): New device: id=5, fd=121, path='/dev/input/event7', name='wm8962-audio DMIC', classes=0x80, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub( 2703): No input device configuration file found for device 'Logitech USB Optical Mouse'.
I/EventHub( 2703): New device: id=6, fd=122, path='/dev/input/event5', name='Logitech USB Optical Mouse', classes=0x80000008, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
E/EventHub( 2703): could not get driver version for /dev/input/mouse1, Not a typewriter
D/CommandListener( 2336): Setting iface cfg
D/CommandListener( 2336): Trying to bring up eth0
D/WifiHW ( 2703): Unable to unload driver module "8723as": No such file or directory
D/EventHub( 2703): No input device configuration file found for device 'gpio-keys'.
W/EventHub( 2703): Unable to disable kernel key repeat for /dev/input/event0: Function not implemented
I/EventHub( 2703): New device: id=7, fd=123, path='/dev/input/event0', name='gpio-keys', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub( 2703): No input device configuration file found for device 'max11801_ts'.
I/EventHub( 2703): New device: id=8, fd=124, path='/dev/input/event1', name='max11801_ts', classes=0x4, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
E/EventHub( 2703): could not get driver version for /dev/input/mouse0, Not a typewriter
D/BluetoothTethering( 2703): startMonitoring: target: Handler (com.android.server.ConnectivityService$NetworkStateTrackerHandler) {41f55b18}
D/BluetoothTethering( 2703): startMonitoring: mCsHandler: Handler (com.android.server.ConnectivityService$NetworkStateTrackerHandler) {41f55b18}
D/BluetoothManagerService( 2703): Message: 20
D/BluetoothManagerService( 2703): Added callback: android.bluetooth.BluetoothAdapter$1@41fecb58:true
D/BluetoothManagerService( 2703): Message: 30
W/ContextImpl( 2703): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.bluetooth.BluetoothPan.doBind:149 android.bluetooth.BluetoothPan.<init>:141 android.bluetooth.BluetoothAdapter.getProfileProxy:1190 android.bluetooth.BluetoothTetheringDataTracker.startMonitoring:116
E/MobileDataStateTracker( 2703): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker( 2703): default: Could not enable APN type "default"
I/WifiService( 2703): WifiService starting up with Wi-Fi disabled
I/SystemServer( 2703): Network Service Discovery Service
D/NsdService( 2703): Network service discovery enabled true
I/SystemServer( 2703): UpdateLock Service
I/SystemServer( 2703): Notification Manager
I/SystemServer( 2703): Device Storage Monitor
I/SystemServer( 2703): Location Manager
I/SystemServer( 2703): Country Detector
I/SystemServer( 2703): Search Service
I/SystemServer( 2703): DropBox Service
I/SystemServer( 2703): Wallpaper Service
I/SystemServer( 2703): Audio Service
D/dalvikvm( 2703): GC_CONCURRENT freed 261K, 7% free 4481K/4812K, paused 1ms+5ms, total 30ms
D/EventHub( 2703): No input device configuration file found for device 'WM8962 Beep Generator'.
I/MediaFocusControl( 2703): Remote Control registerMediaButtonIntent() for PendingIntent{420148d0: PendingIntentRecord{41fdad60 android broadcastIntent}}
I/SystemServer( 2703): Dock Observer
W/DockObserver( 2703): This kernel does not have dock station support
I/SystemServer( 2703): Wired Accessory Manager
I/SystemServer( 2703): USB Service
I/SystemServer( 2703): Serial Service
I/SystemServer( 2703): Twilight Service
I/SystemServer( 2703): UI Mode Manager Service
I/SystemServer( 2703): Backup Service
V/BackupManagerService( 2703): Initializing package tracking
V/BackupManagerService( 2703): No ancestral data
V/BackupManagerService( 2703): addPackageParticipantsLocked: all
I/BackupManagerService( 2703): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 2703): Now staging backup of com.android.calendar
I/BackupManagerService( 2703): Scheduling backup for new app com.android.browser
D/BackupManagerService( 2703): Now staging backup of com.android.browser
I/BackupManagerService( 2703): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 2703): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 2703): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 2703): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 2703): Scheduling backup for new app android
D/BackupManagerService( 2703): Now staging backup of android
I/BackupManagerService( 2703): Scheduling backup for new app com.android.dialer
D/BackupManagerService( 2703): Now staging backup of com.android.dialer
I/BackupManagerService( 2703): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 2703): Now staging backup of com.android.providers.settings
V/BackupManagerService( 2703): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 2703): Found transports: 1
I/BackupManagerService( 2703): Binding to transport host ComponentInfo{android/com.android.internal.backup.LocalTransportService}
I/BackupManagerService( 2703): Found stale backup journal, scheduling
I/BackupManagerService( 2703): com.android.calendar
I/BackupManagerService( 2703): com.android.browser
I/BackupManagerService( 2703): com.android.providers.userdictionary
I/BackupManagerService( 2703): com.android.sharedstoragebackup
I/BackupManagerService( 2703): android
I/BackupManagerService( 2703): com.android.dialer
I/BackupManagerService( 2703): com.android.providers.settings
I/BackupManagerService( 2703): Backup enabled => false
I/BackupManagerService( 2703): Opting out of backup
I/SystemServer( 2703): AppWidget Service
I/SystemServer( 2703): Recognition Service
I/SystemServer( 2703): DiskStats Service
I/SystemServer( 2703): SamplingProfiler Service
I/SystemServer( 2703): NetworkTimeUpdateService
I/SystemServer( 2703): CommonTimeManagementService
I/SystemServer( 2703): CertBlacklister
I/SystemServer( 2703): Dreams Service
I/SystemServer( 2703): Assets Atlas Service
I/SystemServer( 2703): IdleMaintenanceService
D/Atlas ( 2703): Loaded configuration: SliceMinArea (768x768) flags=0x2 count=24
I/SystemServer( 2703): Print Service
I/SystemServer( 2703): Media Router Service
D/libEGL ( 2703): loaded /system/lib/egl/libEGL_VIVANTE.so
D/libEGL ( 2703): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so
I/InputReader( 2703): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 2703): Touch device 'max11801_ts' could not query the properties of its associated display. The device will be inoperable until the display size becomes available.
I/InputReader( 2703): Device added: id=8, name='max11801_ts', sources=0x00002002
I/InputReader( 2703): Device added: id=7, name='gpio-keys', sources=0x00000101
I/InputReader( 2703): Device added: id=6, name='Logitech USB Optical Mouse', sources=0x00002002
I/InputReader( 2703): Device added: id=5, name='wm8962-audio DMIC', sources=0x80000000
I/InputReader( 2703): Device added: id=4, name='wm8962-audio Headphone Jack', sources=0x80000000
I/InputReader( 2703): Reconfiguring input devices. changes=0x00000004
I/InputReader( 2703): Device reconfigured: id=8, name='max11801_ts', size 1024x768, orientation 0, mode 4, display id 0
I/WindowManager( 2703): SAFE MODE not enabled
D/dalvikvm( 2703): JIT started for system_server
D/libEGL ( 2703): loaded /system/lib/egl/libGLESv2_VIVANTE.so
D/dalvikvm( 2703): GC_CONCURRENT freed 222K, 6% free 4663K/4956K, paused 3ms+16ms, total 49ms
I/Zygote ( 2703): Process: zygote socket opened
V/KeyguardServiceDelegate( 2703): *** Keyguard started
V/KeyguardServiceDelegate( 2703): onSystemReady() called before keyguard service was ready
I/ActivityManager( 2703): Start proc com.android.systemui for service com.android.keyguard/.KeyguardService: pid=2760 uid=10007 gids={50007, 1028, 1015, 1035, 3002, 3001}
I/SWITCHPROFILE( 2703): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 2703): setprop: sys.interactive = active
I/AppOps ( 2703): Pruning old package media/1013: new uid=-1
I/ActivityManager( 2703): System now ready
I/SystemServer( 2703): Making services ready
D/NetworkManagementService( 2703): enabling bandwidth control
W/MountService( 2703): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/Atlas ( 2703): Rendered atlas in 245.26ms (1.29+243.97ms)
V/KeyguardService( 2760): onCreate()
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.streaming.sw-based' already exists, ignoring this one.
E/OMXMaster( 2341): A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one.
D/SystemUIService( 2760): loading: class com.android.systemui.recent.Recents
D/SystemUIService( 2760): running: com.android.systemui.recent.Recents@41e6ae00
D/SystemUIService( 2760): loading: class com.android.systemui.statusbar.SystemBars
D/SystemUIService( 2760): running: com.android.systemui.statusbar.SystemBars@41e6b3e8
D/SystemUIService( 2760): loading: class com.android.systemui.usb.StorageNotification
D/SystemUIService( 2760): running: com.android.systemui.usb.StorageNotification@41e6d1a8
D/SystemUIService( 2760): loading: class com.android.systemui.power.PowerUI
D/SystemUIService( 2760): running: com.android.systemui.power.PowerUI@41e6eba8
D/SystemUIService( 2760): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 2760): running: com.android.systemui.media.RingtonePlayer@41e6fbd0
D/SystemUIService( 2760): loading: class com.android.systemui.settings.SettingsUI
D/SystemUIService( 2760): running: com.android.systemui.settings.SettingsUI@41e70eb8
D/PhoneStatusBar( 2760): mSettingsPanelGravity = 8388661
I/StatusBarManagerService( 2703): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@42055628
D/dalvikvm( 2760): GC_CONCURRENT freed 141K, 7% free 2945K/3152K, paused 2ms+2ms, total 22ms
D/dalvikvm( 2760): WAIT_FOR_CONCURRENT_GC blocked 20ms
D/dalvikvm( 2760): GC_CONCURRENT freed 19K, 6% free 3331K/3512K, paused 1ms+1ms, total 15ms
D/dalvikvm( 2760): WAIT_FOR_CONCURRENT_GC blocked 13ms
V/PhoneStatusBar/NavigationBarView( 2760): touchEnabled:false
D/BluetoothManagerService( 2703): Message: 20
D/BluetoothManagerService( 2703): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@42072600:true
D/BluetoothAdapter( 2760): 1106443656: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 2760): 1106443656: getState() : mService = null. Returning STATE_OFF
D/dalvikvm( 2760): GC_CONCURRENT freed 118K, 5% free 3636K/3816K, paused 2ms+4ms, total 19ms
I/ActivityManager( 2703): Start proc android.process.media for broadcast com.android.providers.media/.MtpReceiver: pid=2836 uid=10005 gids={50005, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
I/ActivityManager( 2703): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw768dp w1024dp h695dp 160dpi xlrg land -touch -keyb/v/h -nav/h s.4}
W/RecognitionManagerService( 2703): no available voice recognition services found for user 0
D/BluetoothAdapter( 2760): 1106443656: getState() : mService = null. Returning STATE_OFF
W/InputMethodManagerService( 2703): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType( 2703): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 2703): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=2850 uid=10002 gids={50002, 3003, 1028, 1015}
I/ActivityManager( 2703): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=2862 uid=10029 gids={50029, 1028, 1015}
V/InputMethodManagerService( 2703): Adding window token: android.os.Binder@4209e1b0
D/dalvikvm( 2703): GC_CONCURRENT freed 255K, 7% free 4829K/5156K, paused 3ms+6ms, total 55ms
D/PhoneStatusBar( 2760): disable: < expand icons alerts ticker system_info back home recent clock search >
W/GpsLocationProvider( 2703): Could not open GPS configuration file /etc/gps.conf
W/LocationManagerService( 2703): no network location provider found
E/LocationManagerService( 2703): no geocoder provider found
E/FlpHardwareProvider( 2703): Error hw_get_module 'flp': -2
E/FlpHardwareProvider( 2703): Error hw_get_module 'flp': -2
E/LocationManagerService( 2703): No FusedProvider found.
E/LocationManagerService( 2703): no geofence provider found
I/CommonTimeManagementService( 2703): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 2703): Reconfiguring input devices. changes=0x00000020
D/GpsLocationProvider( 2703): set_capabilities_callback: 1u
D/athr_gps( 2703): gps entered timer thread
D/athr_gps( 2703): gps entered nmea thread
I/InputReader( 2703): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 2703): Start proc com.android.phone for added application com.android.phone: pid=2882 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
I/ActivityManager( 2703): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 2703): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=2892 uid=10008 gids={50008}
I/Choreographer( 2703): Skipped 38 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 2703): Start proc com.android.printspooler for service com.android.printspooler/.PrintSpoolerService: pid=2905 uid=10038 gids={50038}
V/KeyguardServiceDelegate( 2703): *** Keyguard connected (yay!)
W/InputMethodManagerService( 2703): Focus gain on non-focused client android.view.inputmethod.InputMethodManager$1@4202f1f0 (uid=1000 pid=2703)
I/LatinIME( 2862): Hardware accelerated drawing: true
I/ActivityManager( 2703): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=2921 uid=1000 gids={41000, 3003, 1028, 1015, 3002, 3001}
D/BluetoothManagerService( 2703): Message: 300
D/BluetoothManagerService( 2703): MESSAGE_USER_SWITCHED
I/MediaFocusControl( 2703): Remote Control registerMediaButtonIntent() for PendingIntent{420a7188: PendingIntentRecord{41fdad60 android broadcastIntent}}
D/dalvikvm( 2760): GC_CONCURRENT freed 100K, 4% free 3993K/4156K, paused 4ms+6ms, total 41ms
D/BluetoothAdapter( 2760): 1106443656: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 2760): 1106443656: getState() : mService = null. Returning STATE_OFF
D/PhoneStatusBar( 2760): heads up is disabled
V/BackupManagerService( 2703): Connected to transport ComponentInfo{android/com.android.internal.backup.LocalTransportService}
V/BackupManagerService( 2703): Registering transport android/com.android.internal.backup.LocalTransportService::android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@4207bf70
D/dalvikvm( 2850): GC_CONCURRENT freed 198K, 8% free 3010K/3264K, paused 6ms+135ms, total 178ms
D/dalvikvm( 2850): WAIT_FOR_CONCURRENT_GC blocked 4ms
D/libEGL ( 2760): loaded /system/lib/egl/libEGL_VIVANTE.so
I/PrintSpoolerService( 2905): No existing print spooler state.
D/BluetoothManagerService( 2703): Message: 20
D/BluetoothManagerService( 2703): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@420c8a60:true
I/FusedLocation( 2703): engine started (com.android.location.fused)
D/BluetoothAdapter( 2921): 1105635536: getState() : mService = null. Returning STATE_OFF
D/libEGL ( 2760): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so
D/BluetoothManagerService( 2703): Message: 30
W/ContextImpl( 2921): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothInputDevice.doBind:245 android.bluetooth.BluetoothInputDevice.<init>:238 android.bluetooth.BluetoothAdapter.getProfileProxy:1187
D/BluetoothManagerService( 2703): Message: 30
W/ContextImpl( 2921): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPan.doBind:149 android.bluetooth.BluetoothPan.<init>:141 android.bluetooth.BluetoothAdapter.getProfileProxy:1190
W/ResourceType( 2703): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/LocalBluetoothProfileManager( 2921): Adding local MAP profile
D/BluetoothMap( 2921): Create BluetoothMap proxy object
D/dalvikvm( 2703): GC_CONCURRENT freed 278K, 7% free 5018K/5368K, paused 2ms+4ms, total 61ms
D/BluetoothManagerService( 2703): Message: 30
W/ContextImpl( 2921): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothMap.doBind:109 android.bluetooth.BluetoothMap.<init>:102 android.bluetooth.BluetoothAdapter.getProfileProxy:1196
D/BluetoothManagerService( 2703): Message: 30
D/LocalBluetoothProfileManager( 2921): LocalBluetoothProfileManager construction complete
D/BluetoothAdapter( 2921): 1105635536: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 2921): 1105635536: getState() : mService = null. Returning STATE_OFF
W/ContextImpl( 2921): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPbap.doBind:164 android.bluetooth.BluetoothPbap.<init>:157 com.android.settings.bluetooth.PbapServerProfile.<init>:68
D/libEGL ( 2760): loaded /system/lib/egl/libGLESv2_VIVANTE.so
I/ActivityManager( 2703): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=2953 uid=10033 gids={50033, 3003, 1028, 1015}
I/dalvikvm( 2953): Enabling JNI app bug workarounds for target SDK version 9...
D/BluetoothManagerService( 2703): Message: 20
D/BluetoothManagerService( 2703): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@4205fed0:true
D/dalvikvm( 2339): GC_EXPLICIT freed 38K, 4% free 2706K/2808K, paused 2ms+2ms, total 48ms
W/InputAttributes( 2862): No editor info for this field. Bug?
I/ResourceUtils( 2862): Found default value: resource=keypress_vibration_durations build=[HARDWARE=freescale MODEL=SABRESD-MX6DQ BRAND=Freescale MANUFACTURER=Freescale] default=-1
I/ResourceUtils( 2862): Found default value: resource=keypress_volumes build=[HARDWARE=freescale MODEL=SABRESD-MX6DQ BRAND=Freescale MANUFACTURER=Freescale] default=-1.0f
D/BluetoothManagerService( 2703): Message: 30
D/dalvikvm( 2339): GC_EXPLICIT freed <1K, 4% free 2706K/2808K, paused 4ms+3ms, total 30ms
D/dalvikvm( 2882): GC_CONCURRENT freed 176K, 8% free 2973K/3212K, paused 4ms+2ms, total 49ms
D/dalvikvm( 2339): GC_EXPLICIT freed <1K, 4% free 2706K/2808K, paused 3ms+3ms, total 28ms
E/BufferQueue( 2338): [StatusBar] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count
D/CallNotifier( 2882): CallNotifier: mSignalInfoToneGenerator created when toneplay
D/BluetoothManagerService( 2703): Message: 30
D/OpenGLRenderer( 2760): Enabling debug mode 0
I/LatinIME:LogUtils( 2862): Dictionary info: dictionary = personalization.en_US.dict ; version = ? ; date = 86498
I/LatinIME:LogUtils( 2862): Dictionary info: dictionary = UserHistoryDictionary.en_US.dic ; version = ? ; date = 86498
I/LatinIME:LogUtils( 2862): Dictionary info: dictionary = userunigram.en_US.dict ; version = ? ; date = ?
E/BufferQueue( 2338): [NavigationBar] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count
D/MobileDataStateTracker( 2703): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker( 2703): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker( 2703): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/dalvikvm( 2892): GC_CONCURRENT freed 187K, 8% free 2926K/3176K, paused 4ms+2ms, total 30ms
I/MediaFocusControl( 2703): Remote Control registerMediaButtonIntent() for PendingIntent{420508c8: PendingIntentRecord{42077468 com.android.music broadcastIntent}}
D/MobileDataStateTracker( 2703): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker( 2703): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker( 2703): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker( 2703): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
I/LatinIME:LogUtils( 2862): Dictionary info: dictionary = PersonalizationPredictionDictio ; version = ? ; date = 86498
D/MobileDataStateTracker( 2703): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker( 2703): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker( 2703): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker( 2703): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker( 2703): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/dalvikvm( 2862): GC_CONCURRENT freed 200K, 9% free 2934K/3196K, paused 3ms+4ms, total 110ms
D/MobileDataStateTracker( 2703): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker( 2703): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker( 2703): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=radioTurnedOff
D/MobileDataStateTracker( 2703): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker( 2703): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker( 2703): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker( 2703): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker( 2703): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker( 2703): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker( 2703): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker( 2703): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=dataDetached
D/MobileDataStateTracker( 2703): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/MobileDataStateTracker( 2703): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker( 2703): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker( 2703): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker( 2703): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker( 2703): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker( 2703): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker( 2703): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
D/TelephonyDebugService( 2882): TelephonyDebugService()
D/PhoneStatusBar( 2760): mSettingsPanelGravity = 8388661
D/MobileDataStateTracker( 2703): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
D/MobileDataStateTracker( 2703): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
D/MobileDataStateTracker( 2703): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
D/MobileDataStateTracker( 2703): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker( 2703): default: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
D/MobileDataStateTracker( 2703): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
D/MobileDataStateTracker( 2703): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
D/MobileDataStateTracker( 2703): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=roamingOff
I/LatinIME:LogUtils( 2862): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429
D/BluetoothManagerService( 2703): Message: 30
E/BluetoothPhoneService( 2882): Could not get a handle on Connection object for the call
W/CallNotifier( 2882): Got onMwiChanged() on non-voice-capable device! Ignoring...
V/KeyguardServiceDelegate( 2703): **** SHOWN CALLED ****
I/PhoneApp( 2882): Headset phone created, binding local service.
I/Choreographer( 2760): Skipped 35 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 2892): GC_CONCURRENT freed 127K, 6% free 3239K/3436K, paused 3ms+2ms, total 28ms
I/ContactLocale( 2850): AddressBook Labels [en_US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, , А, Б, В, Г, Д, Е, Є, Ж, З, И, І, Ї, Й, К, Л, М, Н, О, П, Р, С, Т, У, Ф, Х, Ц, Ч, Ш, Щ, Ю, Я, , א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, , ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, , ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, , ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, , あ, か, さ, た, な, は, ま, や, ら, わ, #, ]
D/dalvikvm( 2760): GC_FOR_ALLOC freed 173K, 6% free 4201K/4436K, paused 22ms, total 23ms
D/dalvikvm( 2703): GC_CONCURRENT freed 377K, 9% free 5107K/5556K, paused 2ms+5ms, total 47ms
I/dalvikvm-heap( 2760): Grow heap (frag case) to 13.536MB for 9830416-byte allocation
D/libEGL ( 2892): loaded /system/lib/egl/libEGL_VIVANTE.so
D/dalvikvm( 2760): GC_CONCURRENT freed 65K, 3% free 13735K/14040K, paused 3ms+3ms, total 26ms
D/libEGL ( 2892): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so
D/libEGL ( 2892): loaded /system/lib/egl/libGLESv2_VIVANTE.so
D/dalvikvm( 2760): GC_FOR_ALLOC freed 1K, 3% free 13739K/14040K, paused 21ms, total 21ms
E/BufferQueue( 2338): [com.android.launcher/com.android.launcher2.Launcher] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count
D/OpenGLRenderer( 2892): Enabling debug mode 0
I/dalvikvm-heap( 2760): Grow heap (frag case) to 19.319MB for 6127632-byte allocation
D/dalvikvm( 2760): GC_CONCURRENT freed 1K, 2% free 19721K/20028K, paused 2ms+2ms, total 20ms
D/dalvikvm( 2760): WAIT_FOR_CONCURRENT_GC blocked 18ms
E/BufferQueue( 2338): [com.android.systemui.ImageWallpaper] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count
I/ActivityManager( 2703): Displayed com.android.launcher/com.android.launcher2.Launcher: +1s225ms
D/dalvikvm( 2892): GC_CONCURRENT freed 203K, 8% free 3426K/3692K, paused 3ms+2ms, total 26ms
I/Choreographer( 2760): Skipped 31 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 2892): GC_FOR_ALLOC freed 12K, 7% free 3648K/3920K, paused 22ms, total 22ms
D/dalvikvm( 2892): GC_FOR_ALLOC freed <1K, 7% free 3873K/4148K, paused 16ms, total 16ms
I/SurfaceFlinger( 2338): Boot is finished (16435 ms)
D/BluetoothManagerService( 2703): Message: 30
W/ContextImpl( 2703): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.bluetooth.BluetoothHeadset.doBind:283 android.bluetooth.BluetoothHeadset.<init>:276 android.bluetooth.BluetoothAdapter.getProfileProxy:1181 android.media.AudioService.getBluetoothHeadset:2249
D/BluetoothManagerService( 2703): Message: 30
D/dalvikvm( 2892): GC_CONCURRENT freed 57K, 4% free 4228K/4376K, paused 4ms+3ms, total 24ms
W/ContextImpl( 2703): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 android.bluetooth.BluetoothA2dp.doBind:165 android.bluetooth.BluetoothA2dp.<init>:158 android.bluetooth.BluetoothAdapter.getProfileProxy:1184 android.media.AudioService$AudioServiceBroadcastReceiver.onReceive:4170
V/WiredAccessoryManager( 2703): init()
V/WiredAccessoryManager( 2703): newName=h2w newState=2 headsetState=2 prev headsetState=0
W/WiredAccessoryManager( 2703): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
V/WiredAccessoryManager( 2703): device h2w connected
I/RecoverySystem( 2703): No recovery log file
I/ActivityManager( 2703): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=3000 uid=10001 gids={50001, 3003, 1028, 1015}
I/BootReceiver( 2703): Copying audit failures to DropBox
I/BootReceiver( 2703): Checking for fsck errors
D/dalvikvm( 2892): GC_FOR_ALLOC freed 135K, 6% free 4336K/4592K, paused 17ms, total 18ms
I/dalvikvm-heap( 2892): Grow heap (frag case) to 5.524MB for 1290512-byte allocation
I/CalendarProvider2( 3000): Created com.android.providers.calendar.CalendarAlarmManager@41e6c8d0(com.android.providers.calendar.CalendarProvider2@41e645a0)
D/dalvikvm( 2892): GC_CONCURRENT freed 5K, 5% free 5591K/5856K, paused 2ms+1ms, total 19ms
D/dalvikvm( 2892): WAIT_FOR_CONCURRENT_GC blocked 12ms
I/ActivityManager( 2703): Delay finish: com.android.providers.downloads/.DownloadReceiver
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Delay finish: com.android.providers.media/.MediaScannerReceiver
I/PowerManagerService( 2703): Boot animation finished.
W/audio_hw_primary( 2341): out_set_parameters routing=0, ret 1, out 1074472776
I/AudioRouter( 2882): Audio mode changing to WIRED_HEADSET
D/dalvikvm( 2836): GC_CONCURRENT freed 213K, 9% free 2875K/3152K, paused 2ms+2ms, total 18ms
D/dalvikvm( 2836): GC_CONCURRENT freed 239K, 10% free 3035K/3336K, paused 2ms+2ms, total 17ms
V/MediaScanner( 2836): pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@41ea5560
V/MediaScanner( 2836): /pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@41ea5560
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=3042 uid=10009 gids={50009, 3003, 1028, 1015}
D/CountryDetector( 2703): The first listener is added
V/MmsConfig( 3042): mnc/mcc:
V/MmsConfig( 3042): tag: bool value: enabledMMS - true
V/MmsConfig( 3042): tag: int value: maxMessageSize - 307200
V/MmsConfig( 3042): tag: int value: maxImageHeight - 480
V/MmsConfig( 3042): tag: int value: maxImageWidth - 640
V/MmsConfig( 3042): tag: int value: defaultSMSMessagesPerThread - 10000
V/MmsConfig( 3042): tag: int value: defaultMMSMessagesPerThread - 1000
V/MmsConfig( 3042): tag: int value: minMessageCountPerThread - 10
V/MmsConfig( 3042): tag: int value: maxMessageCountPerThread - 5000
V/MmsConfig( 3042): tag: string value: uaProfUrl - http://www.google.com/oha/rdf/ua-profile-kila.xml
V/MmsConfig( 3042): tag: int value: recipientLimit - -1
V/MmsConfig( 3042): tag: bool value: enableMultipartSMS - true
V/MmsConfig( 3042): tag: int value: smsToMmsTextThreshold - -1
V/MmsConfig( 3042): tag: bool value: enableSlideDuration - true
V/MmsConfig( 3042): tag: int value: maxMessageTextSize - -1
I/ActivityManager( 2703): Delay finish: com.android.mms/.transaction.MmsSystemEventReceiver
D/Mms:app ( 3042): cancelNotification
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Start proc com.android.onetimeinitializer for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver: pid=3068 uid=10011 gids={50011}
V/OneTimeInitializerRece( 3068): OneTimeInitializerReceiver.onReceive
I/ActivityManager( 2703): Delay finish: com.android.onetimeinitializer/.OneTimeInitializerReceiver
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=3082 uid=10019 gids={50019, 3003}
D/ExtensionsFactory( 3082): No custom extensions.
D/AlertReceiver( 3082): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
D/AlertService( 3082): 0 Action = android.intent.action.BOOT_COMPLETED
I/ActivityManager( 2703): Delay finish: com.android.calendar/.alerts.AlertReceiver
D/AlertService( 3082): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler( 3082): No events found starting within 1 week.
I/CalendarProvider2( 3000): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
W/ContentResolver( 3000): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Start proc com.android.deskclock for broadcast com.android.deskclock/.AlarmInitReceiver: pid=3101 uid=10023 gids={50023, 1028}
V/AlarmClock( 3101): AlarmInitReceiver android.intent.action.BOOT_COMPLETED
V/AlarmClock( 3101): AlarmInitReceiver - Reset timers and clear stopwatch data
I/AlarmClock( 3101): Displaying next alarm time: ''
V/AlarmClock( 3101): AlarmInitReceiver finished
I/ActivityManager( 2703): Start proc com.android.email for broadcast com.android.email/.service.EmailBroadcastReceiver: pid=3116 uid=10025 gids={50025, 3003, 1028, 1015}
D/ActivityThread( 3116): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
D/ActivityThread( 3116): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
D/ActivityThread( 3116): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
I/ActivityManager( 2703): Delay finish: com.android.email/.service.EmailBroadcastReceiver
D/dalvikvm( 3116): GC_CONCURRENT freed 203K, 9% free 2899K/3172K, paused 2ms+2ms, total 17ms
I/Email ( 3116): Observing account changes for notifications
W/ActivityManager( 2703): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/ActivityManager( 2703): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/ActivityManager( 2703): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
W/ActivityManager( 2703): Unable to start service Intent { cmp=com.android.email/.service.AttachmentDownloadService } U=0: not found
I/ActivityManager( 2703): Delaying start of: ServiceRecord{420a8558 u0 com.android.exchange/.service.EmailSyncAdapterService}
I/ActivityManager( 2703): Start proc com.android.exchange for service com.android.exchange/.service.EmailSyncAdapterService: pid=3138 uid=10026 gids={50026, 3003, 1028, 1015}
I/LauncherIconVisibilityManager( 2862): Boot has been completed
I/LauncherIconVisibilityManager( 2862): Activity has already been disabled: ComponentInfo{com.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}
I/ActivityManager( 2703): Resuming delayed broadcast
D/BluetoothAdapter( 2921): 1105635536: getState() : mService = null. Returning STATE_OFF
V/SmsReceiverService( 3042): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
D/AlertReceiver( 3082): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
I/ActivityManager( 2703): Delay finish: com.android.mms/.transaction.SmsReceiver
I/ActivityManager( 2703): Resuming delayed broadcast
D/AlertService( 3082): 0 Action = android.intent.action.PROVIDER_CHANGED
I/ActivityManager( 2703): Delay finish: com.android.calendar/.alerts.AlertReceiver
I/GlobalDismissManager( 3082): no sender configured
D/AlertService( 3082): Beginning updateAlertNotification
D/AlertService( 3082): No fired or scheduled alerts
D/AlertService( 3082): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
D/AlarmScheduler( 3082): No events found starting within 1 week.
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Delay finish: com.android.providers.calendar/.CalendarProviderBroadcastReceiver
I/ActivityManager( 2703): Resuming delayed broadcast
I/ActivityManager( 2703): Waited long enough for: ServiceRecord{420d33b8 u0 com.android.music/.MediaPlaybackService}
I/ActivityManager( 2703): Waited long enough for: ServiceRecord{420c0d78 u0 com.android.calendar/.alerts.InitAlarmsService}
D/InitAlarmsService( 3082): Clearing and rescheduling alarms.
I/OMXClient( 3176): Using client-side OMX mux.
I/vpu-lib ( 2341): Product Info: i.MX6Q/D/S
E/OMXNodeInstance( 2341): OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a
E/ACodec ( 3176): [OMX.Freescale.std.video_encoder.avc.hw-based] storeMetaDataInBuffers (output) failed w/ err -2147483648
I/ACodec ( 3176): setupVideoEncoder succeeded
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40ae4c68, paddr: 0x4340e000, vaddr: 0x420f2000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40bf1768, paddr: 0x43410000, vaddr: 0x420f4000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40bf1918, paddr: 0x43412000, vaddr: 0x420f6000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40c83c98, paddr: 0x43d0b000, vaddr: 0x429ef000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40c83e78, paddr: 0x43e0c000, vaddr: 0x42af0000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40c5bc70, paddr: 0x43f0d000, vaddr: 0x42bf1000
W/SurfaceFlinger( 2338): [ScreenRecorder] Unexpected dequeueBuffer() in IDLE state
W/SurfaceFlinger( 2338): [ScreenRecorder] EGL called dequeueBuffer with !async despite eglSwapInterval(0)
E/SurfaceFlinger( 2338): [ScreenRecorder] dequeueBuffer: no buffer, bailing out
E/v_egl ( 2338): Failed to dequeue buffer
W/SurfaceFlinger( 2338): [ScreenRecorder] Unexpected beginFrame() in GLES state
E/ ( 2341): Not supported color format 4!
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40046e38, paddr: 0x4431b000, vaddr: 0x42fff000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40046e60, paddr: 0x43988000, vaddr: 0x4266c000
I/vpu-lib ( 2341): ringBufferEnable 0, chromaInterleave 1, mapType 1, linear2TiledEnable 1
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40046e88, paddr: 0x4449d000, vaddr: 0x43181000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40046eb0, paddr: 0x46552000, vaddr: 0x45236000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40046ed8, paddr: 0x46674000, vaddr: 0x45358000
I/vpu-lib ( 2341): <gpu> alloc handle: 0x40046f00, paddr: 0x46796000, vaddr: 0x4547a000
I/MPEG4Writer( 3176): limits: 2147483647/0 bytes/us, bit rate: -1 bps and the estimated moov size 3072 bytes
I/MPEG4Writer( 3176): setStartTimestampUs: 70077627
I/MPEG4Writer( 3176): Earliest track starting time: 70077627
I/v_hwc ( 2338): Display(0x4043c008) detected: format=306 1024x768
I/v_hwc ( 2338): Display buffer(0x4009e270) detected: physical=0x379d2200
D/ConnectivityService( 2703): Sampling interval elapsed, updating statistics ..
D/ConnectivityService( 2703): Done.
D/ConnectivityService( 2703): Setting timer for 720seconds
D/dalvikvm( 2703): GC_CONCURRENT freed 400K, 9% free 5219K/5692K, paused 4ms+3ms, total 43ms
I/MediaFocusControl( 2703): AudioFocus abandonAudioFocus() from android.media.AudioManager@41e63800com.android.music.MediaPlaybackService$3@41e62680
I/ActivityManager( 2703): Start proc com.android.musicfx for broadcast com.android.musicfx/.ControlPanelReceiver: pid=3193 uid=10010 gids={50010, 3003, 3002}
V/MusicFXControlPanelReceiver( 3193): onReceive
V/MusicFXControlPanelReceiver( 3193): Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
V/MusicFXControlPanelReceiver( 3193): Package name: com.android.music
V/MusicFXControlPanelReceiver( 3193): Audio session: 7
V/MusicFXControlPanelEffect( 3193): closeSession(android.app.ReceiverRestrictedContext@41e5eb08, com.android.music, 7)