Discussion Forums  >  Capturing Images, Uploading Data

Replies: 8    Views: 353

pdf
Aspiring developer
Profile
Posts: 12
Reg: May 27, 2013
Ahmedabad
520
06/06/13 06:09 AM (10 years ago)

Power point not displayed in app

Hi guys I have create one app Demo. I have add two screens to the app's home screens. In one tab i have upload one power point document and in another i have give URL of the powerpoint document so user can read my document but in emulator when i am click this tab and when i am going to open the document it says file not downloaded yet. so i have decided to run emulator and try to open powerpoint document after 15 minutes but it says again file not downloaded yet so what i have to do for see my power point document which i have upload in my app image for App's problem http://screencast.com/t/CoUuJPHZXV7
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
06/06/13 11:36 AM (10 years ago)
Hello, Have you verified that the Emulator has a connection to the network? If you think it does, then check out the LogCat output to see exactly what's being reported as the problem. Remember that Android expects things to be named using the a_z0_9 convention, which means no spaces, special characters, or dashes. Also...know that the Emulator actually has no way to read or display a PPT file natively. It requires a separate app like an office app or some other viewer. This is not a problem with iOS, where it is able to read the file natively. So, to actually see the file on your emulator, you'd need to install this "helper" app. Let us know what LogCat says, and we can go from there! Mark
 
pdf
Aspiring developer
Profile
Posts: 12
Reg: May 27, 2013
Ahmedabad
520
like
06/06/13 09:29 PM (10 years ago)
Ok Thanx but if i loading the URL of PPT and i want to connect to internet im my emulator then how can i do that?
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
06/06/13 09:42 PM (10 years ago)
It should already connect, if the laptop/computer you're running on it has a connection. You can test it by opening up a browser on the emulator and seeing if you can reach a website. Make sure you check LogCat to see what's being displayed when the download of the file fails. And let me know if you don't know how to use LogCat! Mark
 
pdf
Aspiring developer
Profile
Posts: 12
Reg: May 27, 2013
Ahmedabad
520
like
06/06/13 10:44 PM (10 years ago)
don't know how to use LogCat!
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
06/06/13 11:56 PM (10 years ago)
This video shows you how to add the LogCat pane to Eclipse: http://www.youtube.com/watch?v=ckpjn7x_Eas Once you have it, debug output will be written there as the app is running in the emulator. Just copy and paste what it says around the time of the error, and we can evaluate it for you! Mark
 
pdf
Aspiring developer
Profile
Posts: 12
Reg: May 27, 2013
Ahmedabad
520
like
06/07/13 12:11 AM (10 years ago)
this are the lines written in log cat after i run app 06-07 05:40:23.430: I/qemu-props(32): connected to 'boot-properties' qemud service. 06-07 05:40:23.430: I/qemu-props(32): receiving.. 06-07 05:40:23.430: I/qemu-props(32): received: dalvik.vm.heapsize=64m 06-07 05:40:23.460: I/Vold(31): Vold 2.1 (the revenge) firing up 06-07 05:40:23.570: I/DEBUG(34): debuggerd: May 9 2013 20:04:11 06-07 05:40:23.570: I/qemu-props(32): receiving.. 06-07 05:40:23.570: I/qemu-props(32): received: qemu.sf.lcd_density=320 06-07 05:40:23.590: D/Vold(31): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) 06-07 05:40:23.650: I/installd(40): installd firing up 06-07 05:40:23.650: E/cutils(40): Failed to read /data/.layout_version: No such file or directory 06-07 05:40:23.670: I/qemu-props(32): receiving.. 06-07 05:40:23.670: I/qemu-props(32): received: qemu.hw.mainkeys=0 06-07 05:40:23.670: I/qemu-props(32): receiving.. 06-07 05:40:23.670: I/qemu-props(32): received: qemu.sf.fake_camera=both 06-07 05:40:23.690: I/qemu-props(32): receiving.. 06-07 05:40:23.690: I/qemu-props(32): exiting (4 properties set). 06-07 05:40:23.720: I/Netd(33): Netd 1.0 starting 06-07 05:40:23.720: W/InterfaceController(33): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library 06-07 05:40:23.770: D/installd(40): Upgrading /data/media for multi-user 06-07 05:40:23.921: D/installd(40): Upgrading to shared /data/media/obb 06-07 05:40:24.740: I/SurfaceFlinger(36): SurfaceFlinger is starting 06-07 05:40:24.780: I/SurfaceFlinger(36): SurfaceFlinger's main thread ready to run. Initializing graphics H/W... 06-07 05:40:24.780: D/libEGL(36): Emulator without GPU support detected. Fallback to software renderer. 06-07 05:40:24.792: D/libEGL(36): loaded /system/lib/egl/libGLES_android.so 06-07 05:40:24.960: D/gralloc_goldfish(36): Emulator without GPU emulation detected. 06-07 05:40:24.960: I/gralloc(36): using (fd=13) 06-07 05:40:24.960: I/gralloc(36): id = 06-07 05:40:24.960: I/gralloc(36): xres = 768 px 06-07 05:40:24.960: I/gralloc(36): yres = 1280 px 06-07 05:40:24.960: I/gralloc(36): xres_virtual = 768 px 06-07 05:40:24.960: I/gralloc(36): yres_virtual = 2560 px 06-07 05:40:24.960: I/gralloc(36): bpp = 16 06-07 05:40:24.960: I/gralloc(36): r = 11:5 06-07 05:40:24.960: I/gralloc(36): g = 5:6 06-07 05:40:24.960: I/gralloc(36): b = 0:5 06-07 05:40:24.960: I/gralloc(36): width = 118 mm (165.315247 dpi) 06-07 05:40:24.960: I/gralloc(36): height = 197 mm (165.035538 dpi) 06-07 05:40:24.960: I/gralloc(36): refresh rate = 101.72 Hz 06-07 05:40:25.080: E/SurfaceFlinger(36): hwcomposer module not found 06-07 05:40:25.080: W/SurfaceFlinger(36): getting VSYNC period from fb HAL: 9830425 06-07 05:40:25.080: W/SurfaceFlinger(36): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID 06-07 05:40:25.080: W/SurfaceFlinger(36): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID 06-07 05:40:25.080: W/SurfaceFlinger(36): no suitable EGLConfig found, trying with 16-bit color allowed 06-07 05:40:25.080: W/SurfaceFlinger(36): EGL_SLOW_CONFIG selected! 06-07 05:40:25.130: E/Trace(36): error opening trace file: No such file or directory (2) 06-07 05:40:25.210: I/SurfaceFlinger(36): EGL informations: 06-07 05:40:25.210: I/SurfaceFlinger(36): vendor : Android 06-07 05:40:25.210: I/SurfaceFlinger(36): version : 1.4 Android META-EGL 06-07 05:40:25.210: I/SurfaceFlinger(36): extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 06-07 05:40:25.210: I/SurfaceFlinger(36): Client API: OpenGL_ES 06-07 05:40:25.210: I/SurfaceFlinger(36): EGLSurface: 5-6-5-0, config=0x0 06-07 05:40:25.210: I/SurfaceFlinger(36): OpenGL ES informations: 06-07 05:40:25.210: I/SurfaceFlinger(36): vendor : Android 06-07 05:40:25.210: I/SurfaceFlinger(36): renderer : Android PixelFlinger 1.4 06-07 05:40:25.210: I/SurfaceFlinger(36): version : OpenGL ES-CM 1.0 06-07 05:40:25.210: I/SurfaceFlinger(36): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap 06-07 05:40:25.210: I/SurfaceFlinger(36): GL_MAX_TEXTURE_SIZE = 4096 06-07 05:40:25.210: I/SurfaceFlinger(36): GL_MAX_VIEWPORT_DIMS = 4096 x 4096 06-07 05:40:25.210: W/SurfaceFlinger(36): power module not found 06-07 05:40:25.250: D/SurfaceFlinger(36): Screen acquired, type=0 flinger=0x2a007318 06-07 05:40:25.760: E/SurfaceFlinger(36): ro.sf.lcd_density must be defined as a build property 06-07 05:40:25.860: E/SurfaceFlinger(36): ro.sf.lcd_density must be defined as a build property 06-07 05:40:25.860: D/libEGL(88): Emulator without GPU support detected. Fallback to software renderer. 06-07 05:40:25.911: D/libEGL(88): loaded /system/lib/egl/libGLES_android.so 06-07 05:40:25.932: D/AndroidRuntime(37): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<< 06-07 05:40:25.932: D/AndroidRuntime(37): CheckJNI is ON 06-07 05:40:25.980: E/Trace(88): error opening trace file: No such file or directory (2) 06-07 05:40:26.060: D/gralloc_goldfish(88): Emulator without GPU emulation detected. 06-07 05:40:26.340: I/mediaserver(39): ServiceManager: 0x2a008e30 06-07 05:40:26.370: I/AudioFlinger(39): Using default 3000 mSec as standby time. 06-07 05:40:26.410: I/CameraService(39): CameraService started (pid=39) 06-07 05:40:26.834: D/EmulatedCamera_QemuClient(39): Emulated camera list: 06-07 05:40:26.834: D/EmulatedCamera_FakeCamera(39): Initialize: Fake camera is facing back 06-07 05:40:26.834: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with auto, 1.000000, 1.000000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with incandescent, 1.380000, 0.600000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with daylight, 1.090000, 0.920000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with twilight, 0.920000, 1.220000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): setWhiteBalanceMode with white balance auto 06-07 05:40:26.880: D/EmulatedCamera_FakeCamera(39): Initialize: Fake camera is facing front 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with auto, 1.000000, 1.000000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with incandescent, 1.380000, 0.600000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with daylight, 1.090000, 0.920000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): initializeWhiteBalanceModes with twilight, 0.920000, 1.220000 06-07 05:40:26.880: V/EmulatedCamera_Device(39): setWhiteBalanceMode with white balance auto 06-07 05:40:26.933: I/AudioPolicyManagerBase(39): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf 06-07 05:40:26.940: I/AudioFlinger(39): loadHwModule() Loaded primary audio interface from LEGACY Audio HW HAL (audio) handle 1 06-07 05:40:26.940: I/AudioFlinger(39): HAL output buffer size 1024 frames, normal mix buffer size 1024 frames 06-07 05:40:27.009: I/AudioMixer(39): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project 06-07 05:40:27.059: I/AudioFlinger(39): AudioFlinger's thread 0x2a00bf60 ready to run 06-07 05:40:27.059: I/AudioFlinger(39): Using module 1 has the primary audio interface 06-07 05:40:27.059: D/AudioHardwareInterface(39): setMode(NORMAL) 06-07 05:40:27.059: W/AudioFlinger(39): Thread AudioOut_2 cannot connect to the power manager service 06-07 05:40:27.059: W/AudioFlinger(39): Thread AudioOut_2 cannot connect to the power manager service 06-07 05:40:27.069: I/AudioPolicyService(39): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy) 06-07 05:40:27.269: I/ARMAssembler(88): generated scanline__00000077:03010102_00000A01_00000000 [ 9 ipp] (30 ins) at [0x410a21f0:0x410a2268] in 3954250 ns 06-07 05:40:27.279: I/ARMAssembler(88): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x410a2270:0x410a2340] in 4015416 ns 06-07 05:40:27.629: D/dalvikvm(37): DexOpt: --- BEGIN 'core.jar' (bootstrap=1) --- 06-07 05:40:31.189: E/BandwidthController(33): runIptablesCmd(): failed /system/bin/iptables -A bw_INPUT -m owner --socket-exists res=256 06-07 05:40:31.229: E/BandwidthController(33): runIptablesCmd(): failed /system/bin/ip6tables -A bw_INPUT -m owner --socket-exists res=256 06-07 05:40:31.229: E/Netd(33): Unable to bind netlink socket: No such file or directory 06-07 05:40:31.229: E/Netd(33): Unable to open quota2 logging socket 06-07 05:40:31.229: D/MDnsDS(33): MDnsSdListener::Hander starting up 06-07 05:40:31.244: D/MDnsDS(33): MDnsSdListener starting to monitor 06-07 05:40:31.244: D/MDnsDS(33): Going to poll with pollCount 1 06-07 05:40:31.539: D/dalvikvm(165): Ignoring duplicate verify attempt on Ljava/lang/Object; 06-07 05:40:32.539: D/dalvikvm(165): Ignoring duplicate verify attempt on Ljava/lang/Class; 06-07 05:40:32.679: D/dalvikvm(165): Ignoring duplicate verify attempt on Ljava/lang/ref/Reference; 06-07 05:40:32.679: D/dalvikvm(165): Ignoring duplicate verify attempt on Ljava/lang/ref/ReferenceQueue; 06-07 05:40:32.929: D/dalvikvm(165): Ignoring duplicate verify attempt on Ljava/lang/ref/FinalizerReference; 06-07 05:40:40.750: D/dalvikvm(165): DexOpt: load 1137ms, verify+opt 9209ms, 1615380 bytes 06-07 05:40:40.940: D/dalvikvm(37): DexOpt: --- END 'core.jar' (success) --- 06-07 05:40:40.940: D/dalvikvm(37): DEX prep '/system/framework/core.jar': unzip in 1618ms, rewrite 13308ms 06-07 05:40:40.960: D/dalvikvm(37): DexOpt: --- BEGIN 'core-junit.jar' (bootstrap=1) --- 06-07 05:40:41.262: D/dalvikvm(288): DexOpt: load 62ms, verify+opt 61ms, 140460 bytes 06-07 05:40:41.290: D/dalvikvm(37): DexOpt: --- END 'core-junit.jar' (success) --- 06-07 05:40:41.290: D/dalvikvm(37): DEX prep '/system/framework/core-junit.jar': unzip in 16ms, rewrite 328ms 06-07 05:40:41.541: D/dalvikvm(37): DexOpt: --- BEGIN 'bouncycastle.jar' (bootstrap=1) --- 06-07 05:40:45.620: D/dalvikvm(289): DexOpt: load 210ms, verify+opt 3161ms, 670940 bytes 06-07 05:40:45.720: D/dalvikvm(37): DexOpt: --- END 'bouncycastle.jar' (success) --- 06-07 05:40:45.720: D/dalvikvm(37): DEX prep '/system/framework/bouncycastle.jar': unzip in 226ms, rewrite 4194ms 06-07 05:40:46.090: D/dalvikvm(37): DexOpt: --- BEGIN 'ext.jar' (bootstrap=1) --- 06-07 05:40:51.814: D/dalvikvm(290): DexOpt: load 323ms, verify+opt 4512ms, 940516 bytes 06-07 05:40:51.927: D/dalvikvm(37): DexOpt: --- END 'ext.jar' (success) --- 06-07 05:40:51.927: D/dalvikvm(37): DEX prep '/system/framework/ext.jar': unzip in 357ms, rewrite 5831ms 06-07 05:40:54.440: D/dalvikvm(37): DexOpt: --- BEGIN 'framework.jar' (bootstrap=1) --- 06-07 05:41:00.479: D/dalvikvm(291): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods 06-07 05:41:01.669: D/dalvikvm(291): Note: class Landroid/opengl/GLWrapperBase; has 250 unimplemented (abstract) methods 06-07 05:41:32.389: D/dalvikvm(291): DexOpt: load 3544ms, verify+opt 28564ms, 5275884 bytes 06-07 05:41:32.810: D/dalvikvm(37): DexOpt: --- END 'framework.jar' (success) --- 06-07 05:41:32.810: D/dalvikvm(37): DEX prep '/system/framework/framework.jar': unzip in 2511ms, rewrite 38371ms 06-07 05:41:33.130: D/dalvikvm(37): DexOpt: --- BEGIN 'telephony-common.jar' (bootstrap=1) --- 06-07 05:41:35.029: D/dalvikvm(292): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods 06-07 05:41:38.570: D/dalvikvm(292): DexOpt: load 467ms, verify+opt 4225ms, 1004860 bytes 06-07 05:41:38.670: D/dalvikvm(37): DexOpt: --- END 'telephony-common.jar' (success) --- 06-07 05:41:38.670: D/dalvikvm(37): DEX prep '/system/framework/telephony-common.jar': unzip in 313ms, rewrite 5542ms 06-07 05:41:38.730: D/dalvikvm(37): DexOpt: --- BEGIN 'mms-common.jar' (bootstrap=1) --- 06-07 05:41:39.670: D/dalvikvm(293): DexOpt: load 107ms, verify+opt 621ms, 220548 bytes 06-07 05:41:39.690: D/dalvikvm(37): DexOpt: --- END 'mms-common.jar' (success) --- 06-07 05:41:39.700: D/dalvikvm(37): DEX prep '/system/framework/mms-common.jar': unzip in 61ms, rewrite 961ms 06-07 05:41:39.800: D/dalvikvm(37): DexOpt: --- BEGIN 'android.policy.jar' (bootstrap=1) --- 06-07 05:41:41.480: D/dalvikvm(294): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods 06-07 05:41:44.273: D/dalvikvm(294): DexOpt: load 901ms, verify+opt 2938ms, 1269516 bytes 06-07 05:41:44.330: D/dalvikvm(37): DexOpt: --- END 'android.policy.jar' (success) --- 06-07 05:41:44.330: D/dalvikvm(37): DEX prep '/system/framework/android.policy.jar': unzip in 106ms, rewrite 4526ms 06-07 05:41:45.044: D/dalvikvm(37): DexOpt: --- BEGIN 'services.jar' (bootstrap=1) --- 06-07 05:41:46.750: D/dalvikvm(295): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods 06-07 05:41:57.510: D/dalvikvm(295): DexOpt: load 636ms, verify+opt 10507ms, 2122900 bytes 06-07 05:41:57.630: D/dalvikvm(37): DexOpt: --- END 'services.jar' (success) --- 06-07 05:41:57.630: D/dalvikvm(37): DEX prep '/system/framework/services.jar': unzip in 710ms, rewrite 12585ms 06-07 05:41:57.954: D/dalvikvm(37): DexOpt: --- BEGIN 'apache-xml.jar' (bootstrap=1) --- 06-07 05:42:03.312: D/dalvikvm(296): DexOpt: load 546ms, verify+opt 3837ms, 836756 bytes 06-07 05:42:03.399: D/dalvikvm(37): DexOpt: --- END 'apache-xml.jar' (success) --- 06-07 05:42:03.399: D/dalvikvm(37): DEX prep '/system/framework/apache-xml.jar': unzip in 319ms, rewrite 5443ms 06-07 05:42:03.459: D/dalvikvm(37): Trying to load lib libjavacore.so 0x0 06-07 05:42:03.480: D/dalvikvm(37): Added shared lib libjavacore.so 0x0 06-07 05:42:03.559: D/dalvikvm(37): Trying to load lib libnativehelper.so 0x0 06-07 05:42:03.559: D/dalvikvm(37): Added shared lib libnativehelper.so 0x0 06-07 05:42:04.930: I/SamplingProfilerIntegration(37): Profiling disabled. 06-07 05:42:05.011: I/Zygote(37): Preloading classes... 06-07 05:42:05.019: D/dalvikvm(37): WAIT_FOR_CONCURRENT_GC blocked 1ms 06-07 05:42:05.052: D/dalvikvm(37): GC_EXPLICIT freed 36K, 9% free 420K/460K, paused 2ms+2ms, total 21ms 06-07 05:42:05.194: D/dalvikvm(37): GC_EXPLICIT freed 3K, 5% free 487K/512K, paused 2ms+1ms, total 16ms 06-07 05:42:05.259: D/dalvikvm(37): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods 06-07 05:42:05.319: D/dalvikvm(37): GC_EXPLICIT freed 21K, 5% free 526K/552K, paused 11ms+1ms, total 19ms 06-07 05:42:05.449: D/dalvikvm(37): GC_EXPLICIT freed 27K, 6% free 554K/584K, paused 1ms+1ms, total 9ms 06-07 05:42:05.469: W/Zygote(37): Class not found for preloading: android.bluetooth.BluetoothAudioGateway 06-07 05:42:05.469: W/Zygote(37): Class not found for preloading: android.bluetooth.HeadsetBase 06-07 05:42:05.499: W/Zygote(37): Class not found for preloading: undroid.content.AbstractThreadedSyncAdapter$SyncThread 06-07 05:42:05.590: D/dalvikvm(37): GC_EXPLICIT freed 23K, 5% free 604K/632K, paused 1ms+1ms, total 19ms 06-07 05:42:05.879: D/dalvikvm(37): GC_EXPLICIT freed 26K, 5% free 632K/660K, paused 1ms+2ms, total 13ms 06-07 05:42:06.369: D/dalvikvm(37): GC_EXPLICIT freed 60K, 9% free 723K/788K, paused 25ms+1ms, total 35ms 06-07 05:42:06.930: D/dalvikvm(37): GC_EXPLICIT freed 31K, 5% free 748K/788K, paused 1ms+1ms, total 28ms 06-07 05:42:07.100: D/TextLayoutCache(37): Using debug level = 0 - Debug Enabled = 0 06-07 05:42:07.231: D/dalvikvm(37): GC_EXPLICIT freed 18K, 3% free 785K/808K, paused 2ms+1ms, total 53ms 06-07 05:42:07.399: I/dalvikvm(37): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so) 06-07 05:42:07.420: D/MtpDeviceJNI(37): register_android_mtp_MtpDevice 06-07 05:42:07.449: I/dalvikvm(37): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so) 06-07 05:42:07.460: I/dalvikvm(37): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so) 06-07 05:42:07.609: D/dalvikvm(37): GC_EXPLICIT freed 15K, 3% free 827K/848K, paused 27ms+2ms, total 40ms 06-07 05:42:08.261: D/dalvikvm(37): GC_FOR_ALLOC freed 218K, 17% free 1120K/1340K, paused 43ms, total 49ms 06-07 05:42:08.820: D/dalvikvm(37): GC_EXPLICIT freed 261K, 18% free 1274K/1540K, paused 2ms+2ms, total 67ms 06-07 05:42:09.080: D/dalvikvm(37): GC_EXPLICIT freed 30K, 16% free 1300K/1540K, paused 22ms+2ms, total 54ms 06-07 05:42:09.220: D/dalvikvm(37): GC_EXPLICIT freed 11K, 12% free 1355K/1540K, paused 12ms+2ms, total 55ms 06-07 05:42:09.590: W/Zygote(37): Class not found for preloading: android.server.BluetoothA2dpService 06-07 05:42:09.590: W/Zygote(37): Class not found for preloading: android.server.BluetoothEventLoop 06-07 05:42:09.590: W/Zygote(37): Class not found for preloading: android.server.BluetoothService 06-07 05:42:09.623: D/TelephonyManager(37): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied) 06-07 05:42:09.623: D/TelephonyManager(37): /proc/cmdline= 06-07 05:42:09.810: D/dalvikvm(37): GC_EXPLICIT freed 29K, 10% free 1417K/1572K, paused 31ms+3ms, total 84ms 06-07 05:42:10.160: D/dalvikvm(37): GC_EXPLICIT freed 47K, 3% free 1698K/1748K, paused 3ms+3ms, total 110ms 06-07 05:42:10.200: W/Zygote(37): Class not found for preloading: android.util.LocaleUtil 06-07 05:42:10.360: D/dalvikvm(37): GC_EXPLICIT freed 36K, 3% free 1733K/1780K, paused 3ms+3ms, total 59ms 06-07 05:42:10.590: D/dalvikvm(37): GC_EXPLICIT freed 31K, 2% free 1756K/1792K, paused 7ms+18ms, total 106ms 06-07 05:42:10.713: W/Zygote(37): Class not found for preloading: android.view.ViewRootImpl$ResizedInfo 06-07 05:42:10.734: W/Zygote(37): Class not found for preloading: android.view.Window$LocalWindowManager 06-07 05:42:10.740: W/Zygote(37): Class not found for preloading: android.view.WindowManagerImpl$CompatModeWrapper 06-07 05:42:10.880: D/dalvikvm(37): GC_EXPLICIT freed 30K, 2% free 1780K/1812K, paused 3ms+18ms, total 118ms 06-07 05:42:11.460: I/dalvikvm(37): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so) 06-07 05:42:11.480: D/dalvikvm(37): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init 06-07 05:42:11.753: D/dalvikvm(37): GC_EXPLICIT freed 21K, 2% free 1812K/1840K, paused 4ms+4ms, total 128ms 06-07 05:42:12.391: D/dalvikvm(37): GC_EXPLICIT freed 26K, 2% free 1840K/1872K, paused 3ms+3ms, total 109ms 06-07 05:42:12.960: D/dalvikvm(37): GC_EXPLICIT freed 29K, 2% free 1871K/1904K, paused 3ms+3ms, total 88ms 06-07 05:42:13.253: D/dalvikvm(37): GC_EXPLICIT freed 27K, 2% free 1898K/1928K, paused 22ms+27ms, total 133ms 06-07 05:42:13.570: D/dalvikvm(37): GC_EXPLICIT freed 32K, 2% free 1932K/1968K, paused 3ms+4ms, total 107ms 06-07 05:42:13.710: D/dalvikvm(37): GC_EXPLICIT freed 33K, 2% free 1952K/1988K, paused 3ms+3ms, total 72ms 06-07 05:42:13.920: D/dalvikvm(37): GC_EXPLICIT freed 34K, 2% free 1974K/2012K, paused 3ms+17ms, total 105ms 06-07 05:42:14.010: D/dalvikvm(37): WAIT_FOR_CONCURRENT_GC blocked 1ms 06-07 05:42:14.091: D/dalvikvm(37): GC_EXPLICIT freed 36K, 2% free 1994K/2032K, paused 4ms+3ms, total 84ms 06-07 05:42:14.100: W/Zygote(37): Class not found for preloading: java.text.DecimalFormat$1 06-07 05:42:14.280: D/dalvikvm(37): GC_EXPLICIT freed 41K, 3% free 2009K/2052K, paused 3ms+4ms, total 89ms 06-07 05:42:14.300: W/Zygote(37): Class not found for preloading: java.util.concurrent.FutureTask$Sync 06-07 05:42:14.352: W/Zygote(37): Class not found for preloading: java.util.concurrent.atomic.UnsafeAccess 06-07 05:42:14.360: W/Zygote(37): Class not found for preloading: java.util.concurrent.locks.UnsafeAccess 06-07 05:42:14.432: W/Zygote(37): Class not found for preloading: libcore.icu.ErrorCode 06-07 05:42:16.460: I/System(37): Loaded time zone names for in 2030ms (2001ms in ICU) 06-07 05:42:17.972: I/System(37): Loaded time zone names for en_US in 1503ms (1454ms in ICU) 06-07 05:42:18.093: D/dalvikvm(37): GC_EXPLICIT freed 362K, 15% free 2102K/2468K, paused 4ms+19ms, total 123ms 06-07 05:42:18.260: D/dalvikvm(37): GC_EXPLICIT freed 15K, 13% free 2164K/2468K, paused 13ms+4ms, total 118ms 06-07 05:42:18.651: D/dalvikvm(37): GC_EXPLICIT freed 52K, 12% free 2195K/2468K, paused 18ms+4ms, total 148ms 06-07 05:42:18.873: D/dalvikvm(37): GC_EXPLICIT freed 29K, 10% free 2222K/2468K, paused 4ms+9ms, total 122ms 06-07 05:42:19.080: D/dalvikvm(37): GC_EXPLICIT freed 38K, 10% free 2238K/2468K, paused 4ms+28ms, total 119ms 06-07 05:42:19.260: D/dalvikvm(37): GC_EXPLICIT freed 32K, 9% free 2261K/2468K, paused 3ms+4ms, total 72ms 06-07 05:42:19.320: I/Zygote(37): ...preloaded 2541 classes in 14304ms. 06-07 05:42:19.450: D/dalvikvm(37): GC_EXPLICIT freed 23K, 9% free 2266K/2468K, paused 4ms+4ms, total 127ms 06-07 05:42:19.450: I/Zygote(37): Preloading resources... 06-07 05:42:19.520: W/Resources(37): Preloaded drawable resource #0x1080602 (android:drawable/toast_frame_holo) that varies with configuration!! 06-07 05:42:19.681: D/dalvikvm(37): GC_EXPLICIT freed 62K, 11% free 2273K/2532K, paused 6ms+4ms, total 160ms 06-07 05:42:19.710: W/Resources(37): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:19.730: W/Resources(37): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:19.782: W/Resources(37): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!! 06-07 05:42:19.923: D/dalvikvm(37): GC_EXPLICIT freed 52K, 11% free 2275K/2532K, paused 3ms+17ms, total 138ms 06-07 05:42:19.930: W/Resources(37): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!! 06-07 05:42:19.950: W/Resources(37): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!! 06-07 05:42:19.970: W/Resources(37): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:20.124: D/dalvikvm(37): GC_EXPLICIT freed 53K, 11% free 2275K/2532K, paused 13ms+31ms, total 146ms 06-07 05:42:20.145: W/Resources(37): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:20.150: W/Resources(37): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:20.150: W/Resources(37): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:20.290: D/dalvikvm(37): GC_EXPLICIT freed 53K, 11% free 2276K/2532K, paused 3ms+13ms, total 132ms 06-07 05:42:20.300: W/Resources(37): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:20.330: W/Resources(37): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:20.359: W/Resources(37): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:20.520: D/dalvikvm(37): GC_EXPLICIT freed 53K, 11% free 2276K/2532K, paused 18ms+4ms, total 156ms 06-07 05:42:20.520: W/Resources(37): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!! 06-07 05:42:20.530: W/Resources(37): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!! 06-07 05:42:20.550: W/Resources(37): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!! 06-07 05:42:20.703: D/dalvikvm(37): GC_EXPLICIT freed 53K, 11% free 2277K/2532K, paused 3ms+20ms, total 153ms 06-07 05:42:20.703: W/Resources(37): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:20.723: W/Resources(37): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:20.723: W/Resources(37): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:20.810: D/dalvikvm(37): GC_EXPLICIT freed 53K, 11% free 2277K/2532K, paused 13ms+4ms, total 88ms 06-07 05:42:20.860: W/Resources(37): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:20.870: W/Resources(37): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:20.940: W/Resources(37): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!! 06-07 05:42:20.950: W/Resources(37): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!! 06-07 05:42:20.980: W/Resources(37): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:20.990: W/Resources(37): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:21.030: W/Resources(37): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!! 06-07 05:42:21.050: W/Resources(37): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!! 06-07 05:42:21.070: W/Resources(37): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!! 06-07 05:42:21.080: W/Resources(37): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!! 06-07 05:42:21.100: W/Resources(37): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:21.120: W/Resources(37): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:21.139: W/Resources(37): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:21.150: W/Resources(37): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:21.180: W/Resources(37): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:21.211: W/Resources(37): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:21.211: W/Resources(37): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:21.340: D/dalvikvm(37): GC_EXPLICIT freed 282K, 17% free 2282K/2732K, paused 5ms+17ms, total 123ms 06-07 05:42:21.360: W/Resources(37): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!! 06-07 05:42:21.380: W/Resources(37): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!! 06-07 05:42:21.430: W/Resources(37): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:21.440: W/Resources(37): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:21.460: W/Resources(37): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:21.470: W/Resources(37): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:21.490: W/Resources(37): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!! 06-07 05:42:21.530: W/Resources(37): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!! 06-07 05:42:21.550: W/Resources(37): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:21.562: W/Resources(37): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:21.562: W/Resources(37): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:21.570: W/Resources(37): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:21.590: W/Resources(37): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:21.601: W/Resources(37): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:21.610: W/Resources(37): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:21.750: D/dalvikvm(37): GC_EXPLICIT freed 251K, 17% free 2282K/2732K, paused 21ms+4ms, total 136ms 06-07 05:42:21.790: W/Resources(37): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:21.821: W/Resources(37): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:21.830: W/Resources(37): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!! 06-07 05:42:21.992: D/dalvikvm(37): GC_EXPLICIT freed 56K, 17% free 2279K/2732K, paused 28ms+7ms, total 162ms 06-07 05:42:22.020: W/Resources(37): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!! 06-07 05:42:22.040: W/Resources(37): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!! 06-07 05:42:22.070: W/Resources(37): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:22.230: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2280K/2732K, paused 5ms+23ms, total 151ms 06-07 05:42:22.250: W/Resources(37): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:22.270: W/Resources(37): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:22.300: W/Resources(37): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:22.410: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2281K/2732K, paused 3ms+4ms, total 108ms 06-07 05:42:22.430: W/Resources(37): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:22.470: W/Resources(37): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:22.502: W/Resources(37): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:22.630: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2281K/2732K, paused 8ms+4ms, total 124ms 06-07 05:42:22.659: W/Resources(37): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!! 06-07 05:42:22.680: W/Resources(37): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!! 06-07 05:42:22.720: W/Resources(37): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!! 06-07 05:42:22.850: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2282K/2732K, paused 15ms+14ms, total 132ms 06-07 05:42:22.860: W/Resources(37): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:22.872: W/Resources(37): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:22.900: W/Resources(37): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:23.000: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2282K/2732K, paused 12ms+4ms, total 106ms 06-07 05:42:23.040: W/Resources(37): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:23.074: W/Resources(37): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:23.080: W/Resources(37): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!! 06-07 05:42:23.080: D/dalvikvm(37): WAIT_FOR_CONCURRENT_GC blocked 1ms 06-07 05:42:23.200: D/dalvikvm(37): GC_EXPLICIT freed 50K, 17% free 2282K/2732K, paused 23ms+3ms, total 122ms 06-07 05:42:23.230: W/Resources(37): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!! 06-07 05:42:23.230: W/Resources(37): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!! 06-07 05:42:23.250: W/Resources(37): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!! 06-07 05:42:23.270: W/Resources(37): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!! 06-07 05:42:23.400: D/dalvikvm(37): GC_EXPLICIT freed 59K, 17% free 2283K/2732K, paused 4ms+19ms, total 121ms 06-07 05:42:23.400: W/Resources(37): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!! 06-07 05:42:23.420: W/Resources(37): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!! 06-07 05:42:23.440: W/Resources(37): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!! 06-07 05:42:23.450: W/Resources(37): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:23.590: D/dalvikvm(37): GC_EXPLICIT freed 59K, 17% free 2284K/2732K, paused 4ms+26ms, total 143ms 06-07 05:42:23.599: W/Resources(37): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:23.630: W/Resources(37): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!! 06-07 05:42:23.630: W/Resources(37): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!! 06-07 05:42:23.650: W/Resources(37): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!! 06-07 05:42:23.650: W/Resources(37): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!! 06-07 05:42:23.690: W/Resources(37): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!! 06-07 05:42:23.743: W/Resources(37): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:23.761: W/Resources(37): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!! 06-07 05:42:23.761: W/Resources(37): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!! 06-07 05:42:23.923: D/dalvikvm(37): GC_EXPLICIT freed 120K, 17% free 2285K/2732K, paused 4ms+32ms, total 159ms 06-07 05:42:23.930: W/Resources(37): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!! 06-07 05:42:23.950: W/Resources(37): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!! 06-07 05:42:23.990: W/Resources(37): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!! 06-07 05:42:24.011: W/Resources(37): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!! 06-07 05:42:24.030: W/Resources(37): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!! 06-07 05:42:24.050: W/Resources(37): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:24.080: W/Resources(37): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!! 06-07 05:42:24.080: W/Resources(37): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!! 06-07 05:42:24.252: D/dalvikvm(37): GC_EXPLICIT freed 105K, 17% free 2285K/2732K, paused 4ms+18ms, total 158ms 06-07 05:42:24.260: W/Resources(37): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!! 06-07 05:42:24.280: W/Resources(37): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!! 06-07 05:42:24.300: W/Resources(37): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:24.599: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2286K/2732K, paused 29ms+18ms, total 293ms 06-07 05:42:24.600: W/Resources(37): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:24.630: W/Resources(37): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:24.660: W/Resources(37): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:24.793: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2286K/2732K, paused 4ms+15ms, total 130ms 06-07 05:42:24.810: W/Resources(37): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!! 06-07 05:42:24.830: W/Resources(37): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!! 06-07 05:42:24.850: W/Resources(37): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:24.960: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2287K/2732K, paused 3ms+5ms, total 117ms 06-07 05:42:24.990: W/Resources(37): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:25.010: W/Resources(37): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!! 06-07 05:42:25.051: W/Resources(37): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!! 06-07 05:42:25.079: W/Resources(37): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:25.079: W/Resources(37): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:25.100: W/Resources(37): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:25.120: W/Resources(37): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:25.130: W/Resources(37): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!! 06-07 05:42:25.160: W/Resources(37): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!! 06-07 05:42:25.170: W/Resources(37): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:25.210: W/Resources(37): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:25.240: W/Resources(37): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:25.240: W/Resources(37): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:25.261: W/Resources(37): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!! 06-07 05:42:25.282: W/Resources(37): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!! 06-07 05:42:25.282: W/Resources(37): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!! 06-07 05:42:25.443: D/dalvikvm(37): GC_EXPLICIT freed 265K, 17% free 2291K/2732K, paused 4ms+19ms, total 160ms 06-07 05:42:25.450: W/Resources(37): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!! 06-07 05:42:25.485: W/Resources(37): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:25.490: W/Resources(37): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:25.609: D/dalvikvm(37): GC_EXPLICIT freed 56K, 17% free 2288K/2732K, paused 8ms+5ms, total 120ms 06-07 05:42:25.620: W/Resources(37): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:25.650: W/Resources(37): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:25.659: W/Resources(37): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:25.780: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2288K/2732K, paused 19ms+4ms, total 120ms 06-07 05:42:25.831: W/Resources(37): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:25.860: W/Resources(37): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:25.880: W/Resources(37): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:25.994: D/dalvikvm(37): GC_EXPLICIT freed 53K, 17% free 2289K/2732K, paused 4ms+8ms, total 115ms 06-07 05:42:26.000: W/Resources(37): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:26.050: W/Resources(37): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!! 06-07 05:42:26.109: W/Resources(37): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:26.130: W/Resources(37): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:26.130: W/Resources(37): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:26.150: W/Resources(37): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:26.170: W/Resources(37): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:26.200: W/Resources(37): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:26.240: W/Resources(37): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:26.260: W/Resources(37): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:26.290: W/Resources(37): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:26.329: W/Resources(37): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:26.329: W/Resources(37): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:26.350: W/Resources(37): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!! 06-07 05:42:26.379: W/Resources(37): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:26.379: W/Resources(37): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:26.510: D/dalvikvm(37): GC_EXPLICIT freed 265K, 17% free 2293K/2732K, paused 7ms+17ms, total 133ms 06-07 05:42:26.550: W/Resources(37): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:26.585: W/Resources(37): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:26.590: W/Resources(37): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!! 06-07 05:42:26.624: W/Resources(37): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:26.624: D/dalvikvm(37): WAIT_FOR_CONCURRENT_GC blocked 1ms 06-07 05:42:26.730: D/dalvikvm(37): GC_EXPLICIT freed 63K, 17% free 2289K/2732K, paused 4ms+8ms, total 114ms 06-07 05:42:26.760: W/Resources(37): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!! 06-07 05:42:26.780: W/Resources(37): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:26.829: W/Resources(37): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:26.829: W/Resources(37): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:26.953: D/dalvikvm(37): GC_EXPLICIT freed 59K, 17% free 2290K/2732K, paused 4ms+19ms, total 114ms 06-07 05:42:26.959: W/Resources(37): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:26.980: W/Resources(37): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:27.013: W/Resources(37): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:27.019: W/Resources(37): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:27.160: D/dalvikvm(37): GC_EXPLICIT freed 59K, 17% free 2291K/2732K, paused 8ms+4ms, total 135ms 06-07 05:42:27.179: W/Resources(37): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!! 06-07 05:42:27.179: W/Resources(37): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!! 06-07 05:42:27.211: W/Resources(37): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!! 06-07 05:42:27.240: W/Resources(37): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:27.381: D/dalvikvm(37): GC_EXPLICIT freed 59K, 17% free 2292K/2732K, paused 3ms+40ms, total 146ms 06-07 05:42:27.410: W/Resources(37): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:27.420: W/Resources(37): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:27.430: W/Resources(37): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:27.461: W/Resources(37): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:27.589: D/dalvikvm(37): GC_EXPLICIT freed 59K, 17% free 2292K/2732K, paused 4ms+14ms, total 129ms 06-07 05:42:27.630: W/Resources(37): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!! 06-07 05:42:27.630: W/Resources(37): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:27.649: W/Resources(37): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!! 06-07 05:42:27.670: W/Resources(37): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!! 06-07 05:42:27.670: W/Resources(37): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!! 06-07 05:42:27.700: W/Resources(37): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:27.710: W/Resources(37): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!! 06-07 05:42:27.749: W/Resources(37): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!! 06-07 05:42:27.759: W/Resources(37): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:27.800: W/Resources(37): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!! 06-07 05:42:27.800: W/Resources(37): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!! 06-07 05:42:27.820: W/Resources(37): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!! 06-07 05:42:27.830: W/Resources(37): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:27.879: W/Resources(37): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:27.879: W/Resources(37): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!! 06-07 05:42:27.894: D/dalvikvm(37): WAIT_FOR_CONCURRENT_GC blocked 4ms 06-07 05:42:28.000: D/dalvikvm(37): GC_EXPLICIT freed 209K, 17% free 2294K/2732K, paused 11ms+4ms, total 111ms 06-07 05:42:28.059: W/Resources(37): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:28.069: W/Resources(37): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:28.080: W/Resources(37): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!! 06-07 05:42:28.090: W/Resources(37): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!! 06-07 05:42:28.102: W/Resources(37): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!! 06-07 05:42:28.122: W/Resources(37): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:28.122: W/Resources(37): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!! 06-07 05:42:28.150: W/Resources(37): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!! 06-07 05:42:28.150: W/Resources(37): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:28.189: W/Resources(37): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!! 06-07 05:42:28.223: W/Resources(37): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!! 06-07 05:42:28.223: W/Resources(37): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!! 06-07 05:42:28.231: W/Resources(37): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:28.243: W/Resources(37): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:28.262: W/Resources(37): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!! 06-07 05:42:28.262: D/dalvikvm(37): WAIT_FOR_CONCURRENT_GC blocked 1ms 06-07 05:42:28.429: D/dalvikvm(37): GC_EXPLICIT freed 211K, 17% free 2294K/2732K, paused 11ms+5ms, total 176ms 06-07 05:42:28.459: W/Resources(37): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!! 06-07 05:42:28.480: W/Resources(37): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!! 06-07 05:42:28.491: W/Resources(37): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!! 06-07 05:42:28.510: W/Resources(37): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!! 06-07 05:42:28.530: W/Resources(37): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!! 06-07 05:42:28.530: W/Resources(37): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:28.540: W/Resources(37): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!! 06-07 05:42:28.560: W/Resources(37): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!! 06-07 05:42:28.570: W/Resources(37): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!! 06-07 05:42:28.570: W/Resources(37): Preloaded drawable resource #0x10805cd (android:drawable/textfield_activated_holo_light) that varies with configuration!! 06-07 05:42:28.589: W/Resources(37): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!! 06-07 05:42:28.599: W/Resources(37): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!! 06-07 05:42:28.629: W/Resources(37): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!! 06-07 05:42:28.639: W/Resources(37): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!! 06-07 05:42:28.890: D/dalvikvm(37): GC_EXPLICIT freed 196K, 16% free 2296K/2732K, paused 4ms+6ms, total 257ms 06-07 05:42:28.921: W/Resources(37): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!! 06-07 05:42:28.930: W/Resources(37): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!! 06-07 05:42:28.960: W/Resources(37): Preloaded drawable resource #0x10805df (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!! 06-07 05:42:28.969: W/Resources(37): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!! 06-07 05:42:28.990: W/Resources(37): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!! 06-07 05:42:28.999: W/Resources(37): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:29.020: W/Resources(37): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!! 06-07 05:42:29.030: W/Resources(37): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!! 06-07 05:42:29.040: W/Resources(37): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!! 06-07 05:42:29.074: W/Resources(37): Preloaded drawable resource #0x10805cc (android:drawable/textfield_activated_holo_dark) that varies with configuration!! 06-07 05:42:29.080: W/Resources(37): Preloaded drawable resource #0x10805dc (android:drawable/textfield_focused_holo_dark) that varies with configuration!! 06-07 05:42:29.099: W/Resources(37): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!! 06-07 05:42:29.099: W/Resources(37): Preloaded drawable resource #0x10805d7 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!! 06-07 05:42:29.130: W/Resources(37): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!! 06-07 05:42:29.140: W/Resources(37): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!! 06-07 05:42:29.279: D/dalvikvm(37): GC_EXPLICIT freed 210K, 16% free 2298K/2732K, paused 15ms+17ms, total 138ms 06-07 05:42:29.329: W/Resources(37): Preloaded drawable resource #0x10805c9 (android:drawable/text_select_handle_left) that varies with configuration!! 06-07 05:42:29.350: W/Resources(37): Preloaded drawable resource #0x10805cb (android:drawable/text_select_handle_right) that varies with configuration!! 06-07 05:42:29.654: D/dalvikvm(37): GC_EXPLICIT freed 90K, 16% free 2298K/2732K, paused 6ms+29ms, total 279ms 06-07 05:42:29.659: W/Resources(37): Preloaded drawable resource #0x10805c6 (android:drawable/text_edit_paste_window) that varies with configuration!! 06-07 05:42:29.679: W/Resources(37): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!! 06-07 05:42:29.700: W/Resources(37): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!! 06-07 05:42:29.839: D/dalvikvm(37): GC_EXPLICIT freed 51K, 16% free 2299K/2732K, paused 3ms+20ms, total 124ms 06-07 05:42:29.859: W/Resources(37): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!! 06-07 05:42:29.869: W/Resources(37): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!! 06-07 05:42:29.869: W/Resources(37): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!! 06-07 05:42:29.889: W/Resources(37): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!! 06-07 05:42:29.910: W/Resources(37): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!! 06-07 05:42:29.910: W/Resources(37): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!! 06-07 05:42:30.061: D/dalvikvm(37): GC_EXPLICIT freed 71K, 16% free 2300K/2732K, paused 23ms+5ms, total 146ms 06-07 05:42:30.091: W/Resources(37): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!! 06-07 05:42:30.109: W/Resources(37): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!! 06-07 05:42:30.131: W/Resources(37): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!! 06-07 05:42:30.159: W/Resources(37): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!! 06-07 05:42:30.179: W/Resources(37): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!! 06-07 05:42:30.193: W/Resources(37): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!! 06-07 05:42:30.215: W/Resources(37): Preloaded drawable resource #0x10803d0 (android:drawab
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
06/07/13 09:45 AM (10 years ago)
Hello, Cool! You got LogCat working! Unfortunately..I'm not seeing anything related to buzztouch here. David has inserted a ton of debug messages specific to buzztouch, and none of them are showing up. So, please give this a try: * In the LogCat pane, on the right side, is an icon that looks like a page with an x on it. That clears the logs. * In Eclipse, go to Project...Clean, and run a clean on your project. That breaks old links, and will allow a fresh compile. * Run the app again, but stop just before you hit the button that tries to bring up the PPT file. Now clear the LogCat logs as noted above. Then hit the button in the app, and paste the LogCat output you get from the button tap to the error. Mark
 
pdf
Aspiring developer
Profile
Posts: 12
Reg: May 27, 2013
Ahmedabad
520
like
06/10/13 03:33 AM (10 years ago)
this solution doesnt help me. so i think i have some mistake in installation and configuration. what do you think?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.